MCP / Posts & avatar
post_copy
Régénère la copie du post.
Exemple en conversation
Demandez simplement à votre assistant :
« Réécris le texte du post, plus percutant. »
Arguments
| Nom | Type | Requis | Description |
|---|---|---|---|
post_id | string | oui | ID. |
prompt | string | non | Orientation. |
Appel de l'outil (JSON)
{
"post_id": "<post_id>",
"prompt": "<prompt>"
}Ce que renvoie l'outil
Comme l'endpoint POST /v1/posts/{id}/copy :
{
"texts": [
"Titre choc",
"Sous-titre"
]
}