Skip to main content
Glama

test_destination

Send a synthetic test alert through a destination to confirm credentials and ensure it works. If an email destination is unverified, resend the confirmation link a human must click.

Instructions

Send something through a destination right now, to move it from 'created' to 'known to work'. By default it delivers a synthetic 'LastPing test alert' immediately — use that after create_destination to confirm the credentials are right. For an EMAIL destination that is still unverified, a test alert is not what you need: an unverified email cannot be attached to a route at all, and no amount of testing changes that. Pass resend_verification=true instead to re-send the confirmation link a human must click. That is the tool to reach for when create_destination reported UNVERIFIED and the confirmation email never arrived or has expired.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDestination (channel) UUID. Get it from list_destinations or create_destination.
resend_verificationNoSet true to re-send the email confirmation link INSTEAD of a test alert. Email destinations only — any other kind returns 400. Safe to repeat, and idempotent: on an already-verified destination it reports verified and sends nothing rather than mailing the user again.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations, the description discloses the default synthetic LastPing alert behavior, the 400 error for non-email destinations with resend_verification, and the idempotent verified-state behavior. The idempotentHint=false annotation is not contradicted because the default test-alert path is not idempotent, while the description specifically limits idempotency to resend_verification on verified destinations.

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 dense but every sentence carries decision-relevant information, and the core action is front-loaded in the first sentence. The length is justified by the two-mode behavior (test alert vs. resend verification) that the agent must distinguish.

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 tool with two modes, no output schema, and a closely related create_destination sibling, the description covers invocation, mode selection, error conditions, and repeat safety. An agent can decide whether to call this tool and with which flag without needing additional context.

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% and the schema already documents both parameters, including id source, the instead-of-test-alert behavior, email-only restriction, 400 error, and idempotency. The description repeats this semantic context but does not add new parameter-level meaning beyond the schema, so the baseline score of 3 applies.

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 and resource ('send something through a destination') and the intended outcome ('move it from created to known to work'). It distinguishes this from create_destination and other destination siblings by positioning it as the post-creation verification step.

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

Usage Guidelines5/5

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

It explicitly tells when to use the default test alert ('after create_destination to confirm the credentials are right') and when to use resend_verification instead (when create_destination reported UNVERIFIED and the confirmation email never arrived or expired). It also warns that a test alert is useless for unverified email destinations, giving a clear exclusion.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tp322d/lastping-app'

If you have feedback or need assistance with the MCP directory API, please join our Discord server