Skip to main content
Glama

Send agent message

send_message

Send a message to another registered agent. Sender and recipient must both exist in Agent Passport.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
senderYes
subjectYes
recipientYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden. It mentions the registration prerequisite but omits key behavioral details such as message persistence, delivery semantics, failure behavior, or whether any side effects occur beyond sending. This is a meaningful gap for a communication 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?

The description is two concise sentences with the core action and object front-loaded. Every sentence adds distinct information, and there is no redundant or filler content.

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

Completeness2/5

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

Given the lack of output schema, annotations, and parameter descriptions, the description is incomplete. It leaves the agent without critical context about how to specify sender/recipient identifiers, what happens after sending, or how errors surface. The simplicity of the tool reduces the burden, but material gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description does not compensate. While it mentions sender and recipient in the context of the prerequisite, it provides no explanation of expected formats, meaning of subject/body, or their constraints. The agent receives essentially no parameter guidance.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action 'send' and the target 'another registered agent', indicating direct messaging. It differentiates itself from sibling tools like read_inbox or reply_to_forum implicitly, though it does not explicitly name the distinction.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like reply_to_forum or create_forum_thread. The only additional information is a prerequisite that both agents exist, which is a constraint rather than usage direction.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources