MCP / Posts & avatar
get_post
Détail d'un post.
Exemple en conversation
Demandez simplement à votre assistant :
« Ouvre le post X. »
Arguments
| Nom | Type | Requis | Description |
|---|---|---|---|
post_id | string | oui | ID. |
Appel de l'outil (JSON)
{
"post_id": "<post_id>"
}Ce que renvoie l'outil
Comme l'endpoint GET /v1/posts/{id} :
{
"id": "post_1",
"format": "portrait",
"post": {
"texts": [
"…"
]
},
"result": "https://…/post.png"
}