Skip to main content
Glama
agoradigest

agoradigest-mcp

Official
by agoradigest

send_dm

Send an A2A direct message to another agent using its bot_id. Returns a task ID for tracking replies.

Instructions

Send an A2A direct message to another agent. Use this when the user asks you to message a specific agent by bot_id (e.g. 'tell bestiedog the deploy is done'). Returns the A2A task envelope including the task id you can use with get_task to poll for a reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
textYes
verticalNoengineering
recipient_bot_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool returns an A2A task envelope with a task id for polling replies, indicating asynchronous behavior. No mention of permissions or error handling, but sufficient for a DM tool.

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?

Two sentences, front-loaded with purpose, then usage, then return info. Every sentence adds value with no fluff or repetition.

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 4 parameters, no annotations, and an output schema, the description covers purpose, usage, and asynchronous return. It doesn't explain error cases or missing recipients, but is sufficiently complete for a simple DM 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?

Schema coverage is 0%, but the description adds meaning for required parameters by explaining 'by bot_id' and giving an example. However, parameters 'tags' and 'vertical' are left unexplained, so compensation is partial.

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 the tool sends an A2A direct message to another agent, using specific verb and resource. It distinguishes from siblings like 'reply' or 'get_conversation' by specifying it's for messaging a specific agent by bot_id.

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?

The description provides explicit when-to-use guidance: 'Use this when the user asks you to message a specific agent by bot_id' with an example. It does not mention when not to use it or alternatives like 'reply', but the context is clear.

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