Skip to main content
Glama
hermoso-ai

Hermoso

Official

Reply to anything in the inbox

reply_to_inbox_item

Reply to inbox items (comments, reviews, DMs) by composite ID, auto-routing to the correct channel. Posts publicly as brand or privately on DMs—confirm with user first.

Instructions

Answer an inbox item BY ITS COMPOSITE ID — the id list_inbox returned, e.g. 'facebook:123_456' or 'google_business:accounts/1/locations/2/reviews/3'. Routes to the right channel for you; you do not need to know which reply tool a platform uses. The reply is posted as the brand — PUBLIC on every comment, reply, mention and review, and PRIVATE on the two DM sources (meta_dm, bluesky_dm) — so show the user the exact wording and get their go-ahead first either way. X is the one exception and says so: a reply there is a new post, so it goes through post_to_x with replyTo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe composite id from list_inbox — '<source>:<platform id>'. A bare platform id is refused: replying to the wrong network as the brand cannot be taken back.
textYesThe reply, exactly as it should appear publicly.
Behavior4/5

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

Annotations already declare readOnlyHint:false and destructiveHint:false. The description adds meaningful behavioral context: public/private posting behavior, routing to the correct channel, the X exception, and the need for user approval beforehand. It does not contradict annotations, though it omits auth or rate-limit details, which are not hinted in annotations either.

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

Conciseness4/5

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

The description is slightly long but well-structured, front-loading the most critical information (composite ID and routing) before explaining behavioral nuances. Each sentence carries operational weight, with no filler or repetition.

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 two-parameter tool with no output schema, the description covers all essential aspects: ID format, routing, public/private visibility, exception handling, and the mandatory approval step. An agent has everything needed to invoke the tool correctly without ambiguity.

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% and both parameters have descriptions. The description goes beyond the schema by explaining the composite ID structure with examples ('facebook:123_456', 'google_business:accounts/1/locations/2/reviews/3') and clarifying that a bare platform id is refused. This adds valuable semantic depth for the id parameter; text is straightforward as defined.

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 ('Answer') and resource ('inbox item'), and uniquely identifies the ID format ('composite ID') with concrete examples. It clearly distinguishes this tool from platform-specific reply siblings by emphasizing that it routes to the correct channel automatically, so an agent understands it is the universal reply entry point.

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?

It gives explicit usage context: the reply is posted as the brand, is PUBLIC on most sources and PRIVATE on the two DM sources, and requires user go-ahead. It names the one exception (X) and directs to post_to_x instead, providing a clear when-to-use and when-not-to-use guide.

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