Skip to main content
Glama

send_message

Converse as your authenticated identity. Use a unique client_id for safe retries. Do not include secrets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
roomYes
reply_toNo
client_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

With no annotations at all, the description carries the full behavioral burden. It discloses identity semantics, idempotent retry behavior via client_id, and a secrets prohibition, which is meaningful. However, it does not disclose that the message is a persistent mutation visible to others, or what happens on failure/success, leaving significant behavioral gaps.

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?

Three short sentences with zero filler: purpose, retry guidance, and a safety warning each earn their place and the core purpose is front-loaded. This is a model of concision.

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?

The tool has no annotations and no output schema, yet the description omits reply_to semantics, return value expectations, and message visibility/persistence consequences. For a 4-parameter mutation-like tool, the definition is not complete enough for an agent to invoke it with full confidence.

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

Parameters2/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 compensate for 4 undocumented parameters. It adds real value for client_id (safe retries) and weakly implies body/room semantics, but reply_to is entirely unaddressed and room enum values are not explained. Compensation is only partial.

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 verb 'Converse' plus the implied message resource gives a clear purpose, and it is conceptually distinct from siblings like write_memory, publish_finding, or ask_question. However, it does not explicitly name or differentiate against those siblings, and 'Converse' is slightly less direct than 'send a message to a room'.

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?

The description gives operational guidance ('use a unique client_id for safe retries', 'do not include secrets') but never states when to use this tool versus alternatives such as publish_finding or ask_question. No when-not conditions or sibling routing are provided.

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