Skip to main content
Glama
aikts

Yandex Tracker MCP

Get Issue Changelog

issue_get_changelog
Read-only

Retrieve a Yandex Tracker issue's changelog to see status transitions, field changes, and comment edits. Filter by type or field and paginate with a cursor.

Instructions

Get the change history (changelog) of a Yandex Tracker issue: status transitions, field edits (who changed what from -> to and when), comment changes and executed triggers. Returns a page of entries plus next_cursor - pass it back as cursor until it is null.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoOptional change type to filter by (e.g. 'IssueWorkflow' for status transitions).
fieldNoOptional field key to filter the changelog by (e.g. 'status' to only see status changes).
cursorNoCursor for the next page: the 'next_cursor' value returned by the previous call. Leave empty for the first page.
issue_idYesIssue ID in the format '<project>-<id>', like 'SOMEPROJECT-1'
per_pageNoThe number of items per page for cursor-paginated endpoints. May be decreased if results exceed the context window.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
entriesYes
next_cursorNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.7.2

TDQS

A4.3/5.0
Behavior5/5

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

The description is consistent with the readOnlyHint annotation and adds valuable behavioral detail beyond it: results are paginated, the response contains a next_cursor, and that cursor must be passed back as the cursor parameter until it becomes null. It also discloses the breadth of events included, such as triggered triggers.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core action and expected contents, followed by the pagination contract. It contains no filler, though the first sentence is slightly dense with enumerated content.

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 the output schema exists, all parameters are documented, and the tool is read-only, the description sufficiently covers scope and pagination behavior. It does not discuss alternative tools or edge cases, but those are not required for correct invocation here.

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 all five parameters are already documented with types, defaults, and examples. The description adds only the pagination loop concept ('next_cursor' passed back as 'cursor' until null), which is a modest enhancement rather than a necessary compensation.

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 a specific verb and resource ('Get the change history of a Yandex Tracker issue') and enumerates exactly what the changelog contains: status transitions, field edits, comment changes, and executed triggers. This clearly distinguishes it from sibling read tools like issue_get_comments or issue_get.

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 intended use is clear: this is the tool for retrieving an issue's full change history, including who changed what and when. It does not explicitly name alternatives or say when not to use it, but the described scope gives agents enough context to select it appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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