Skip to main content
Glama
mailkite

MailKite

Official

mailkite_create_trigger

Attach an event trigger to enroll contacts automatically when the event arrives, without changing sequence version or affecting current enrollments. Requires a from address and API key.

Instructions

Attach a trigger: when this event arrives, enroll the contact it is about. Attaching never bumps the sequence's version and never touches anyone already in flight — a trigger is a fact about the outside world, a sequence is a program, and they change on different rhythms. The sequence needs a from address first, since an event-triggered enrollment has no message to inherit a sender from. Requires an API key (mk_live_…).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter `id`.
eventYes
filterNo
enabledNoDefaults to true.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.20.0

TDQS

A3.9/5.0
Behavior4/5

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

The annotations only state readOnlyHint, idempotentHint, and destructiveHint. The description adds valuable behavioral context: attaching never bumps the sequence version and never touches contacts already in flight, and it requires an API key. It does not describe response/error behavior, but it meaningfully supplements the sparse 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?

The action is front-loaded and the sentences are mostly purposeful. The 'fact about the outside world' metaphor is slightly decorative but helps justify why version bumps are irrelevant. There is no redundant restatement of the tool name or schema.

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 tool has four parameters, including a rule-based filter, and no output schema. The description covers the core purpose and prerequisite but does not explain `filter`, `enabled`, or the expected response shape. It is adequate for a basic call but leaves gaps an agent would need to resolve.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 50%, so the description needed to compensate for undocumented parameters. It explains `event` and indirectly `id`, but `filter` is entirely unexplained and `enabled` is only noted in the schema. For a tool with a rule reference, this leaves a significant semantic gap.

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 opens with a specific verb and resource: 'Attach a trigger', and clarifies the exact behavior: 'when this event arrives, enroll the contact it is about.' It also distinguishes triggers from sequences, helping an agent tell this apart from sibling sequence and trigger tools.

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 gives a concrete prerequisite: the sequence needs a `from` address before event-triggered enrollment, because there is no message to inherit a sender. It does not explicitly name alternatives or exclusion conditions, but the conceptual contrast with sequences and the prerequisite provide clear context for when to use it.

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