send
Deliver text and files to a Telegram chat from the terminal, enabling message and media delivery without third-party APIs.
Instructions
Send text and/or files to a chat
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Deliver text and files to a Telegram chat from the terminal, enabling message and media delivery without third-party APIs.
Send text and/or files to a chat
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v0.1.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description carries the full behavioral burden. It implies a write/send operation but does not disclose permissions, side effects, rate limits, return behavior, or whether messages are delivered immediately.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The single sentence is front-loaded and wastes no words, but it is under-specified for a core mutation tool. Its brevity leaves important context unstated rather than being efficiently complete.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations, no output schema, and an empty input schema, the description is not complete enough for reliable invocation. It never explains how to identify the target chat or how text/files are supplied, leaving essential operational context missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With zero parameters, the baseline is 4. The description adds that text and/or files can be sent, providing some meaning beyond the empty schema, though it does not map these to named parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Send') and resource ('text and/or files to a chat'), making the core purpose clear. It does not explicitly differentiate from siblings like upload or forward, but the action is understandable without opening schemas.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No when-to-use guidance, prerequisites, or alternatives are provided. The agent must infer usage entirely from the name and description, with no help distinguishing this from siblings such as upload or forward.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.