Skip to main content
Glama
sanjar-x

Claudegram

by sanjar-x

mark_read

Mark chat messages as read up to a specified message ID, with optional clearing of @mentions.

Instructions

Пометить сообщения чата прочитанными.

Args: max_id: до какого id (0 — все). clear_mentions: ещё и сбросить @упоминания.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYes
max_idNo
clear_mentionsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate this is a mutation (readOnlyHint=false), so the description does not need to restate that. It adds value by explaining the clear_mentions parameter and that max_id=0 means 'all', but it does not disclose side effects such as changes to unread counters 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 extremely concise: a one-line purpose statement followed by a compact parameter list. Every word contributes information, with no filler or repetition.

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 state-change tool, the description covers the core purpose and parameter semantics. An output schema exists, so return value details are not needed. The main gap is the lack of usage guidance, but that is covered under a separate dimension; within itself, the description is sufficiently complete.

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 field descriptions (0% coverage), so the description carries the burden. It explains max_id ('up to which id, 0 = all') and clear_mentions ('also reset @mentions'), which goes beyond the schema's default values. The chat parameter is left unexplained, but its meaning is fairly inferable from the tool name.

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 clearly states 'Mark chat messages as read' (Пометить сообщения чата прочитанными), identifying a specific action and resource. It distinguishes itself from the sibling tool mark_stories_read by focusing on chat messages, and the optional clear_mentions behavior adds specificity.

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?

The description provides no guidance on when to use this tool versus alternatives, no exclusions, and no context about prerequisites or side effects. It only lists parameters, leaving the agent to infer the usage context from the name alone.

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