Skip to main content
Glama
Sendmux

Sendmux Email Inbox API + Sending

Official

List Threads

mailbox_list_threads
Read-onlyIdempotent

List email thread summaries filtered by search, folder, unread status, attachments, participants, and time range. Paginate with cursor for incremental results.

Instructions

Use this to scan conversation threads without loading every message. Continue with next_cursor only when additional threads are needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text search query across thread messages.
afterNoFilter to threads updated after this ISO 8601 timestamp.
limitNoMaximum results (default 50, max 100).
beforeNoFilter to threads updated before this ISO 8601 timestamp.
cursorNoPagination cursor — the `next_cursor` from the previous response.
folder_idNoFilter to threads with messages in this folder ID.
is_unreadNoWhen true, only return threads with unread messages.
mailbox_idNoMailbox public ID to target when the credential grants access to more than one mailbox. Omit when the credential is scoped to exactly one mailbox.
participantNoFilter by participant email address or display name.
has_attachmentNoWhen true, only return threads with attachments.
sort_directionNoSort direction.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description adds the behavioral insight that it doesn't load every message, but no further details like permissions or rate limits.

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?

Extremely concise, two sentences front-loading the core purpose and pagination advice with no wasted words.

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?

Given strong annotations, full schema coverage, and output schema, the description is mostly complete, but lacks guidance on when to use alternative thread/message tools or other filtering capabilities.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage, so baseline is 3. The description adds guidance on cursor usage ('Continue with next_cursor'), which provides additional meaning beyond the schema.

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?

Description clearly states 'scan conversation threads without loading every message,' which is a specific verb+resource that distinguishes from sibling tools like mailbox_list_messages (loads messages) and mailbox_get_thread (single thread).

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?

Provides when to use (scanning without messages) and cursor continuation guidance, but does not explicitly list when not to use or alternatives beyond the cursor note.

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/Sendmux/sendmux-sdk'

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