Skip to main content
Glama
pauloFroes

mcp-meta-inbox

by pauloFroes

List Messages

list_messages
Read-only

Retrieve messages within a specific thread by providing the thread ID. Ideal for viewing conversation content without participant metadata.

Instructions

List messages inside a thread without the surrounding conversation metadata. Use get_conversation instead when you also want the participant list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoItems per page (default: 25)
fieldsNoComma-separated fields. Default: id,created_time,from,to,message,attachments
max_pagesNoPages to auto-follow (default: 1)
conversation_idYesThread ID (looks like "t_1234567890").
Behavior4/5

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

Annotations already declare read-only and non-destructive. Description adds that it does not include surrounding conversation metadata, which is useful context. No contradictions, but could elaborate on pagination or response format.

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, no fluff. Purpose and usage guidance front-loaded efficiently.

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?

Adequately covers purpose, usage, and key behavior. With no output schema, could mention return format, but with good annotations and schema, it's largely complete.

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 covers all 4 parameters with descriptions (100% coverage). Description adds no extra meaning beyond the schema, so baseline 3 is appropriate.

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?

Explicitly states 'List messages inside a thread' and distinguishes from get_conversation by noting it omits surrounding metadata. Clear verb+resource+scope.

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?

Directly provides when to use this tool and explicitly names the alternative get_conversation for when participant list is needed.

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/pauloFroes/mcp-meta-inbox'

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