Skip to main content
Glama

Telegram MCP Server

by bobidk91-ops

send_photo

Send photos to Telegram channels using a URL or file path, with optional caption formatting in HTML or Markdown for automated bot messaging.

Instructions

Send a photo to the Telegram channel

Input Schema

NameRequiredDescriptionDefault
captionNoPhoto caption
parse_modeNoParse mode for caption
photoYesPhoto URL or file path

Input Schema (JSON Schema)

{ "properties": { "caption": { "description": "Photo caption", "type": "string" }, "parse_mode": { "description": "Parse mode for caption", "enum": [ "HTML", "Markdown", "MarkdownV2" ], "type": "string" }, "photo": { "description": "Photo URL or file path", "type": "string" } }, "required": [ "photo" ], "type": "object" }

Other Tools from Telegram MCP Server

Related Tools

    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/bobidk91-ops/telegram-mcp-server'

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