You're viewing a demo portfolio

Join the waitlist
PRSM

manage_meta_post

Active

Tool of Hermoso

declared in 1.0.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Hermoso

https://github.com/hermoso-ai/hermoso

1/7 registries
View full server →