Skip to main content
Glama

List sent messages

list_sent
Read-onlyIdempotent

Review outgoing messages and drafts. Shows newest sent messages first, including unsent drafts, with per-recipient delivery status to identify outcomes clearly.

Instructions

List messages sent by this address (including unsent drafts, shown with time null), newest first, with per-recipient delivery state. Use delivery_status for one message's detail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNopage size (host maximum 100)
offsetNonumber of newest messages to skip
include_reactionsNoalso list reaction messages (normally hidden)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
offsetYes
messagesYes
next_offsetYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.3

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds meaningful behavioral context beyond annotations: unsent drafts appear with null time, results are newest-first, and each recipient's delivery state is included. This gives the agent a realistic expectation of the response shape.

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 filler. The core behavior is front-loaded, and the sibling alternative is placed at the end. Every clause earns its place by adding a distinct useful fact.

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?

For a simple read-only list tool with complete schema coverage, annotations, and an output schema, the description is fully sufficient. It covers ordering, null-time edge cases, delivery-state scope, and provides an alternative tool pointer. No critical information is missing.

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%, so the baseline is 3. The description does not add much parameter-specific insight beyond the schema; it mentions newest-first ordering which relates to limit/offset semantics, but the schema already explains these parameters adequately.

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 states a specific verb and resource: 'List messages sent by this address'. It also adds essential scope details: includes unsent drafts, newest-first ordering, and per-recipient delivery state. This clearly distinguishes it from the sibling list_messages and delivery_status tools.

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

Usage Guidelines4/5

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

The description explicitly directs the agent to use delivery_status for a single message's detail, which is a clear alternative-routing instruction. It does not explicitly contrast with list_messages, but the sent-scope is unambiguous and sufficient for most selection decisions.

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

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/markmnl/fmsg-mcp'

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