Skip to main content
Glama
sanjar-x

Claudegram

by sanjar-x

mute_dialog

Mute notifications for a Telegram chat or dialog, with options to hide previews, silence alerts, and mute stories until a specified time or indefinitely.

Instructions

Замьютить уведомления чата.

Args: mute_until_unix: до какого UNIX timestamp (UTC). None = навсегда (2^31). show_previews: показывать текст превью в notification. silent: без звука уведомлений. stories_muted: True — также замьютить stories этого источника.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYes
silentNo
show_previewsNo
stories_mutedNo
mute_until_unixNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description explains behavioral effects of each mute parameter, such as mute_until_unix semantics (None = forever, 2^31) and what show_previews, silent, and stories_muted control. This adds significant context beyond the annotations, which only indicate a mutable, non-idempotent operation.

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 concise: one purpose sentence followed by a compact argument list. Each parameter is described in a single line with no redundant text. The structure is well-organized and front-loaded with the core purpose.

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?

The tool has 5 parameters and an output schema, and the description covers the core action plus all parameters. It omits explicit return-value details, but the output schema fills that gap. It lacks edge-case or permission information, but is adequate for a straightforward mute operation.

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

Parameters4/5

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

The input schema has no parameter descriptions (0% coverage), so the description is the sole source of meaning. It provides clear explanations for all four mute-related parameters, covering defaults and edge cases. The 'chat' parameter is self-evident from its name and required status.

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 opens with 'Замьютить уведомления чата' ('Mute chat notifications'), a specific verb+resource statement that clearly conveys the tool's function. It distinguishes from siblings like unmute_dialog and mark_read by explicitly focusing on muting notifications.

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 by the purpose and the parameter descriptions, but there is no explicit guidance on when to use this tool compared to alternatives like unmute_dialog or archive_dialog. No exclusions or alternative-tool mentions 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/sanjar-x/claudegram'

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