Skip to main content
Glama
sanjar-x

Claudegram

by sanjar-x

send_scheduled_now

Send scheduled Telegram messages immediately. Override the scheduled time to deliver messages now instead of waiting.

Instructions

Принудительно отправить отложенные сообщения сейчас.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYes
message_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, but the description adds no additional behavioral context. It does not disclose whether the scheduled messages are removed after sending, whether the operation can be partially applied, or if any special permissions are required.

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 redundant words. It directly states the action and subject, achieving maximum conciseness.

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

Completeness2/5

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

For a tool with two required parameters and an output schema, the description offers minimal context. It does not explain the effect on the scheduled messages (e.g., are they removed?), whether all messages in a chat are affected or only the specified message_ids, or any side effects. While the output schema is present, the description itself is incomplete for real-world use.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation of 'chat' or 'message_ids'. The parameter names are somewhat self-explanatory, but the description fails to clarify that message_ids refers to scheduled message identifiers, which is essential for correct invocation.

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 uses a specific verb ('send') and resource ('scheduled messages') with the adverb 'now' indicating immediate action. It clearly distinguishes this tool from siblings like delete_scheduled or get_scheduled_messages.

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 provided on when to use this tool versus alternatives. It does not mention that this is for triggering already-scheduled messages rather than sending new unscheduled ones, nor does it reference any prerequisites or exclusions.

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/sanjar-x/claudegram'

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