Skip to main content
Glama
APonkratov

Yandex Tracker MCP Server

by APonkratov

Update Issue Comment

issue_update_comment

Correct or revise a comment in a Yandex Tracker issue by providing new text; optionally summon users to notify them and set markup type for formatting.

Instructions

Update an existing comment in a Yandex Tracker issue. IMPORTANT: If you need to mention/call people (notifications), use the summonees parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesNew comment 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.
comment_idYesComment ID (integer).
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'].

Output Schema

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

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

With only readOnlyHint: false in annotations, the description carries the burden of behavioral disclosure. It doesn't mention whether the comment is fully replaced, if permissions are required, or any side effects beyond updates. The summonees tip is more about parameter usage than operational behavior.

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 two sentences, immediately stating the purpose and then providing a key usage tip. Every word earns its place with no redundancy.

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

Completeness3/5

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

Although the output schema covers return values, the description provides minimal context for a mutation tool. It doesn't clarify if the update replaces the entire comment, any prerequisites, or potential side effects beyond notifications. It is adequate but leaves gaps.

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 coverage is 100%, so the baseline is 3. The description reinforces the summonees parameter's purpose but doesn't add significant new meaning beyond the schema descriptions already present.

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 'Update an existing comment in a Yandex Tracker issue', using a specific verb and resource. It distinguishes from siblings like issue_add_comment and issue_delete_comment by focusing on the update action on an existing 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 gives clear context for when to use the tool (updating an existing comment) and includes the IMPORTANT tip about using the summonees parameter for notifications. It doesn't explicitly mention alternatives, but the context is clear with no exclusions.

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

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