Skip to main content
Glama
mailkite

MailKite

Official

mailkite_test_webhook

Validate your webhook configuration by sending a signed test event to your domain's endpoint, ensuring your application receives and parses MailKite notifications correctly.

Instructions

Send a signed test event to the domain's webhook. 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

A3.6/5.0
Behavior4/5

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

With annotations already indicating a non-read-only, non-idempotent action, the description adds useful context: it sends a 'signed test event' (thus triggering a webhook delivery) and requires a management session token. This goes beyond the annotations without contradicting them.

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 with no filler. The core action is front-loaded, and the auth requirement follows as a second sentence. Every word earns its place.

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 simple one-parameter tool with no output schema, the description provides the essential info: what happens, where, and the auth precondition. It could mention return behavior or which id is required, but overall it is enough for an agent to invoke correctly in most cases.

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%, so the baseline is 3. The id parameter is minimally described as 'Path parameter `id`' and the tool description does not elaborate on what the id refers to (e.g., domain id or webhook id), but with full schema coverage the description is not obligated to compensate.

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 clearly states a specific action ('Send a signed test event') and the target resource ('the domain's webhook'), making the tool's purpose immediately obvious. It doesn't explicitly differentiate from siblings like verify_webhook or set_webhook, but the test-event language makes the distinction clear enough.

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?

The description mentions a prerequisite ('Requires a management session token') but gives no guidance on when to use this tool instead of alternatives such as verify_webhook or set_webhook. No scenario, condition, or exclusion is described.

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