Skip to main content
Glama
animexteam

TeleBotHost MCP Server

by animexteam

update_bot_readme

Update a Telegram bot's description and README markdown, restricted to template bots.

Instructions

Update bot description and README markdown. Only allowed if the bot is marked as a template. Description max 500 chars, README max 50000 chars.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
botidYesThe numeric bot ID.
readmeNoREADME markdown (max 50000 chars).
descriptionNoShort description (max 500 chars).
Behavior3/5

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

No annotations provided, so description carries full burden. It reveals max character limits but omits other behavioral traits like idempotency, failure modes, or whether updates are incremental or full replacement. Adequate but not rich.

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?

Two sentences front-load purpose and immediately add the critical precondition. Every word serves a purpose; no fluff.

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?

For a simple update tool with no output schema and full parameter coverage, the description covers the key constraint (template requirement) and limits. It lacks details on return values or error handling but is largely sufficient for correct invocation.

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

Parameters3/5

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

Schema already describes all three parameters with max lengths, achieving 100% coverage. The description's mention of max lengths adds no new semantic value beyond the schema. Baseline 3 is appropriate.

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 it updates both bot description and README markdown, using specific verbs 'Update' and naming the resources. It distinguishes from sibling 'update_bot' by specifying the template precondition, making its scope unique.

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?

Explicitly states the tool can only be used if the bot is marked as a template, providing a clear when-to-use condition. It does not explicitly mention when not to use or alternative tools, but the constraint is sufficient for guided selection.

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/animexteam/telebothost-mcp'

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