Skip to main content
Glama
daffaroffi

Telegram Drive MCP Server

by daffaroffi

td_send_message

Send text messages to Telegram dialogs, including usernames, channels, or Saved Messages. Specify the target and message content to deliver notifications or replies directly.

Instructions

Send a text message to a dialog

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dialogYesTarget dialog: username, channel, or 'me' for Saved Messages
messageYesMessage text to send
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description bears the full burden of behavioral disclosure. 'Send a text message' implies a mutating operation, but nothing is disclosed about whether the message supports rich formatting, whether sending happens instantly, or what the response indicates. This is minimal disclosure for a write tool with zero annotation coverage.

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?

A single, front-loaded sentence with zero wasted words. Every part of the description earns its place and directly conveys the action and target.

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

Completeness3/5

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

For a simple two-parameter send tool with full schema coverage, the description is functionally adequate. However, with no annotations and no output schema, the mutation tool would benefit from disclosing at least format support or behavioral guarantees. It's minimally sufficient but leaves gaps.

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 both parameters (dialog, message). The description adds no extra meaning beyond the schema; the baseline of 3 applies because the schema handles the parameter documentation burden adequately.

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 a text message to a dialog.' It clearly conveys the action and target, and is distinct enough from siblings like td_edit_message, td_delete_messages, and td_search_messages, though it doesn't explicitly differentiate itself.

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 td_edit_message (for modifying an already-sent message) or td_forward_file (for sending files). The description only states the basic action with no context on prerequisites, formatting support, or use cases.

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

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

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