Skip to main content
Glama

mcp-notify

tg_send_video

Send video files through a Telegram bot by providing a video URL, optional caption, and chat settings for automated notifications.

Instructions

Send video via telegram bot

Input Schema

NameRequiredDescriptionDefault
captionNoVideo caption, 0-1024 characters after entities parsing
chat_idNoTelegram chat id, Default to get from environment variables
coverNoCover for the video in the message. Optional
parse_modeNoMode for parsing entities in the caption. [text/MarkdownV2]
videoYesVideo URL

Input Schema (JSON Schema)

{ "properties": { "caption": { "default": "", "description": "Video caption, 0-1024 characters after entities parsing", "type": "string" }, "chat_id": { "default": "", "description": "Telegram chat id, Default to get from environment variables", "type": "string" }, "cover": { "default": "", "description": "Cover for the video in the message. Optional", "type": "string" }, "parse_mode": { "default": "", "description": "Mode for parsing entities in the caption. [text/MarkdownV2]", "type": "string" }, "video": { "description": "Video URL", "type": "string" } }, "required": [ "video" ], "type": "object" }

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/al-one/mcp-notify'

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