Skip to main content
Glama
googlarz

Proton Mail Bridge MCP

delete_template

Destructive

Permanently remove a saved email template from your Proton Mail account. Confirm when destructive-action confirmation is enabled to prevent accidental irreversible deletion.

Instructions

Delete a saved email template. Irreversible; requires confirmed:true when PROTONMAIL_CONFIRM_DESTRUCTIVE is enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe template id.
confirmedNoPass true to confirm permanent deletion of the template. Required when PROTONMAIL_CONFIRM_DESTRUCTIVE is enabled.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv2.0.8
    • addedInput schema / properties / confirmed
      Added value: +{
      +  "description": "Pass true to confirm permanent deletion of the template. Required when PROTONMAIL_CONFIRM_DESTRUCTIVE is enabled.",
      +  "type": "boolean"
      +}
  2. Addedv1.17.0

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the destructiveHint annotation, the description discloses that deletion is irreversible and that a confirmation flag is conditionally required. This tells the agent that the operation is permanent and may require extra steps depending on the environment, which is valuable behavioral context.

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 compact, using two short sentences. The core action is front-loaded, followed by the most important caveat (irreversibility) and the conditional confirmation requirement. No words are wasted.

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?

For a simple two-parameter delete tool with destructiveHint already annotated, the description covers the essential operational details: what is deleted, that it is irreversible, and when confirmation is required. No critical information is missing for an agent to invoke it 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%, and both 'id' and 'confirmed' are already described in the input schema. The description reinforces the confirmed parameter's role and ties it to the environment flag, but it does not add substantial semantics beyond what the schema already documents.

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 action ('Delete') on a specific resource ('saved email template'), making the tool's purpose immediately clear. It also distinguishes this from sibling deletion tools like delete_email and delete_draft by explicitly limiting the scope to templates.

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 provides clear context for when this tool is appropriate: deleting a saved email template. It also gives invocation guidance by noting the irreversible nature and the confirmed:true requirement under PROTONMAIL_CONFIRM_DESTRUCTIVE. It does not explicitly compare against alternatives, but the resource-specific wording makes the intended use clear.

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

Deploy Server

Other Tools