Skip to main content
Glama
FantomaSkaRus1

telegram-bot-mcp

edit_message_caption

Update the caption of a previously sent media message. Supports formatting modes and inline keyboards, with optional chat or inline message targeting.

Instructions

Edit caption of a previously sent message with media. If chat_id is omitted, targets the default log group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
captionNoNew caption text (up to 1024 characters)
chat_idNoChat ID or @channel_username. Optional — defaults to log group
message_idNoID of the message to edit (required if inline_message_id not provided)
parse_modeNoCaption formatting mode
reply_markupNoJSON string with inline keyboard markup
caption_entitiesNoJSON array of MessageEntity objects (alternative to parse_mode)
inline_message_idNoInline message ID (required if chat_id/message_id not provided)
Behavior2/5

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

No annotations provided, so description bears full responsibility. Only mentions default chat_id behavior; missing critical info like permission requirements, overwrite behavior, and constraint that original message must have media.

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?

Single sentence front-loaded with action; no wasted words. Every part earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema and no annotations. Description lacks return values, error states, prerequisites (message must have media), and relationship to sibling tools. Incomplete for a 7-param tool.

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 schema explains parameters. Description adds value by noting that chat_id defaults to log group when omitted, which is not in schema. Minimal but useful addition.

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 verb 'Edit' and resource 'caption of a previously sent message with media,' clearly distinguishing from sibling tools like 'edit_message' (text) and 'edit_message_media.' Also mentions default log group behavior.

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?

No explicit when-to-use or when-not-to-use guidance. Implicitly for media messages, but lacks comparison with similar edit tools like 'edit_message' or 'edit_message_media.'

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/FantomaSkaRus1/telegram-bot-mcp'

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