Skip to main content
Glama
daffaroffi

Telegram Drive MCP Server

by daffaroffi

td_delete_file

Delete a file or message from any Telegram dialog by specifying dialog and message ID. Optionally revoke the deletion for all participants.

Instructions

Delete a file (message) from a dialog

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dialogYesDialog ID, username, or 'me' for Saved Messages
revokeNoRevoke for everyone (default: false)
messageIdYesMessage ID to delete
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'Delete' without noting that deletion may be irreversible, how the revoke parameter affects behavior, or any side effects or permission requirements.

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 concise sentence with no filler or redundant restatement. It conveys the essential operation clearly and earns its place.

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?

Together with the fully documented schema, the description provides enough information to invoke the tool with correct parameters. However, given there are no annotations and the operation is destructive, it lacks safety caveats and sibling differentiation, leaving it minimally complete but not comprehensive.

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 parameters are already well documented. The description adds minor clarification that a 'file' is treated as a 'message', but it does not meaningfully extend or explain parameter semantics beyond the schema.

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 action ('Delete') and the resource ('a file (message) from a dialog'), making the basic purpose unambiguous. However, it does not distinguish itself from sibling tools like td_delete_messages or td_bulk_delete, so it stops short of a top score.

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?

There is no guidance on when to use this tool versus alternatives such as td_delete_messages or td_bulk_delete. The singular phrasing only weakly implies it is for one file/message at a time, with no explicit when-to-use or when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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