MCP / Marque, planning, banques
schedule_post
Planifie une publication.
Exemple en conversation
Demandez simplement à votre assistant :
« Planifie cette vidéo pour lundi 9h sur TikTok. »
Arguments
| Nom | Type | Requis | Description |
|---|---|---|---|
job_id | string | oui | ID du contenu. |
date | string | oui | Date-heure ISO. |
platform | string | non | Plateforme. |
Appel de l'outil (JSON)
{
"job_id": "<job_id>",
"date": "<date>",
"platform": "<platform>"
}Ce que renvoie l'outil
Comme l'endpoint POST /v1/schedule :
{
"id": "sch_1"
}