manage_meta_post
ActiveTool of Hermoso
Edit the text of, or delete, a post you published with post_to_meta. target:"facebook" → edit the message (action:"edit", message:…) OR delete (action:"delete"); target:"threads" → delete only (Threads has no edit API); Instagram posts can’t be edited or deleted via the API. Deleting is permanent — confirm with the user, then pass confirm:true.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"postId",
"action"
],
"properties": {
"action": {
"enum": [
"edit",
"delete"
],
"type": "string",
"description": "edit the text (FB only) or delete the post"
},
"postId": {
"type": "string",
"description": "the post id returned by post_to_meta"
},
"target": {
"enum": [
"facebook",
"threads",
"instagram"
],
"type": "string",
"description": "default facebook"
},
"confirm": {
"type": "boolean",
"description": "REQUIRED true to delete (permanent)"
},
"message": {
"type": "string",
"description": "the new post text (action:\"edit\" on facebook)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries