Skip to main content
Glama
APonkratov

Yandex Tracker MCP Server

by APonkratov

Create Issue

issue_create

Create a new issue in a Yandex Tracker queue by specifying queue key and summary, with optional fields for type, assignee, priority, and description.

Instructions

Create a new issue in a Yandex Tracker queue

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoIssue type id (from get_issue_types tool)
queueYesQueue key where to create the issue (e.g., 'MYQUEUE')
fieldsNoAdditional fields to set during issue creation. IMPORTANT: Before creating an issue, you MUST call `queue_get_fields` to get available fields (it returns both global and local fields by default). Fields with schema.required=true are mandatory and must be provided. Use the field's `id` property as the key in this map (e.g., {'fieldId': 'value'}).
summaryYesIssue title/summary
assigneeNoAssignee login or UID
priorityNoPriority key (from get_priorities tool,)
descriptionNoIssue description

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNo
epicNo
tagsNo
typeNo
spentNo
startNo
votesNo
parentNo
sprintNo
statusNo
uniqueNo
summaryNo
versionNo
assigneeNo
deadlineNo
priorityNo
createdAtNo
createdByNo
updatedAtNo
updatedByNo
componentsNo
estimationNo
descriptionNo
storyPointsNo
previousStatusNo
Behavior2/5

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

The description merely restates the action without additional behavioral context. Annotations already indicate readOnlyHint=false, and the description adds no details about required permissions, side effects, or what happens on success. This is comparable to the update_drive example where mutation tools need more disclosure.

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 exactly one short sentence with no filler or redundancy. All words are useful, and it is front-loaded with the primary action.

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?

The description is minimal but combined with a rich schema and output schema, it provides baseline adequacy. However, it lacks a high-level summary of prerequisites (like calling queue_get_fields) that is critical for successful use, leaving the agent to discover it in parameter descriptions.

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 the baseline is 3. The description itself adds no parameter-level meaning; all semantic details are provided by the input schema, especially the 'fields' parameter's IMPORTANT note. This is acceptable but not enhanced.

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 the specific action ('Create a new issue') and target resource ('Yandex Tracker queue'). It distinguishes from sibling tools like issue_update, issue_close, and issue_move by making the creation intent explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when a new issue needs to be created, but does not explicitly mention when not to use it or alternatives. The important prerequisite about calling queue_get_fields is present only in the parameter schema, not the description, so guidance is limited to implication.

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