Skip to main content
Glama
vaemail

vaemail

Official

Addresses removed from sending

vaemail_list_bounces
Read-onlyIdempotent

Retrieve addresses excluded from sending due to hard bounces, complaints, or unsubscribes, including reasons. Check this list before retrying failed recipients to avoid refused sends.

Instructions

List addresses excluded from sending: hard bounces, complaints and unsubscribes, with the reason for each. Sending to one of them is refused, so read this before retrying a failed recipient.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceNoISO 8601 date to read from.
cursorNo
reasonNo

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds valuable behavioral context by disclosing that sending to these addresses is refused, and that the output includes the reason for exclusion. This goes beyond the annotation-only information.

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, with the most important scoping information front-loaded. The operational warning is succinctly added at the end.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/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, the description gives the essential purpose and a usage tip, but it lacks parameter semantics and return-structure details. Since there is no output schema, the agent does not know what the response contains beyond 'reason for each'. Some gaps, but not severe for a filtering list tool.

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

Parameters2/5

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

Schema description coverage is only 25% (only the `since` parameter has a description). The description does not compensate by explaining `limit`, `cursor`, or the `reason` filter, despite the low coverage. The meaning of these parameters is left to inference from names and enum values.

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 uses a specific verb and resource: 'List addresses excluded from sending', and enumerates the categories (hard bounces, complaints, unsubscribes) with the reason for each. This clearly distinguishes it from sibling tools like list_messages or get_message because it focuses on bounces and exclusion reasons.

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 clear actionable context: 'Sending to one of them is refused, so read this before retrying a failed recipient.' This tells the agent when to use it, though it does not explicitly name sibling alternatives or state when not to use it.

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/vaemail/vaemail-mcp'

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