Skip to main content
Glama
animexteam

TeleBotHost MCP Server

by animexteam

list_broadcasts

Retrieve all queued or completed broadcasts for a Telegram bot, optionally filtered by status.

Instructions

List all broadcasts queued or run for a specific bot. Optional status filter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoSet to 'true' to retrieve broadcasts across all statuses.
botidYes
statusNoComma-separated statuses: pending,processing,completed,failed,stopped
Behavior3/5

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

No annotations provided, so the description is the sole source. It states the tool lists broadcasts but does not disclose pagination, rate limits, or return format. It is adequate but lacks deeper behavioral context beyond listing.

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, clear sentence of 10 words. It is appropriately front-loaded and contains no extraneous information.

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

Completeness3/5

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

For a simple listing tool, the description covers the basic purpose and parameters. However, it lacks details about output format, pagination, or any limits, which would be helpful given the absence of an output schema.

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 description coverage is 67% (botid undocumented). The description adds context for botid (required) and status (optional filter) but does not explain the 'all' parameter beyond the schema. It provides minimal added meaning over the schema.

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 verb (list), resource (broadcasts), and scope (for a specific bot, with optional status filter). It effectively distinguishes from sibling tools like delete_broadcast or get_broadcast_stats.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides when to use (listing broadcasts for a bot) but does not explicitly exclude alternative tools (e.g., get_broadcast_stats for statistics) or mention when not to use. It implies usage context but lacks direct guidance.

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