Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

stopMessageLiveLocation

End live location sharing on a Telegram message before it expires, giving you control over when tracking stops.

Instructions

Stop updating a live location message before live_period expires. Returns the edited Message on success, or True if the message is an inline message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idNoRequired if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername).
message_idNoRequired if inline_message_id is not specified. Identifier of the message with live location to stop.
reply_markupNoA JSON-serialized object for an inline keyboard.
inline_message_idNoRequired if chat_id and message_id are not specified. Identifier of the inline message.
business_connection_idNoUnique identifier of the business connection on behalf of which the message was sent.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It explains the action and the return value ('edited Message on success, or True if the message is an inline message'), which is useful. It does not discuss permissions or failure cases, but for this API method the provided behavior is reasonably transparent.

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?

Two sentences, no filler. The core action is front-loaded, and the return behavior is stated efficiently in the second sentence. Every word earns its place.

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

Completeness5/5

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

The description covers the purpose, the timing condition, and the return behavior. Since the schema fully documents the parameters and their conditional requirements, nothing critical is missing for an agent to invoke this tool correctly.

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?

The input schema has 100% parameter coverage, so the schema already documents all five parameters. The description adds no parameter-specific meaning beyond the schema, matching the baseline of 3 for high schema coverage.

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 uses a specific verb ('Stop updating') and a clear resource ('a live location message'), and it adds the timing condition 'before live_period expires.' This clearly distinguishes it from sibling tools like editMessageLiveLocation and stopPoll.

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 phrase 'before live_period expires' gives clear context for when the tool is appropriate: when you need to stop the live location early. It does not explicitly name alternatives or state when not to use it, so it falls just short of full explicit routing.

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