Skip to main content
Glama
aikts

Yandex Tracker MCP

Get Issue Templates

issue_templates_get_all
Read-only

Retrieve Yandex Tracker issue templates to align new issues with team-defined structure. Filter by queue to get applicable templates before creating an issue.

Instructions

Get the issue templates configured in Yandex Tracker. Templates hold the issue structure a team actually uses for bugs, incidents and other recurring work. Use this before creating an issue so that its summary and description follow the team's current template instead of an invented structure. Pass queue to get only the templates usable in that queue - the templates of that queue plus the ones not bound to any queue, which are usable everywhere. The issue body of each template is in fieldTemplates.description, not in the template's own description, which describes the template itself. Every page is retrieved by default; pass page to get a single page when the result does not fit the context window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number to return, default is None which means to retrieve all pages. Specify page number to retrieve a specific page when context limit is reached.
queueNoOptional queue (Project ID) to scope the result to, like 'SOMEPROJECT'. Templates that are not bound to any queue are usable everywhere and are returned as well.
per_pageNoThe number of items per page. May be decreased if results exceed context window. If there is a change in per_page argument - retrieval must be started over with page = 1, as the paging could have changed.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hitsNoTotal items matching the request, across all pages. Null if unknown or filtered - then page on until a page comes back empty.
pagesNoTotal pages at the requested `per_page`; this is the last page when it equals `page`. Null together with `hits`.
valuesNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds valuable behavioral details beyond that: clarifies that the template body is in fieldTemplates.description, explains pagination defaults and page retrieval strategy, and notes the behavior of queue-unbound templates. No contradiction with annotations.

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 a well-structured paragraph that front-loads the primary purpose and each subsequent sentence adds concrete value: usage context, field nuance, and pagination. No wasted words.

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 description covers all necessary aspects: purpose, usage context, parameter nuances, and a gotcha about the description field. With an output schema and readOnlyHint annotations, it provides a complete picture without redundant return-value explanations.

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?

Schema coverage is 100%, but the description adds meaning beyond the schema: explains the queue parameter's inclusive behavior (templates not bound to any queue are also returned) and clarifies the default 'all pages' vs pagination interplay. Per_page is described in schema, and the description reinforces it.

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 it retrieves issue templates from Yandex Tracker, with a specific verb and resource. It distinguishes itself from the sibling 'issue_template_get' by implying it gets all templates, and explains the broader context.

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?

Provides a clear when-to-use scenario ('Use this before creating an issue') and explains queue scoping and pagination behavior. Does not explicitly mention alternatives like issue_template_get for single templates, so not a full 5.

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