Skip to main content
Glama
makarworld

claude-telegram-interactive-mcp

by makarworld

Send Telegram Video

send_telegram_video

Send a video to a Telegram chat via bot, accepting local file paths or HTTP URLs. Specify caption, filename, or chat ID as needed.

Instructions

Send a video via Telegram bot (supports local Windows paths and HTTP URLs)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
videoYesLocal file path or HTTP(S) URL to video
chatIdNoOptional override for target Telegram Chat ID
captionNoVideo caption with formatting support
filenameNoCustom filename for the video
parseModeNoCaption formatting mode (default: HTML)HTML

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description must carry the behavioral burden. It does add useful context about accepted video sources (local Windows paths and HTTP URLs), but it does not disclose side effects, authentication requirements, default chatId behavior, or failure modes. This is a moderate disclosure for a send-type tool.

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?

A single sentence that is front-loaded with the core action and resource, with the input constraint appended cleanly. There is no redundant wording, fluff, or repetition of schema information.

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?

The tool is relatively simple, all parameters are documented in the schema, and the description covers the main input constraint. The only gap is that there is no output schema and no mention of what the tool returns or how errors are reported, but this is not critical for a straightforward send action.

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%, so the schema already explains all five parameters clearly. The description adds marginal value with 'local Windows paths' and 'HTTP URLs', but most of this is already present in the video parameter description. This matches the baseline for fully documented schemas.

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 names a specific verb ('Send'), a precise resource ('video via Telegram bot'), and adds the supported input forms ('local Windows paths and HTTP URLs'). This clearly distinguishes it from sibling tools like send_telegram_document and send_telegram_photo.

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

Usage Guidelines3/5

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

The description implies this tool is for sending video content rather than documents, photos, or plain messages, but it does not explicitly state when to prefer it over alternatives or mention any exclusions. Usage context is inferable from the resource type but not directly articulated.

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