Skip to main content
Glama
aikts

Yandex Tracker MCP

Add Issue Comment

issue_add_comment

Add a comment to a Yandex Tracker issue, with markdown support and the ability to summon users via the summonees parameter for notifications.

Instructions

Add a comment to a Yandex Tracker issue. IMPORTANT: If you need to mention/call people to the discussion (so they get notifications), do NOT rely on '@login' in the text — use the summonees parameter instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_idYesIssue ID in the format '<project>-<id>', like 'SOMEPROJECT-1'
textYesComment text (markdown supported by Tracker).
summoneesNoOptional list of summoned users (logins or IDs). These users will be invited to the discussion and receive notifications (this is the API way to 'mention/call' someone in Yandex Tracker comments).
maillist_summoneesNoOptional list of mailing lists to summon (emails). Example: ['team@example.com'].
markup_typeNoOptional markup type for comment text. Use 'md' for YFM (markdown).
is_add_to_followersNoWhether to add the comment author to issue followers. Default: true.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
createdAtNo
updatedAtNo
createdByNo
updatedByNo
idYes
longIdNo
textNo
transportNo
textHtmlNo
summoneesNo
maillistSummoneesNo
Behavior3/5

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

Annotations indicate readOnlyHint: false, confirming a write operation. The description adds a behavioral nuance about notification mechanism (summonees vs @). However, it does not disclose other traits like permission requirements, whether comment is added immediately, or potential side effects. With output schema present, the agent gets some structure, but transparency beyond annotations is moderate.

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 sentence stating the purpose plus an important behavioral note. It is front-loaded with the action and every sentence adds value. No wasted words.

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 6 parameters (2 required), 100% schema coverage, and the presence of an output schema, the description covers the essential context: what the tool does and a critical usage nuance. It does not explain error scenarios or prerequisites, but for a straightforward add operation this is sufficient.

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. The description does not add parameter information beyond what the schema already provides; it only repeats the summonees advice already in the parameter description. No additional 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?

Title 'Add Issue Comment' and description 'Add a comment to a Yandex Tracker issue' clearly specify the verb 'Add' and resource 'comment'. This distinguishes it from sibling tools like issue_get_comments, issue_update_comment, and issue_delete_comment.

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

Usage Guidelines4/5

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

The description explicitly states 'If you need to mention/call people to the discussion (so they get notifications), do NOT rely on '@login' in the text — use the `summonees` parameter instead.' This provides clear guidance on when to use an alternative approach within the same tool. It does not mention when not to use the tool or list alternatives, but the advice is actionable.

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/aikts/yandex-tracker-mcp'

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