Skip to main content
Glama

Confirm notifications

confirm_notifications
DestructiveIdempotent

Complete the pending email change. Initial setup needs confirmation from the proposed mailbox. Replacement needs both confirmation from the new mailbox and previous_confirmation from the current mailbox in the same call. Removal needs previous_confirmation only. Codes expire in 24 hours and are invalidated by resend, cancellation, or editing the proposal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
op_keyYesOperation key you choose, 8 to 128 characters. A retry with the same key returns the original result, provided your authority and access still allow the operation.
confirmationNoCode from the initial or replacement mailbox; not needed for removal.
previous_confirmationNoApproval code from the current verified mailbox; required for replacement or removal.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and idempotentHint=true, so the safety profile is covered. The description adds genuine behavioral context beyond those: codes expire in 24 hours and are invalidated by resend, cancellation, or editing the proposal — information the agent cannot get from 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?

Four compact sentences, front-loaded with the core purpose and followed by per-scenario requirements and expiry rules. Every sentence carries distinct, needed information with 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 destructive, multi-scenario mutation tool with no output schema and full param documentation, this covers purpose, per-flow requirements, and code lifetime. It stops short of describing failure behavior for expired/invalid codes beyond the expiry statement, so not quite complete.

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 baseline is 3. The description goes slightly beyond the schema by mapping which codes are required in which scenario and stressing that replacement needs both codes in a single call, a concurrency constraint the schema does not express.

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 states a specific verb and resource: 'Complete the pending email change,' and then enumerates the three flows (initial setup, replacement, removal). This clearly separates it from siblings like cancel_email_change and resend_email_verification despite the vague name/title 'Confirm notifications'.

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?

It explicitly states the condition per scenario: setup needs one confirmation, replacement needs both codes 'in the same call,' removal needs previous_confirmation only. That is strong context, though it never names an alternative tool or states when not to use this one.

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.