Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

sendContact

Send a phone contact directly to a chat, channel, or forum topic by providing phone number, first name, and optional vCard. Returns the sent message confirmation.

Instructions

Send phone contacts. On success, the sent Message is returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vcardNoAdditional data about the contact in the form of a vCard, 0-2048 bytes.
chat_idYesUnique identifier for the target chat or username of the target channel (in the format @channelusername).
last_nameNoContact's last name.
first_nameYesContact's first name.
phone_numberYesContact's phone number.
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.
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

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It states the key action and the success return, but it does not mention preconditions, failure modes, permissions, or chat restrictions. This is acceptable for a straightforward send operation but leaves some behavioral gaps.

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. The core action is front-loaded and the return behavior is stated efficiently. Every sentence earns its place.

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?

Despite rich input schema coverage, the description is minimal for a tool with 15 parameters, nested objects, no annotations, and no output schema. It lacks guidance on when to choose this over sibling send tools and provides no behavioral context beyond the basic action and success return. An agent would need to infer most usage context from the schema alone.

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 schema already documents all 15 parameters, including phone_number, first_name, and vcard. The description adds no parameter-level semantics, which matches the baseline expectation given full schema coverage.

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

Purpose5/5

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

The description states a specific verb ('Send') and a specific resource ('phone contacts'), which clearly distinguishes it from sibling send tools like sendMessage, sendPhoto, or sendVenue. It also adds the return behavior ('the sent Message is returned'), reinforcing what the tool accomplishes.

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

Usage Guidelines4/5

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

The description clearly indicates the tool is for sending phone contacts, which gives an agent enough context to select it over alternatives such as sendMessage or sendAudio. It does not explicitly list when-not-to-use or mention alternative tools, but the resource specificity provides solid implicit guidance.

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