Skip to main content
Glama
animexteam

TeleBotHost MCP Server

by animexteam

get_public_user

Fetch a Telegram user's public profile details: fullname, username, location, bio, and avatar. No authentication required.

Instructions

Get a user's public profile (fullname, username, location, bio, avatar). No authentication required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYesThe user's public username.
Behavior3/5

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

No annotations are provided, but the description discloses that the tool requires no authentication, which is a key behavioral trait. It lists the returned fields but does not mention error handling, rate limits, or what happens if the username does not exist.

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 sentence that is concise and front-loaded with the core purpose. Every word adds value, and there is no unnecessary information.

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?

The tool is simple with one parameter and no output schema. The description lists the expected return fields, which compensates for the missing output schema. It provides sufficient context for an agent to understand the tool's functionality, though error scenarios are absent.

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 coverage is 100% with one parameter ('username') having a description. The tool description adds context that it is a public profile, but does not significantly enhance the parameter's meaning beyond the schema. Baseline 3 applies.

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 verb 'get' and resource 'user's public profile' with a list of fields (fullname, username, location, bio, avatar). It distinguishes from siblings like 'get_public_user_bot' by focusing on the user profile itself, but does not explicitly differentiate from other user-related tools.

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 mentions 'No authentication required,' providing a clear usage context. However, it does not explicitly state when to prefer this over sibling tools like 'get_public_user_bot' or mention any prerequisites or restrictions.

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