MCP / Posts & avatar
update_post
Modifie un post.
Exemple en conversation
Demandez simplement à votre assistant :
« Change le titre du post pour Nouvelle offre. »
Arguments
| Nom | Type | Requis | Description |
|---|---|---|---|
post_id | string | oui | ID. |
post | object | oui | Spécification du post. |
Appel de l'outil (JSON)
{
"post_id": "<post_id>",
"post": {}
}Ce que renvoie l'outil
Comme l'endpoint PUT /v1/posts/{id} :
{
"ok": true
}