Skip to main content
Glama
mailkite

MailKite

Official

mailkite_delete_tracking_webhook

DestructiveIdempotent

Remove a domain's tracking-event webhook to stop receiving engagement event notifications. Requires a management session token.

Instructions

Remove the domain's tracking-event webhook (engagement events stop). 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

A4.5/5.0
Behavior5/5

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

Annotations already mark the tool as destructive and idempotent, and the description adds meaningful context beyond that: engagement events will stop after removal and a management session token is required. This gives the agent a concrete expectation of effects and prerequisites.

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 short sentences, no redundant phrasing, and the core action and consequence are front-loaded. The auth requirement is appended without unnecessary elaboration.

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 single-parameter destructive tool with rich annotations, the description provides sufficient information: what is removed, the consequence, and the required credential. No output schema exists, but the description does not need to explain return values for a simple delete operation.

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 description coverage is 100%, with the 'id' parameter already explained as a path parameter. The description does not add additional parameter-level meaning, such as whether the id refers to the webhook or the domain, but it is not necessary given the schema and the tool's clear subject.

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 uses a specific verb and resource: 'Remove the domain's tracking-event webhook', with a clear behavioral consequence ('engagement events stop'). This clearly distinguishes it from sibling tools like mailkite_delete_webhook or mailkite_delete_webhook_events by specifying the tracking-event webhook.

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 makes the context clear: this tool removes the tracking-event webhook, and the statement about engagement events stopping implies the impact. It does not explicitly name alternatives or when-not-to-use conditions, but the targeted resource is clear enough among the webhook-related siblings.

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