Skip to main content
Glama
hermoso-ai

Hermoso

Official

Comment on your own Facebook post

comment_on_meta_post

Post a new top-level comment on a Facebook Page post as the brand, enabling link-in-comment tactics, pinned notes, or corrections.

Instructions

Leave a NEW top-level comment on one of the brand’s own Facebook Page posts, as the brand. This is the "link in the first comment" tactic — Facebook suppresses reach on a post with an outbound link in the body, so brands put the link underneath — and it is also how you add a pinned clarification, an offer code or a correction without editing the post. It is PUBLIC and posted as the brand: show the user the exact wording and get their go-ahead first. postId comes from list_meta_posts. FACEBOOK ONLY: Meta does not let an app add a top-level comment to an INSTAGRAM post — the only comment write Instagram documents is a reply to a comment somebody else left (reply_to_meta_comment) — so an Instagram media id is refused by name rather than attempted. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageIdNoPage id — omit when only one Page is connected
postIdYesthe Facebook Page post id — from list_meta_posts, or returned by post_to_meta
messageNothe comment text. Required unless attachmentUrl is given.
attachmentUrlNooptional public image URL to post as the comment’s attachment
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, destructiveHint=false), the description adds critical context: the comment is PUBLIC and posted as the brand, the user must approve the exact wording first, and the tool refuses Instagram media ids by name. It also explains the rationale behind the tactic (reach suppression), giving the agent a deeper understanding of the tool's side effects.

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?

The description is three sentences long but packs in the core action, the tactical rationale, public visibility, a user-approval requirement, the source of postId, the Facebook-only restriction, and even the cost ('Free'). It front-loads the action and avoids any filler or redundancy.

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?

For a mutation tool with no output schema, the description covers all necessary operational context: which posts are eligible, how the comment is posted (publicly as the brand), that user confirmation is needed, where the postId comes from, and why Instagram is not supported. Nothing essential for an agent to invoke it correctly is missing.

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

Parameters3/5

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

The schema already covers all parameters with clear descriptions (100% coverage), so the baseline is 3. The description adds one useful pointer – postId comes from list_meta_posts – but does not extend meaning beyond that for message or attachmentUrl, and no parameter is left ambiguous by schema alone.

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 states a specific verb ('Leave'), a specific resource ('the brand’s own Facebook Page posts'), and clarifies it is a NEW top-level comment, distinguishing it from replies (reply_to_meta_comment) and post creation (post_to_meta). It also explicitly notes it is for the brand's own posts, eliminating ambiguity about which posts are eligible.

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

Usage Guidelines5/5

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

The description gives clear when-to-use guidance: the 'link in the first comment' tactic, adding a pinned clarification, offer code, or correction. It explicitly excludes Instagram ('FACEBOOK ONLY') and names the correct alternative for Instagram replies (reply_to_meta_comment), so an agent knows exactly when to select this tool versus its siblings.

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