Skip to main content
Glama

schedule

Schedule a rich text message for a future unix timestamp in termgram, queuing Telegram messages to send automatically at the time you choose.

Instructions

Schedule a rich text message for a future unix timestamp

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3/5.0
Behavior2/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 of behavioral disclosure. It states that a message will be scheduled for a future timestamp, but it does not mention authentication requirements, side effects, reversibility, error behavior, or return information for this mutation-style operation.

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 front-loaded sentence with no filler. It is appropriately sized for the amount of information it attempts to convey.

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

Completeness1/5

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 severely incomplete for a scheduling operation. It does not explain how to supply the rich text message, the future unix timestamp, or the target chat, nor does it describe authentication, results, or error handling.

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?

The input schema has zero parameters, and per the rubric this establishes a baseline of 4. The description does not need to explain parameter semantics because there are none, though the mention of a future unix timestamp suggests an input that the schema does not actually expose.

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 gives a specific verb ('Schedule') and resource ('a rich text message for a future unix timestamp'), so the action is clear. However, it does not explicitly distinguish this tool from siblings like send, scheduled, or cancel, which limits it to a 4 rather than a 5.

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?

The phrase 'for a future unix timestamp' implies when the tool should be used, but there is no explicit when-to-use guidance, no when-not-to-use guidance, and no mention of alternatives such as send for immediate delivery or cancel for removing a scheduled message.

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