Skip to main content
Glama

Reply to a comment

reply_to_comment
Destructive

Post a public reply to a comment thread as the connected channel. The reply appears immediately and notifies the commenter; confirmation required before publishing.

Instructions

Post a public reply to a comment thread as the connected channel. It is visible the moment it lands and it notifies the person you replied to, which a later delete does not undo. Needs confirm: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
accountNoWhich connected channel to act on (name or @handle). Required when more than one is connected: without it the call fails and lists the choices rather than picking one.
confirmNoMust be true. This posts publicly.
parent_idYesThe comment thread id from list_comments.
Install Server

TDQS

A4.2/5.0
Behavior5/5

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

Beyond the annotations (destructiveHint true, readOnlyHint false), the description discloses meaningful behavioral consequences: the reply is immediately visible, notifies the replied-to person, and that notification is not undone by a later delete. This is exactly the kind of side-effect transparency that helps an agent avoid harmful calls.

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 two tight sentences with no filler. It front-loads the core purpose and then adds the high-value behavioral warnings. Every clause contributes useful information.

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

Completeness4/5

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

Given no output schema, the description could mention what is returned after a successful reply, but it does cover the operation's side effects, the confirm requirement, the public nature, and the account context. The main gap is the absence of any note about the success/return payload.

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 coverage is 75%, so most parameters already have descriptions. The description reinforces 'confirm' and the connected-channel account concept but adds little beyond the schema. The one uncovered parameter, 'text', is simple enough given minLength, but the description does not compensate further.

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 action: 'Post a public reply to a comment thread as the connected channel.' It clearly identifies both the resource (comment thread) and the operation (posting a reply), and it is distinct from all sibling tools, none of which post comments.

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

Usage Guidelines3/5

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

The description implies the tool is for replying publicly to a comment as the connected channel, but it does not explicitly say when to prefer it over alternatives or when not to use it. It does include an important precondition ('Needs confirm: true') and warns about side effects, but it stops short of clear usage-rule guidance.

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

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/navidmoazzez/youtube-mcp'

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