Skip to main content
Glama

Telegram MCP Server

by bobidk91-ops

send_poll

Create and send interactive polls to Telegram channels with customizable questions, multiple options, and anonymous voting settings for gathering feedback and engagement.

Instructions

Create and send a poll to the Telegram channel

Input Schema

NameRequiredDescriptionDefault
is_anonymousNoWhether the poll is anonymous
optionsYesPoll options (2-10 items)
questionYesPoll question
typeNoPoll typeregular

Input Schema (JSON Schema)

{ "properties": { "is_anonymous": { "default": true, "description": "Whether the poll is anonymous", "type": "boolean" }, "options": { "description": "Poll options (2-10 items)", "items": { "type": "string" }, "maxItems": 10, "minItems": 2, "type": "array" }, "question": { "description": "Poll question", "type": "string" }, "type": { "default": "regular", "description": "Poll type", "enum": [ "quiz", "regular" ], "type": "string" } }, "required": [ "question", "options" ], "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