Skip to main content
Glama
conarti

yandex-messenger-mcp

by conarti

List reactions and reads

list_reactions
Read-only

Retrieve a complete list of reactions (grouped by type) and read receipts for a specific message, including all actors without truncation.

Instructions

Полный список «кто и когда» по сообщению: реакции (сгруппированы по типу, actors_complete:true - ВСЕГДА полный список, в отличие от get_history/get_message_context/get_thread, где актёры реакций могут быть усечённым сиблингом агрегата) и прочтения. Стоит ДВА WS-вызова (UserReactions + UserReads/Mode:1, §17.12) - дороже сиблингов, зато без обрезки.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYesChatId либо поисковый запрос для резолва чата
limitNoЛимит на провод в обоих вызовах (по умолчанию 50)
message_idYesTimestamp целевого сообщения в микросекундах (строка)
invite_hashNoДля чтения по join-ссылке (§17.11)
Behavior5/5

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

Annotations indicate readOnlyHint=true, and description adds significant context: always returns complete actor lists, uses two WS calls (UserReactions + UserReads/Mode:1), and is more expensive. No contradictions, 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?

Description is a single paragraph with no wasted words; each sentence adds value (purpose, differentiation, cost). Front-loaded with intent. Clear and efficient.

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?

Given 4 parameters, read-only annotation, and no output schema, description covers purpose, distinction from siblings, and behavioral details (complete list, two calls). Could briefly mention return structure, but overall adequately complete for agent use.

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 baseline is 3. Description does not add parameter-level details beyond schema; mentions output behavior (actors_complete:true) but not parameters. No extra semantic value.

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?

Description clearly states the tool lists reactions and reads for a message, with specific verb+resource. It explicitly distinguishes from siblings like get_history/get_message_context/get_thread by noting completeness, earning a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells when to use this tool (for complete list) versus alternatives (which may truncate). It also notes higher cost (two WS calls), providing clear usage guidance.

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/conarti/yandex-messenger-mcp'

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