Skip to main content
Glama

402cron

Register a destination URL

register_destination

Claim an https:// URL you control. We answer with a challenge and a SIGNING SECRET that is shown ONCE and never again — store it before you do anything else; it is what lets you verify that a delivery really came from us. The permission covers that path and everything beneath it, nothing above.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe https:// URL you control.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden, and it delivers: it discloses the one-time signing secret, that it is never shown again, and the exact permission scope ('that path and everything beneath it, nothing above'). This is essential operational context the schema could never express.

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?

Three sentences, each earning its place: the action, the critical secret warning, and the permission boundary. No filler, no repetition of schema details, and the most important operational warning is front-loaded.

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 one-parameter tool with no output schema and no annotations, the description covers purpose, return artifacts (challenge + signing secret), required user action (store the secret), and the permission scope. It does not explain the verification flow, but that belongs to verify_destination and is not needed to call this tool correctly.

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

Parameters4/5

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

The schema already documents the url parameter at 100% coverage, giving a baseline of 3. The description adds meaningful path-scope semantics — 'covers that path and everything beneath it, nothing above' — which clarifies how the single parameter is interpreted beyond the schema text.

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 says 'Claim an https:// URL you control,' which combined with the title makes clear this registers a delivery destination. It adds context about the challenge/secret response and the path-scoped permission, but it does not explicitly distinguish itself from siblings like verify_destination or delete_destination.

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 gives clear context: use this when you control an https URL and want to claim it as a destination. It also provides a sequencing rule — store the one-time signing secret before doing anything else — but it does not explicitly state when not to use it or mention the intended verify_destination follow-up.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources