Skip to main content
Glama

grove_reply

Post a reply to a specific message in a channel thread by providing the channel name, reply content, and the ID of the parent message.

Instructions

Reply to a message in a thread. Requires grove_write.

Args: channel_name: Channel containing the parent message. content: Reply body. reply_to_id: ID of the message being replied to. sender: Display name for the sender. Defaults to your resolved grove_sender. A different identity requires grove_relay.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idNo
senderNo
contentYes
reply_to_idYes
channel_nameYes
Behavior4/5

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

Annotations mark destructiveHint as false and readOnlyHint as false (implying a write operation), yet the description clarifies the write action and required permission (grove_write). It also discloses the sender identity behavior and the need for grove_relay for alternate identities. This adds useful context beyond annotations, though it doesn't discuss potential side effects or return values.

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 concise and well-structured with an Args list that is easy to scan. It front-loads the purpose and permission. While it could be more terse (e.g., merging permission notes), it is not verbose. The use of a bullet list for args is clear.

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?

For a simple write operation with no output schema, descriptions need not explain return values. The description covers parameters, permissions, and alternate sender behavior. It lacks details on failure conditions or validation rules (e.g., what happens if reply_to_id is invalid), but for typical usage this is sufficient. Given the moderate complexity, it is nearly complete.

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 0%, so the description must fully explain parameters. It does for channel_name, content, reply_to_id, and sender, but app_id is entirely omitted. The description adds meaning for sender's default and permission model, but the incomplete coverage of app_id leaves a gap. Despite the gap, the description covers the essential parameters.

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 clear verb ('Reply') and a specific resource ('to a message in a thread'), with key parameters defined. It distinguishes from sibling tools like grove_send_message (new message) and grove_get_thread (read).

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?

While it doesn't explicitly say when to use it vs alternatives, the context of replying in a thread is clear. It does specify a permission requirement (grove_write) and conditions for using a different sender (grove_relay). It does not state when not to use it, but the nature of the action implies direct use for replies.

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/willow-memory/willow-mcp'

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