MCP / Vidéos
get_pubkit
Kit de publication (titre, hashtags).
Exemple en conversation
Demandez simplement à votre assistant :
« Prépare le titre et les hashtags pour publier. »
Arguments
| Nom | Type | Requis | Description |
|---|---|---|---|
job_id | string | oui | ID. |
Appel de l'outil (JSON)
{
"job_id": "<job_id>"
}Ce que renvoie l'outil
Comme l'endpoint POST /v1/jobs/{id}/pubkit :
{
"title": "…",
"description": "…",
"hashtags": [
"#saas",
"#freelance"
]
}