MCP / Posts & avatar
render_post
Rend le PNG final.
Exemple en conversation
Demandez simplement à votre assistant :
« Exporte ce post en image. »
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 POST /v1/posts/{id}/render :
{
"result": "https://…/post.png"
}