Skip to main content
Glama
beautyfree

mcp-telegram

by beautyfree

Query an inline bot

get_inline_bot_results
Read-only

Retrieve inline search results from a Telegram bot by sending a query. Returns the bot's inline suggestions for the specified bot and query.

Instructions

Run an inline bot query (the @bot query form) and return the results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
botYes
peerNoWhere the results would be sent — affects allowed result typesme
queryYes
offsetNo
accountIdNo
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safety profile is covered. The description adds the `@bot query` syntactic form, which is useful, but it does not disclose behaviors such as pagination via offset or how peer affects allowed result types (the latter is in the schema but not the description). This is acceptable 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?

The description is a single, well-structured sentence that is front-loaded with the action and resource. No wasted words or unnecessary repetition.

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?

The core purpose is clear, but the description lacks details about return format, pagination, and parameter semantics. Given no output schema and low schema coverage, the description leaves operational gaps, making it minimally viable but incomplete.

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 only 20%, so the description should compensate. It implicitly explains bot and query via the `@bot query` form, but does not clarify offset, accountId, or the meaning of peer beyond what the schema already provides. This is insufficient for a 5-parameter tool with mostly undocumented parameters.

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 runs an inline bot query (the `@bot query` form) and returns results, using a specific verb and resource. This distinguishes it from sibling search/message tools, which operate on messages or accounts rather than inline bot queries.

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. The description only states what it does, not when it should be selected (e.g., for inline bot results vs. regular search), and no exclusions or alternative tool references are given.

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/beautyfree/mcp-telegram'

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