Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

sendVenue

Send venue details with name, address, and coordinates to any Telegram chat. The sent message is returned for confirmation.

Instructions

Send information about a venue. On success, the sent Message is returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesName of the venue.
addressYesAddress of the venue.
chat_idYesUnique identifier for the target chat or username of the target channel (in the format @channelusername).
latitudeYesLatitude of the venue.
longitudeYesLongitude of the venue.
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.
foursquare_idNoFoursquare identifier of the venue.
foursquare_typeNoFoursquare type of the venue, if known. (For example, 'arts_entertainment/default', 'arts_entertainment/aquarium' or 'food/icecream'.)
google_place_idNoGoogle Places identifier of the venue.
protect_contentNoProtects the contents of the sent message from forwarding and saving.
reply_parametersNoDescription of the message to reply to.
google_place_typeNoGoogle Places type of the venue. (See supported types.)
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.
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.
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.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does disclose the success behavior: 'On success, the sent Message is returned,' which tells the agent what to expect. However, it does not mention permissions, rate limits, error conditions, or that sending is a side-effecting operation beyond the obvious 'Send' verb. This is a modest but not comprehensive behavioral disclosure.

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?

The description is two short sentences with no filler. 'Send information about a venue' immediately states the purpose, and 'On success, the sent Message is returned' adds the key outcome. Every word earns its place and the most important information is front-loaded.

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?

The tool has 19 parameters, nested objects, and no output schema, yet the description provides only a minimal purpose statement and a return note. It lacks usage context, behavioral depth, and differentiation from similar sending tools. For a tool of this complexity, the description is too sparse to fully prepare an agent to select and invoke it correctly.

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%, with every parameter already having a meaningful description in the input schema. The description adds no parameter-specific details beyond the general notion of 'information about a venue.' Since the schema handles parameter semantics, the baseline of 3 is appropriate.

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 states a specific verb and resource: 'Send information about a venue.' This is clear and distinct from generic messaging, but it does not explicitly differentiate the tool from siblings like sendLocation or sendContact, which also send location-like content. The resource 'venue' is inherently distinctive but the description leaves the differentiation to the agent's inference.

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?

The description provides no guidance on when to use this tool versus alternatives such as sendLocation, sendMessage, or sendContact. There is no explicit context, exclusions, or mention of sibling tools. The only implied usage is derived from the tool name and the phrase 'information about a venue,' which is insufficient for choosing among the many send-* siblings.

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