Skip to main content
Glama

workers_readyreply_upsert

Create or update a ready reply to post a donor into a native Telegram ready-reply topic with a customization button, defining text, triggers, caption, buttons, and topic name via item_json.

Instructions

Create or update a ready reply. Posts the donor into the native ready-reply Telegram topic (P{message_id} + customization button). item_json: text/triggers/caption/buttons/topic_name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rr_idNo
group_idNo
item_jsonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions 'Posts the donor into the native ready-reply Telegram topic' but does not explain what 'donor' means, whether this is destructive, or if it requires specific permissions. The behavior is partially disclosed but incomplete for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences and reasonably concise, but the first sentence is front-loaded with the core purpose. Some detail about item_json could be moved to parameter descriptions or structured better, but overall it's not bloated.

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?

Given 3 parameters (2 undocumented), no annotations, and an output schema whose content is unknown, the description is insufficient. It does not explain return values, error conditions, or the lifecycle of a ready reply. The tool does complex integration (Telegram topic) but the description glosses over key details.

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

Parameters2/5

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

Schema description coverage is 0%, yet the description only partly explains item_json (text/triggers/caption/buttons/topic_name). There is no explanation of rr_id or group_id, which have defaults that are not clarifying. The description adds some meaning for item_json but leaves two parameters entirely undocumented.

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 clearly states the tool creates or updates a ready reply, and mentions the Telegram topic integration and item_json fields. However, it doesn't differentiate from workers_readyreply_delete or workers_readyreply_create_topic, which are the most closely related siblings.

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 like workers_readyreply_delete or workers_readyreply_create_topic. The description does not specify prerequisites, such as requiring an existing topic or what happens if rr_id is omitted.

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/dimaneuron/aiworkers-mcp'

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