Skip to main content
Glama
cedrdjio

mcp-telegram-facebook

by cedrdjio

repost_telegram_to_facebook

Downloads a video from a Telegram chat and reposts it to a Facebook Page with a custom description and title.

Instructions

Workflow complet : télécharge une vidéo Telegram puis la republie directement sur une Page Facebook avec une description personnalisée. Combine download + post.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYesChat/canal Telegram source.
titleNoTitre de la vidéo sur Facebook.
pageIdNoPage Facebook cible (sinon FACEBOOK_PAGE_ID).
messageIdYesID du message vidéo à reposter.
descriptionNoDescription personnalisée pour Facebook.
pageAccessTokenNoPage Access Token spécifique.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the composite nature (download + post), but does not mention potential side effects, authentication requirements, or error handling. It adds some value beyond schema but lacks depth.

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 concise sentences in French effectively convey the tool's purpose. Every word adds value; no fluff or repetition.

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?

Given the composite nature (6 parameters, no output schema), the description is too brief. It does not explain return values, error conditions, order of operations, or authentication prerequisites. It barely meets minimum viability.

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?

Input schema has 100% description coverage for all 6 parameters. The description does not add new information beyond what the schema already provides, so baseline score of 3 applies.

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 it downloads a Telegram video and republishes it to a Facebook Page with custom description. It uses a specific verb-resource combination and implicitly distinguishes from sibling tools like telegram_download_video and facebook_post_video by being a composite workflow.

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 usage when both download and post are needed, but lacks explicit guidance on when not to use it or alternatives. No exclusions or context about prerequisites are provided.

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

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