Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

removeChatVerification

Remove the verified status from a chat using its chat ID or @channelusername, making it no longer verified on behalf of the bot's organization.

Instructions

Removes verification from a chat that is currently verified on behalf of the organization represented by the bot. Returns True on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYesUnique identifier for the target chat or username of the target channel (format: @channelusername).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden. It discloses the action and the success return value ('Returns True on success'), but does not mention potential errors, authorization requirements, reversibility, or side effects beyond removing verification. For a mutation tool this is a significant gap.

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 focused sentence that front-loads the main action, includes the key precondition ('currently verified'), and covers the return value. There is no redundant or filler content.

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 one-parameter tool with a fully documented schema, the description provides the essential context: what is removed, from whom, on whose behalf, and the success indicator. It lacks explicit failure/error behavior and alternative routing, but is largely complete for its complexity.

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 100%, so the schema already documents chat_id with type and format. The description adds no additional meaning about this parameter, which meets the baseline expectation but does not go further.

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 ('Removes'), the resource ('verification from a chat'), and the organizational scope ('on behalf of the organization represented by the bot'). It implicitly distinguishes this from sibling tools like removeUserVerification by focusing on 'chat', but it does not explicitly name any alternative.

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 given on when to use this tool versus related sibling tools such as verifyChat or removeUserVerification. The phrase 'currently verified' implies a precondition, but there is no explicit when/when-not advice or mention of alternatives.

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

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