Skip to main content
Glama
draiqw

telegram-mcp

by draiqw

tg_schedule

Schedule a Telegram message for a specific time or relative delay. It will be delivered even if the sending device is offline.

Instructions

Send a message later. Telegram delivers it even if this machine is off.

Args: chat: recipient. text: message body. when: ISO time ("2026-08-17T09:00") or relative ("+30m", "+2h", "+3d"). A bare ISO time without a zone is read as local time. reply_to: message id to reply to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYes
textYes
whenYes
reply_toNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses a non-obvious behavioral trait ('delivers even if this machine is off') and explains timezone handling for bare ISO times. This adds meaningful context beyond the schema, though it doesn't cover error handling or side effects beyond sending.

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 brief, starts with a clear one-liner, and then lists arguments in a structured format. Every sentence adds value, with no filler or repetition.

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?

The tool has an output schema and four parameters, all well-covered. The description gives essential scheduling context and timezone behavior, making it complete for typical use. It omits optional details like cancellation or delivery guarantees, but those are not critical for invocation.

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

Parameters5/5

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

The schema provides only names and types; the description fully compensates with clear explanations for each parameter. 'when' gets format examples and a timezone note, while 'reply_to' is defined as a message id. This significantly improves parameter understanding.

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 opens with 'Send a message later,' a specific verb and resource that clearly distinguishes it from immediate-send siblings like tg_send. The added detail 'Telegram delivers it even if this machine is off' further clarifies the scheduling behavior.

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 implies usage for delayed delivery and gives concrete time format examples, which serves as guidance. It does not explicitly contrast with alternatives like tg_send, but the context is clear enough that an agent would know not to use it for immediate sends.

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

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