Skip to main content
Glama
animexteam

TeleBotHost MCP Server

by animexteam

download_bot

Download a bot configuration ZIP package using a JWT token, returning the ZIP as base64-encoded binary for file saving.

Instructions

Download a bot configuration ZIP package (bot.yaml, .env, commands/) using a temporary JWT token from export_bot. Returns the ZIP as base64-encoded binary. Save the base64 field to a file and decode it to get the ZIP. No API key required (uses JWT).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYesThe temporary download JWT token (from export_bot response).
filenameNoOptional filename to include in the response metadata.
Behavior4/5

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

With no annotations, the description provides good transparency: it discloses the output format (base64-encoded ZIP), instructs how to process the result (save and decode), and notes authentication (JWT). It could mention potential issues like token expiration, but covers key behaviors.

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?

Three sentences: first states purpose and contents, second explains return format, third gives usage instructions. No unnecessary words, information is front-loaded.

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 download tool with no output schema, the description covers input, process, and output handling. It does not cover error scenarios (e.g., expired token) but is sufficient for typical usage given the sibling tools and context.

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?

Both parameters are described in the input schema (100% coverage). The description reinforces that 'token' comes from export_bot and 'filename' is for metadata, but adds no new meaning beyond the schema descriptions themselves.

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 the tool downloads a bot configuration ZIP package, specifies contents (bot.yaml, .env, commands/), and mentions prerequisite token from export_bot. It distinguishes from siblings by explicitly referencing export_bot as a prerequisite, clarifying its role in a two-step process.

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 specifies when to use this tool (after obtaining a token from export_bot) and notes authentication method (JWT, no API key). It does not explicitly state when not to use it or list alternatives, but the prerequisite guidance is clear.

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