Skip to main content
Glama
overpod

MCP Telegram

telegram-send-story

Publish a photo or video story to your Telegram profile or channel, with options to set privacy, caption, and story duration.

Instructions

Publish a new story (photo or video) to your profile or a channel you manage. Privacy: everyone/contacts/close_friends/selected (allowUserIds required for 'selected'). MediaAreas not supported in this version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoOverride auto-detected media type
chatIdNoPeer to post the story to — 'me', @username, or numeric IDme
periodNoStory lifetime in seconds: 21600=6h, 43200=12h, 86400=24h (default), 172800=48h
pinnedNoKeep the story in the profile highlights after expiry
captionNoStory caption (max 2048 chars)
privacyNoWho can see the storyeveryone
filePathYesAbsolute path to the photo or video file to upload
parseModeNoCaption parse mode: md or html
noforwardsNoPrevent others from forwarding or saving the story
allowUserIdsNoRequired when privacy='selected': numeric user IDs allowed to see the story
disallowUserIdsNoUser IDs explicitly blocked from seeing the story (ignored for privacy='selected')
Behavior4/5

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

Annotations indicate readOnlyHint=false (write) and openWorldHint=true (dynamic). The description adds behavioral details: privacy settings, requirement of allowUserIds for 'selected', and the limitation that MediaAreas are not supported. This adds value beyond annotations, though it could mention side effects like story visibility.

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 wasted words. First sentence states the core purpose; second adds privacy hint and limitation. Front-loaded and efficient.

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?

With no output schema, the description covers media types, privacy options, and a limitation. It does not describe return behavior (e.g., success response or story ID), but overall it is fairly complete given the tool's complexity and existing schema documentation.

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 coverage is 100%, so baseline is 3. The description repeats the allowUserIds constraint already in the schema (required when privacy='selected'). No additional parameter meaning is provided beyond what's in the schema, hence score 3.

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 clearly states the action (publish), resource (story, photo/video), and target (profile or channel). It distinguishes from siblings like edit-story or delete-stories by focusing on publication. Specific privacy options are listed, and a limitation (MediaAreas not supported) is noted, making the purpose unambiguous.

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 implies usage context (publishing stories) but does not explicitly compare to alternatives like send-message or send-file. Given that it's the only story publication tool among siblings, the context is clear. However, explicit when-to-use and when-not-to-use guidance is missing.

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

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