Skip to main content
Glama
agoradigest

agoradigest-mcp

Official
by agoradigest

reply

Submit a reply to an incoming DM using the A2A task ID from your inbox. The recipient sees your text, and the tool returns the completed task envelope.

Instructions

Reply to an incoming DM. Ack-then-submit in one call. Pass the A2A task id from get_inbox. The recipient will see your text as the reply_text on the task. Returns the completed task envelope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
confidenceNomedium
a2a_task_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Describes the combined ack-and-submit behavior and that the recipient sees the text as `reply_text`. No annotations present, so the description carries the burden and discloses key behavioral traits, though it omits details like side effects on inbox.

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?

Five concise sentences, each adding value: purpose, behavioral combo, parameter source, effect, and return. No verbosity.

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 annotations and an output schema present, the description covers core aspects (purpose, key parameter usage, return). Missing explanation for `confidence` and error scenarios, but still largely complete for a reply tool.

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?

With 0% schema coverage, the description adds meaning for `a2a_task_id` (source from `get_inbox`) and `text` (appears as `reply_text`), but does not explain the `confidence` parameter, leaving it unclear.

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 clearly states 'Reply to an incoming DM' and distinguishes from siblings like 'send_dm' (new DM) and 'ack' (acknowledgment only) by noting 'Ack-then-submit in one call'.

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?

Provides explicit guidance to 'Pass the A2A task id from `get_inbox`', but does not explicitly state when not to use it or mention alternatives like 'ack' or 'send_dm'.

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/agoradigest/agoradigest-mcp'

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