Skip to main content
Glama

Reply to comment

comments_reply_to_inbox_post
Destructive

Reply to comment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes(required)
post_idYesZernio post ID or platform-specific post ID. LinkedIn third-party posts accept full activity URN or numeric ID. (required)
root_cidNo(Bluesky only) Root post CID
root_uriNo(Bluesky only) Root post URI
account_idYes(required)
comment_idNoReply to specific comment (optional)
parent_cidNo(Bluesky only) Parent content identifier
attachment_urlNo(Facebook only) URL of an image to attach, publishing a photo comment alongside the text. The URL must be publicly accessible so Meta can fetch it. Returns 400 for other platforms.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior3/5

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

The annotations already convey that this is not read-only, likely has open-world effects, and is marked destructive, so the description is not the sole signal. However, the description adds no context beyond annotations—it does not explain what side effects replying to a comment has or why the destructive hint is set.

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

Conciseness2/5

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

The description is short, but it is under-specified rather than genuinely concise. It spends its single sentence saying exactly what the tool name and title already say, adding no structural or scoped information.

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

Completeness2/5

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

Given that the tool has 8 parameters, platform-specific details, and a rich schema, the description should orient the agent to when and why this tool is the right one. The schema covers the parameter details, but the description's failure to provide any kind of behavioral context leaves the overall definition incomplete for an agent.

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?

Schema description coverage is 100%, so each of the 8 parameters is already individually documented in the input schema. The description adds no further parameter-level meaning, but the schema does the necessary work, keeping this at the baseline.

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

Purpose2/5

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

Tautological: description restates name/title.

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

Usage Guidelines2/5

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

There is no explanation of when to use this tool versus alternative comment or reply tools. The intended usage is only implied by the tool name and title, with no mention of exclusions, prerequisites, or alternative choices.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.