Skip to main content
Glama
hermoso-ai

Hermoso

Official

Edit or delete a published post

manage_meta_post
Destructive

Edit text of a published Facebook post or delete posts on Facebook or Threads. Confirm deletion to permanently remove.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesedit the text (FB only) or delete the post
postIdYesthe post id returned by post_to_meta
targetNodefault facebook
confirmNoREQUIRED true to delete (permanent)
messageNothe new post text (action:"edit" on facebook)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
actionNo
postIdNo
targetNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate destructiveHint=true and readOnlyHint=false. The description adds that deleting is permanent, requires user confirmation (confirm:true), and details platform-specific limitations, providing useful behavioral context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences: first general, second packed with specific mappings and requirements. Front-loaded and efficient with no waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters (2 with enums), output schema exists, and annotations present, the description covers all essential aspects: platform differences, permanence, confirmation requirement, and parameter dependencies. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds narrative mapping between target, action, and parameters (e.g., message only for FB edit, confirm required for delete). This enhances understanding beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool edits or deletes a published post, and distinguishes it from siblings like post_to_meta (publishing) and delete_meta_object (other object types). It specifies per-platform behavior, making purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says to use this after posting with post_to_meta, and gives when-not-to-use (Instagram, Threads edit). It does not name alternatives explicitly, but the context is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hermoso-ai/hermoso'

If you have feedback or need assistance with the MCP directory API, please join our Discord server