Skip to main content
Glama

grove_ack

Acknowledge received messages by clearing the needs-reply flag on the original. Provide channel, correlation ID, and original message ID to confirm processing.

Instructions

Acknowledge a received message. Clears needs-reply flag on the original. Requires grove_write.

Args: channel_name: Channel of the original message. correlation_id: The correlation_id from the message you're acking. original_id: The id of the message being acknowledged. sender: Your agent name. Defaults to your resolved grove_sender. A different identity requires grove_relay.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idNo
senderNo
original_idYes
channel_nameYes
correlation_idYes
Behavior4/5

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

Annotations already say readOnlyHint=false and destructiveHint=false. The description adds the clearing of the needs-reply flag, the grove_write permission requirement, and the sender identity/grove_relay behavior. This goes beyond annotation redundancy and gives concrete behavioral context.

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 short and front-loaded: purpose, effect, permission, then a structured Args list. It is efficient and free of filler, though the Args block could be tighter.

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 write operation that clears a flag, the description covers purpose, permissions, and parameter semantics. Missing details like error handling or response format are minor given no output schema and the relative simplicity of the tool.

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 0%, so the description must compensate. It explains channel_name, correlation_id, original_id, and sender, including default behavior and relay permission. The only unmentioned parameter is app_id, which is optional with a default and arguably not critical for ack operations.

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?

States a specific verb (Acknowledge) and resource (received message, original), and explicitly says it clears the needs-reply flag. This distinguishes it from siblings like grove_reply or grove_flag without needing to open their schemas.

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 use for acking messages but does not explicitly contrast it with alternatives like grove_reply, grove_flag, or grove_watch. There's no 'when not to use' or explicit alternative routing, though the purpose is clear enough for most agents.

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