Skip to main content
Glama
APonkratov

Yandex Tracker MCP Server

by APonkratov

Get Issue Changelog

issue_get_changelog
Read-only

Fetch a Yandex Tracker issue's change history with pagination, including status transitions, field edits, comments, and triggers, filterable by change type or field.

Instructions

Get the change history (changelog) of a Yandex Tracker issue by its id: status transitions, field edits (who changed what from -> to and when), comment changes and executed triggers. Returns a page of entries plus 'next_cursor'. To fetch the next page, pass 'next_cursor' from the previous result as the 'cursor' argument; when 'next_cursor' is null there are no more pages.

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
Behavior5/5

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

The description explains that results are paginated with a 'next_cursor', how to fetch subsequent pages, and what a null cursor means. This goes beyond the readOnlyHint annotation by revealing the response shape and pagination behavior, without contradicting the annotation.

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?

Two sentences: the first packs the core purpose and content categories, the second explains pagination clearly. No verbose or redundant language; each clause earns its place.

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?

Given the presence of an output schema and readOnlyHint annotation, the description adequately covers the tool's behavior. It explains pagination, the kinds of changes included, and the stopping condition, making it sufficient for an agent to invoke correctly without additional context.

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

Parameters4/5

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

All five parameters are fully documented in the schema (100% coverage), so the description adds little about individual parameters. However, it reinforces the cursor-based pagination semantics by explaining the next_cursor/cursor relationship, which complements the schema's cursor description.

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 uses a specific verb ('Get') and resource ('change history of a Yandex Tracker issue by its id'), and enumerates the content (status transitions, field edits, comment changes, triggers). This clearly distinguishes it from sibling tools like issue_get_comments or issue_get_transitions.

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 implies usage for reading an issue's audit trail and provides detailed pagination guidance (how to use next_cursor and cursor, when to stop). It does not explicitly state when to use this tool instead of alternative read tools, but the content list makes the use case clear.

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