Skip to main content
Glama
thenavidm

telegram-mcp-cli

by thenavidm

Send a message

send
Idempotent

Send a message to a Telegram chat directly from your account. Specify recipient by @username, numeric id, or 'me', with Markdown support and optional silent or reply.

Instructions

Send a message to a chat. This is visible to the recipient immediately and posts as you, so only send what was actually asked for.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
peerYesA @username, numeric id, or 'me' for Saved Messages.
textYesThe message body. Markdown is supported.
silentNoDeliver without a notification sound.
reply_toNoMessage id to reply to.

Schema Changelog

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

  1. First observedv0.4.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, but the description adds important behavioral context: the message is visible immediately and posts as the user. This goes beyond the annotations by clarifying the side effects (permanent, attributed, immediate) and implies a need for caution. No contradiction with annotations.

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 a single, well-constructed sentence that front-loads the core purpose and appends a necessary caution. Every word earns its place; there is no fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity—four parameters, two required, no output schema—the description covers the essential behavior: it sends a message that is immediately visible and attributed. It does not mention return values, but those are not required for correct invocation. It could be improved by naming siblings for differentiation, but that falls under usage guidelines.

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?

The input schema has 100% description coverage for all four parameters, so the schema already fully documents them. The description adds nothing about parameter meaning beyond what the schema provides, so it earns the baseline of 3.

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 clearly states the action: 'Send a message to a chat.' It specifies the resource (a chat message) and the verb (send), and adds the key distinction that it posts as the caller, separating it from forwarding or file-sending siblings. The immediate visibility note further sharpens what this tool does.

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

Usage Guidelines3/5

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

The description gives a clear context—send when you need to deliver a message that is immediately visible and attributed to the user—but it does not explicitly mention alternatives like send_file or forward, nor does it state when not to use it. The warning 'only send what was actually asked for' is a usage guideline but not a routing guide to other tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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