Skip to main content
Glama
TONresistor

Telegram MCP Server

by TONresistor

approveSuggestedPost

Approve a suggested post in a Telegram chat to publish it immediately or at a scheduled time, returning success once approved.

Instructions

Approves a suggested post in a direct messages chat. The bot must have the can_post_messages administrator right in the corresponding channel chat. Returns True on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chat_idYesUnique identifier of the chat containing the suggested post
send_dateNoUnix timestamp specifying when the post should be published. If not specified, the post is published immediately. Must be no more than 2678400 seconds (30 days) in the future.
message_idYesUnique identifier of the suggested post message

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does disclose the required can_post_messages permission and the success return value, but it does not explain failure behavior, reversibility, or how send_date affects publishing. This is partial but not full transparency.

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 with no wasted words. The action is front-loaded, and both the permission requirement and return value earn their place as essential operational details.

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 three-parameter approval action, the description covers the operation, the required permission, and the return value. It does not mention the relationship to declineSuggestedPost or scheduling implications, but those are minor gaps given the schema covers parameters.

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 already describes all three parameters with 100% coverage, so the baseline is 3. The description adds no parameter-specific detail beyond the general action context, but it also does not need to because the schema is complete.

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, 'Approves,' and a precise resource, 'suggested post in a direct messages chat.' This clearly distinguishes it from the sibling tool declineSuggestedPost and leaves no ambiguity about the operation.

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?

It provides useful context by stating where approval happens and the required administrator right, but it never explicitly mentions when to use this tool versus declineSuggestedPost or when not to use it. Usage is implied rather than explicitly contrasted with 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