Skip to main content
Glama
Albretsen

MCP Emails

Edit a pending send

approval_update
Idempotent

Update subject or body of an email awaiting approval so reviewers see your edits before approving.

Instructions

Change the subject or body of a send that is waiting for human approval. The message still has to be approved afterwards, and the reviewer sees the edited version. Subject can only be set on operations that carry one (email_send, schedule_create).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectNoReplacement subject line.
body_htmlNoReplacement HTML body.
body_textNoReplacement plain-text body.
approval_idYesThe approval_id returned by a gated send (status: "pending_approval").

Schema Changelog

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

  1. First observedv1.0.4

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already cover idempotency and lack of destructiveness; the description adds useful behavioral context by noting that the reviewer sees the edited version and that the message still requires approval afterward. This gives an agent a clearer picture of the edit's real-world effect beyond just a generic mutation.

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?

Three short sentences, each earning its place: the first names the action, the second explains the post-edit workflow, and the third constrains the subject parameter. The most important information is front-loaded, and there is no filler.

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?

For a small update tool, the description plus full schema coverage gives an agent enough to invoke it correctly: what can be changed, the required approval_id, and the continuing approval requirement. A minor gap is that it does not describe the outcome if the approval is no longer pending, but this is not essential for a correct call.

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?

The schema already describes all four parameters at 100% coverage, so the baseline applies. The description adds a meaningful nuance beyond the schema by explaining that 'subject' only applies to operations carrying one (email_send, schedule_create), which is directly relevant to when an agent should pass that parameter.

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?

States a specific verb ('Change') and resource ('a send that is waiting for human approval'), and clearly identifies the editable fields (subject or body). It also clarifies the scope of subject editing by naming which operations carry one, which helps distinguish this from approval_decide and approval_review.

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 clearly indicates this is for pending sends still awaiting approval, and notes that approval must still happen afterwards, implicitly steering agents away from using this as a final decision tool. It does not explicitly list alternatives or say 'do not use for approved sends,' but the context is strong enough for correct routing among siblings.

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/Albretsen/MCPEmails'

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