Skip to main content
Glama

Create a Telegram approval link

telegram_link_create

Mint a single-use link that connects a human's Telegram chat to this brand, so they can review and approve content in chat. Hand the link to your user; when they open it the chat is bound and they get the full review experience — daily cards, regeneration, feedback and scheduling commands. Pair with delivery_configure approval_mode "gate" to require their approval before content is delivered to you. The link is single-use and expires; mint another if it goes unused.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandYesBrand slug.
ttl_minutesNoHow long the link stays valid. Default 60, maximum 7 days.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses single-use, expiry, and chat binding, and notes that opening the link grants the full review experience; these are meaningful behaviors beyond the annotations. It does not describe the response payload, but for a low-risk link-creation tool this is not a major omission.

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?

Four sentences, all relevant: the purpose is front-loaded, the user experience is summarized, the delivery_configure pairing is stated, and the expiry behavior is closed with an action. No filler or repetition.

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 two parameters with 100% schema coverage and no output schema, the description explains the workflow, the single-use/expiry behavior, and the integration point with delivery_configure. The only minor gap is not explicitly stating the return value, but this is implied by 'mint a link' and 'hand the link.'

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?

The schema already documents both parameters with descriptions and bounds (brand slug, ttl_minutes default/max/min), so the description does not need to repeat them. It adds only general advice about expiry and minting another link, which reinforces rather than extends the parameter documentation.

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 'Mint a single-use link that connects a human's Telegram chat to this brand, so they can review and approve content in chat,' which uses a specific verb and resource and clearly distinguishes it from siblings like social_connect_link and delivery_configure. It precisely states the purpose and the review/approval workflow.

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 explicitly tells the agent to pair this with delivery_configure approval_mode 'gate' to require approval before content is delivered, and notes when to mint a replacement if the link goes unused. It does not explicitly list exclusions or alternative tools, but the pairing condition provides clear contextual guidance.

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