Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

create_chat_id_discovery

Create a Telegram chat ID discovery token to reveal a user's chat ID for HITL setup. Returns a deep link and QR code; opening the link in Telegram exposes the ID needed for a Telegram channel.

Instructions

Create a Telegram chat ID discovery token. Returns a deep_link, qr_code (base64 PNG), and qr_text (UTF-8 text QR for terminal display). The user opens the link in Telegram, which reveals their chat ID for HITL config setup.

Agent usage: pass the response's deep_link to render_auth_link so the user can click or scan it. Never hand qr_text to a link renderer — it is that same link already rendered as QR art. Print it verbatim inside a fenced code block only when a real terminal needs the QR. Then poll poll_chat_id_discovery with the returned token until the chat_id appears. Use the discovered chat_id when creating a HITL config with a Telegram channel.

ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, then call this tool again. start_login does NOT open this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv1.1.0

TDQS

A4.9/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 disclosure burden and meets it: it reveals creation semantics, return payload contents, the Telegram-open flow, auth requirements (Proof account / PROOF_API_KEY), and the dependency on subsequent polling. It also warns about qr_text renderer misuse.

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?

Although the description is longer than average, every sentence earns its place by carrying workflow, safety, or access-critical detail. The key facts are front-loaded, and the structure follows a clear progression: purpose, agent usage, and access.

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 no output schema and no annotations, the description is complete: it defines return values in usable formats, names successor tools (render_auth_link, poll_chat_id_discovery), and covers the access failure mode. An agent has enough information to call it and orchestrate the full chat ID discovery flow.

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 tool has zero parameters and the input schema is complete, so no parameter-level explanation is needed. The description adds no parameter meaning, but with no parameters to document, the baseline 4 is appropriate.

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-plus-resource statement, 'Create a Telegram chat ID discovery token,' and enumerates concrete return artifacts (deep_link, qr_code, qr_text). This clearly distinguishes the tool from polling, rendering, and login-related siblings.

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 provides explicit workflow instructions: pass deep_link to render_auth_link, never hand qr_text to a link renderer, print qr_text only in a real terminal, poll with the returned token, and use the discovered chat_id for HITL config. It also states access prerequisites and warns that start_login does not open this tool.

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

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/ProofHoldings/mcp-server'

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