Skip to main content
Glama

cancel_send

Destructive

Cancel recipients that have not begun submission. Returns what was cancelled; already-submitted mail cannot be recalled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestIdYesEPST send request UUID, not an email address or RFC Message-ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and idempotentHint=false, and the description adds specifics: it cancels only recipients that haven't begun submission, returns what was cancelled, and cannot recall already-submitted mail. No contradiction with annotations; the description provides additional behavioral context beyond the structured fields.

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 concise sentences that front-load the action and include the key limitation. No redundant information.

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?

The description covers the action, scope, limitation, and return value. Combined with the schema and annotations, it provides sufficient context for an agent to invoke the tool correctly.

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 coverage is 100%, with the requestId parameter already described as an EPST send request UUID. The description doesn't add any additional parameter semantics, but since the schema fully covers it, a baseline of 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?

The description clearly states the tool cancels recipients that have not begun submission, specifying the verb and resource. It also distinguishes from recalling already-submitted mail, which helps differentiate from other send-related 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 implies usage when you need to stop a send before it goes out, and explicitly notes that already-submitted mail cannot be recalled. However, it doesn't name alternative tools or provide explicit 'use this instead of' guidance, though the sibling context provides some context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources