Skip to main content
Glama

list_conversation_messages

Read-onlyIdempotent

List visible messages and members from any conversation, with options for pagination and time filtering. Provides read-only access without sending or deleting.

Instructions

Lee mensajes y miembros visibles de una conversación; no envía ni borra nada.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
newestNo
offsetNo
time_fromNo
conversation_idYes
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, so the description's statement that it doesn't send or delete is redundant. However, it adds that it also lists members, which is additional context beyond the annotations. No other behavioral details like pagination or rate limits are disclosed, but given strong annotation coverage, this is acceptable.

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 a single, front-loaded sentence that states the core action and a key safety property. No filler or redundant phrasing, so it is highly concise and well-structured.

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 5 parameters with 0% schema coverage and no output schema. The description is too brief to cover pagination controls (limit, offset, newest), time filtering (time_from), or the semantics of 'visible members.' An agent needs more context to correctly configure the call, especially since only conversation_id is required. The tool is more complex than the description acknowledges.

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 coverage is 0% and the description provides no explanation of any of the 5 parameters (limit, newest, offset, time_from, conversation_id). The parameter names are not self-explanatory, and without description guidance, an agent must rely on schema titles alone, which are minimal. The description fails to compensate for the lack of parameter documentation.

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 reads messages and visible members from a conversation, and explicitly notes it does not send or delete anything. This distinguishes it from sibling tools like list_messages and list_conversations, making its purpose unambiguous.

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 does not provide explicit guidance on when to use this tool versus alternatives such as list_messages or list_conversations. It implies read-only usage but lacks a clear directive like 'use this when you have a conversation_id' or 'for global messages use list_messages instead.'

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/PabloPC05/mcp-usc'

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