Skip to main content
Glama
beautyfree

mcp-telegram

by beautyfree

Edit a dialog folder

edit_folder
Idempotent

Update an existing Telegram folder's rules by providing its ID and new title, along with optional filters for chats, bots, groups, channels, contacts, and more.

Instructions

Replace the rules of an existing folder. id is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
titleYes
excludeReadNo
includeBotsNo
pinnedPeersNo
excludeMutedNo
excludePeersNo
includePeersNo
includeGroupsNo
excludeArchivedNo
includeChannelsNo
includeContactsNo
includeNonContactsNo
Behavior2/5

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

The description says 'Replace the rules' but does not clarify whether unspecified fields are reset to defaults or whether it's a partial update. It lacks information about permissions, error behavior if the folder doesn't exist, or side effects. Annotations openWorldHint and idempotentHint provide some context but do not cover these aspects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately concise with two sentences, front-loading the main action. However, the second sentence about `id` being required is redundant with the schema and could be omitted without loss.

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

Completeness2/5

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

Given 13 parameters, no output schema, and mutation semantics, the description is far too minimal. It does not explain what 'rules' means, how the boolean/array parameters map to folder filtering behavior, or what happens on execution. Annotations partially compensate but are insufficient for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%. The description only mentions `id` is required, which is already in the schema's required array, adding no new meaning. The other 12 parameters (e.g., excludeRead, includeBots, pinnedPeers) are not described, leaving the agent to infer their semantics from names alone.

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 states a specific action: 'Replace the rules of an existing folder,' identifying both the verb and resource. It distinguishes from siblings like create_folder and delete_folder by emphasizing 'existing,' but 'rules' is somewhat ambiguous without schema context.

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?

Usage is implied through the phrase 'existing folder' and the requirement of `id`, suggesting this is for editing an already-created folder. However, no explicit alternatives or exclusions (e.g., use create_folder for new folders, reorder_folders for ordering) are provided.

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

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