Skip to main content
Glama
makarworld

claude-telegram-interactive-mcp

by makarworld

Ask User Confirmation or Input via Telegram

ask_telegram_confirmation

Send an interactive Telegram question with inline buttons or free-text/media input, then wait for the user's response and return downloaded file paths.

Instructions

Send a question with interactive inline buttons and/or wait for user text or attached file/photo/mediagroup response. Automatically downloads received files to disk and returns their local paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatIdNoOptional override for target Telegram Chat ID
optionsNoList of options/buttons to present to the user (can be empty if waiting for free text/media)
questionYesThe question text or confirmation description (HTML formatting supported)
parseModeNoFormatting mode for question text (default: HTML)HTML
timeoutSecondsNoTimeout in seconds waiting for user response (default 180s)

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.3/5.0
Behavior4/5

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

There are no annotations, so the description carries the full behavioral burden. It discloses the significant side effect of automatically downloading received files to disk and returning local paths, while the 'wait' wording conveys the interactive blocking nature. It could be more explicit about timeout behavior, but the timeoutSeconds parameter partially covers that.

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?

Two sentences with no filler, the primary action is front-loaded, and the file side-effect is stated immediately after. Every clause earns its place without redundancy.

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 description covers the input flow and file handling well, but because there is no output schema, it should clearly state what a normal response returns (e.g., selected button value or text) and what happens on timeout. These gaps are material for an agent deciding how to handle the result.

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?

Schema coverage is 100%, so the baseline is 3; the description adds value by clarifying that 'options' correspond to interactive inline buttons and that responses can be text, file, photo, or media-group attachments. It also explains the file-download behavior, which is not apparent from parameter names or schema descriptions alone.

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 uses specific verbs ('Send a question', 'wait for user text or attached file/photo/mediagroup response') and clearly identifies the resource (Telegram). It distinguishes the tool from one-way send_* siblings and fetch_telegram_updates by emphasizing interactive response handling, so an agent can immediately see when this tool applies.

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 intended use case is clear: ask for confirmation or input and wait for a user response, which is exactly the interactive scenario this tool covers. It does not explicitly name alternatives or exclusions, but the sibling set makes the boundary obvious—send_* tools are one-way sends and fetch_telegram_updates is polling.

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/makarworld/claude-telegram-interactive-mcp'

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