Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

sendLocation

Send a map location to a Telegram chat and get the sent message back. Supports live locations with updates and proximity alerts.

Instructions

Send point on the map. On success, the sent Message is returned. Supports live locations that can be edited.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYesUnique identifier for the target chat or username of the target channel (in the format @channelusername).
headingNoFor live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.
latitudeYesLatitude of the location.
longitudeYesLongitude of the location.
live_periodNoPeriod in seconds during which the location will be updated (see Live Locations), should be between 60 and 86400, or 0x7FFFFFFF for live locations that can be edited indefinitely.
reply_markupNoAdditional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user.
protect_contentNoProtects the contents of the sent message from forwarding and saving.
reply_parametersNoDescription of the message to reply to.
message_effect_idNoUnique identifier of the message effect to be added to the message; for private chats only.
message_thread_idNoUnique identifier for the target message thread (topic) of the forum; for forum supergroups only.
horizontal_accuracyNoThe radius of uncertainty for the location, measured in meters; 0-1500.
allow_paid_broadcastNoPass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message.
disable_notificationNoSends the message silently. Users will receive a notification with no sound.
business_connection_idNoUnique identifier of the business connection on behalf of which the message will be sent.
proximity_alert_radiusNoFor live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.
direct_messages_topic_idNoUnique identifier for the target direct messages topic; for bots only.
suggested_post_parametersNoInformation about suggested post parameters; for channel chats only.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full disclosure burden. It does disclose the return behavior ('On success, the sent Message is returned') and the special live-location capability. However, it does not disclose the live-location lifecycle — that a live location requires live_period, can only be updated via editMessageLiveLocation, and must be stopped via stopMessageLiveLocation — nor any failure behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short sentences with no filler; the core action is front-loaded and each sentence adds distinct information (action, return value, live-location support). No wasted words, though the phrasing could be polished.

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?

For a 17-parameter mutation tool with nested objects, no annotations, and no output schema, this description is thin. It does state the return type, partially compensating for the missing output schema, but it omits the operational model of live locations (duration bounds, one live location per chat, need for subsequent edit/stop calls) and offers no help choosing among the many send* siblings. An agent would need external knowledge to use it correctly in live-location scenarios.

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 description coverage is 100%, so the baseline is 3 and the schema already documents all 17 parameters thoroughly. The description adds only marginal parameter context: the live-location sentence gestures at live_period, heading, and proximity_alert_radius semantics but provides no concrete detail. This is acceptable because the schema carries the load.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description gives a specific verb and resource — 'Send point on the map' — which clearly identifies this as a location-sending operation, distinct from siblings like sendVenue (venue with address details) or sendMessage (text). The mention of live locations adds scope definition. Minor grammatical awkwardness ('point' rather than 'a point') but the meaning is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives such as sendVenue, sendMessage, or editMessageLiveLocation. The live-location sentence implies a relationship to editMessageLiveLocation and stopMessageLiveLocation, but the workflow is never stated explicitly, leaving the agent to infer selection criteria.

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

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