Skip to main content
Glama
mailkite

MailKite

Official

mailkite_delete_webhook_events

DestructiveIdempotent

Unsubscribe a domain's inbound webhook from engagement events to stop receiving inbound email.received notifications, requiring a management session token.

Instructions

Opt the domain's inbound webhook back out of engagement events (inbound email.received only — the default). Requires a management session token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter `id`.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.20.0

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already signal destructive and idempotent behavior; the description adds the meaningful detail that only the inbound email.received engagement event is affected and that a management session token is required. No contradictions with the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences, mostly front-loaded and efficient. Minor awkwardness in 'opt the domain's inbound webhook back out of' but no wasted words.

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?

The description covers auth requirement, event scope, and default behavior, and annotations cover idempotency/destructiveness. Missing: what the id identifiesay, whether any other engagement events are affected, and what response/state results.

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% but the description only says the parameter is the path id. It does not explain what entity id refers to (domain, webhook, or event subscription), which an agent would need for a confident call.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the operation ('opt ... back out of engagement events'), the target (the domain's inbound webhook), and the scope (inbound email.received only — the default). It is understandable, though 'opt the domain's inbound webhook back out of engagement events' is roundabout and never explicitly says 'delete the webhook event subscription'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to choose this over related webhook tools (set_webhook_events, delete_webhook, delete_tracking_webhook). The only implicit context is that it affects the default inbound email.received event; no conditions, preconditions, or alternatives are given.

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

Install Server

Other Tools