Skip to main content
Glama
mikedelcastillo

watush-mcp

Send Telegram message

send_telegram_message

Send a Telegram notification or alert to yourself or a named contact, with an audit copy sent to you. Use for reminders, results, or messaging family, friends, or partner.

Instructions

Send a Telegram message to the user (yourself) or to a named/tagged person such as a partner, family member, or friend. Use whenever the user asks to be messaged, pinged, notified, texted, or alerted on Telegram, or to message someone like a partner or a named contact, or to deliver a result/reminder. Omit 'to' (or use 'me') to message the user themselves. The user (owner) always receives an audit copy of messages sent to other people.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe message text to send.
toNoWho to send to: a person's name (e.g. 'Alex') or a tag (e.g. 'partner', 'friend', 'family'). Omit or use 'me' to message the user (owner). Call list_recipients to see valid names and tags.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the user always receives an audit copy of messages sent to others, which is a key behavioral detail. However, it does not address error conditions or prerequisites like authentication.

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 concise (three sentences), front-loaded with the main purpose, and every sentence adds essential information. No wasteful repetition or fluff.

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?

The tool has no output schema, so the description should ideally mention the return value or success indication. It covers the main behavior and the audit copy, but omits what the agent can expect as a response (e.g., success message, error handling). For a simple send tool, it is minimally adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining that omitting 'to' or using 'me' messages the user, and by directing to list_recipients for valid names/tags, which goes beyond the schema's property descriptions.

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 tool sends a Telegram message to the user or a named/tagged person. It specifies the verb 'send' and the resource 'Telegram message', and distinguishes itself from the sibling tool list_recipients by explaining how to specify recipients.

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 provides explicit guidance on when to use the tool (e.g., when the user asks to be messaged, pinged, notified, etc.) and mentions using list_recipients to see valid recipients. It also explains the behavior of the 'to' parameter. While it lacks explicit 'when not to use' instructions, the context is clear.

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/mikedelcastillo/watush-mcp'

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