Skip to main content
Glama

cs_agent_get_message

Read-onlyIdempotent

Retrieve a specific immutable delegated request or reply message using its unique ID. Ideal for reading a completed message when you already have the identifier, rather than waiting for an ongoing task.

Instructions

Read one immutable delegated request or reply message when you already have its id. Use cs_agent_wait_message instead when waiting for an unfinished task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageIdYesMessage id returned by send, wait, or an event.
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the immutability of messages and the fact that it reads a single message, but it does not disclose return format or error behavior. Given the annotation coverage, the incremental transparency is limited.

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 concise sentences front-load the purpose and provide an explicit alternative. No fluff.

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

Completeness5/5

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

The tool is low-complexity with one parameter and thorough annotations. The description covers the operation, usage, and a key behavioral distinction. It is complete enough for an agent to select and invoke correctly.

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 description coverage is 100% with a clear description of messageId: 'Message id returned by send, wait, or an event.' The tool description adds the context of 'already have its id' but does not introduce new parameter semantics. Baseline of 3 is appropriate given high schema coverage.

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 'Read one immutable delegated request or reply message when you already have its id.' This provides a specific verb and resource, and distinguishes from the sibling tool cs_agent_wait_message by naming it directly.

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

Usage Guidelines5/5

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

Explicitly instructs when to use this tool versus the alternative: 'Use cs_agent_wait_message instead when waiting for an unfinished task.' This gives a clear when-not condition and names the alternative.

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/codestable/cs-agent-mcp'

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