Skip to main content
Glama
aikts

Yandex Tracker MCP

Add Issue Comment

issue_add_comment

Post a comment to any Yandex Tracker issue, invite users or mailing lists to the discussion, and format text with markdown.

Instructions

Add a comment to a Yandex Tracker issue. Check the queue's comment templates first (comment_templates_get_all with queue set): there is no template_id parameter, so a template is applied by copying its template text into text and its summonees / maillistSummonees into the parameters below instead of inventing wording of your own. 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
textYesComment text (markdown supported by Tracker).
issue_idYesIssue ID in the format '<project>-<id>', like 'SOMEPROJECT-1'
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).
markup_typeNoOptional markup type for comment text. Use 'md' for YFM (markdown).
maillist_summoneesNoOptional list of mailing lists to summon (emails). Example: ['team@example.com'].
is_add_to_followersNoWhether to add the comment author to issue followers. Default: true.

Output Schema

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

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

Beyond the annotations, the description discloses two non-obvious behaviors: there is no `template_id` parameter, and notification/mentions require the `summonees` parameter rather than inline `@login` mentions. This gives the agent important context that could prevent incorrect invocations.

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 front-loaded and efficiently packed with high-value operational detail. Every sentence earns its place and there is no filler or unnecessary repetition.

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

Completeness5/5

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

The output schema exists and parameter schema coverage is complete, so the description only needs to provide the workflow and behavioral constraints that are not in the structured fields. It does so clearly and sufficiently for this tool.

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

Parameters5/5

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

The schema already provides 100% parameter coverage, but the description adds valuable cross-parameter guidance: `text` should be sourced from a template, and `summonees`/`maillistSummonees` should be populated to notify people. This goes beyond the individual schema descriptions.

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 'Add a comment to a Yandex Tracker issue,' using a specific verb, resource, and platform. This clearly distinguishes it from sibling tools such as `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?

It explicitly instructs the agent to check `comment_templates_get_all` first and to copy the template's `template` text and summonees into the appropriate parameters rather than inventing wording. It also warns not to use `@login` in text and to use `summonees` instead, but it does not explicitly contrast this tool with `issue_update_comment` or other mutation siblings.

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