MCP / Posts & avatar
post_image
Régénère le fond du post.
Exemple en conversation
Demandez simplement à votre assistant :
« Change le fond du post pour un dégradé sombre. »
Arguments
| Nom | Type | Requis | Description |
|---|---|---|---|
post_id | string | oui | ID. |
prompt | string | non | Consigne du fond. |
Appel de l'outil (JSON)
{
"post_id": "<post_id>",
"prompt": "<prompt>"
}Ce que renvoie l'outil
Comme l'endpoint POST /v1/posts/{id}/image :
{
"url": "https://…/bg.jpg"
}