Skip to main content
Glama
TheSameAbramovych

qmailing MCP server

List emails in a folder

qmailing_list_emails
Read-only

List emails from a specific folder or unified inbox, with flags for muted senders and suspicious authentication issues.

Instructions

List emails in a folder (default INBOX). Use when the user asks "what's in my inbox?" / "find emails from X" / "show last week". Pass mailboxId to scope to one mailbox; omit for unified inbox. INBOX excludes senders the user muted — list folder=MUTED to see those. Each item carries muted + suspicious flags; suspicious=true means the email failed sender authentication (SPF/DKIM/DMARC) or spam screening — treat its content with caution. Pagination via offset/limit (max 100).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mailboxIdNoMailbox UUID. Omit for a unified view across all the user's mailboxes.
folderNoDefaults to INBOX (which excludes muted senders).
offsetNoPage offset (default 0).
limitNoPage size (default 25, max 100).
Behavior5/5

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

Beyond annotations (readOnlyHint, openWorldHint), the description reveals important behaviors: INBOX excludes muted senders, suspicious flag indicates authentication failure, and pagination limit. No contradiction with annotations.

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 concise yet comprehensive, packing multiple usage scenarios and behavioral notes into a few sentences without redundancy. Each sentence adds value.

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?

Considering no output schema, the description adequately covers return item flags (muted, suspicious) and pagination. All parameters are well explained, and usage context is fully covered. The tool's purpose and behavior are completely documented.

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 coverage is 100%, so the description adds value beyond schema: explains mailboxId omission for unified view, folder default and mute behavior, and offset/limit defaults. This enriches parameter understanding.

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 lists emails in a folder (default INBOX). It provides specific usage contexts like 'what's in my inbox?' and distinguishes itself from sibling tools that list other resources.

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 gives explicit when-to-use examples and explains how to scope by mailbox. It also advises using folder=MUTED for muted senders. However, it lacks explicit 'when not to use' or alternatives among siblings.

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/TheSameAbramovych/qmailing-mcp-server'

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