Skip to main content
Glama
APonkratov

Yandex Tracker MCP Server

by APonkratov

Get Sprint

sprint_get
Read-only

Retrieve a Yandex Tracker sprint by its ID to view its status and date boundaries.

Instructions

Get a Yandex Tracker sprint with status and date boundaries

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sprint_idYesSprint identifier

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameYes
selfYes
boardYes
issuesNo
statusYes
versionYes
archivedNo
end_dateNo
created_atNo
created_byNo
start_dateNo
end_date_timeNo
start_date_timeNo
Behavior4/5

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

The readOnlyHint annotation already indicates a safe read operation, and the description aligns with that. The description adds useful context beyond the annotation by specifying that the response includes 'status and date boundaries,' helping the agent set expectations for returned data without requiring the output schema.

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 single sentence that is front-loaded with the verb and resource, and it contains no redundant information. Every word earns its place, making it highly concise and well-structured.

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 tool's simplicity (one parameter, read-only annotation, and an output schema), the description is fully adequate. It states what the tool does and what information is returned, leaving no critical gaps for selection or invocation.

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%, with the parameter described as 'Sprint identifier.' The description does not add any additional semantics about the format or origin of sprint_id, so it does not go beyond what the schema already provides. Baseline 3 is appropriate.

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 action ('Get') and the resource ('a Yandex Tracker sprint'), while also specifying the scope ('with status and date boundaries'). This distinguishes it from sibling tools like board_get_sprints, which likely lists sprints, and entity_get, which is generic.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. It does not mention any prerequisites, exclusions, or alternative tools for related scenarios. The usage is only implied by the parameter name 'sprint_id' in the schema, not by the description itself.

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