Skip to main content
Glama
APonkratov

Yandex Tracker MCP Server

by APonkratov

Get Entity

entity_get
Read-only

Retrieve Yandex Tracker projects, portfolios, or goals by ID or shortId. Access detailed entity data with optional attachments and fields such as summary or lead.

Instructions

Get a Yandex Tracker project, portfolio, or goal by id or shortId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expandNoAdditional data to include; supported value: attachments
fieldsNoAdditional entity fields to include, such as summary, description, lead, entityStatus, parentEntity, issueQueues, or progressPercentage
entity_idYesEntity id or numeric shortId
entity_typeYesEntity type: project, portfolio, or goal

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
selfYes
fieldsNo
versionYes
short_idYes
created_atNo
created_byNo
updated_atNo
attachmentsNo
entity_typeYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds the ability to specify 'expand' for attachments and 'fields' for additional data, which hints at response shaping. However, it doesn't disclose behavior like default fields returned, pagination, or error conditions, but given the annotation, descriptive value is adequate.

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?

Single sentence front-loads the core action, and the description is appropriately sized for a straightforward getter tool. No redundant fluff; every word earns its place.

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 tool's complexity (4 params, simple getter), output schema exists, and annotations indicate read-only, the description is nearly complete. It doesn't list return fields, but output schema covers that. Missing a bit: mention that entity_id can be shortId is included, but some usage context (e.g., differences between id types) is minimal. Still sufficient.

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 description coverage is 100% with detailed descriptions for each parameter (entity_type, entity_id, expand, fields). The description echoes schema for entity_type but adds that id can be numeric shortId, which is valuable. Baseline 3 is raised because the description clarifies shortId usage and explains expand/fields beyond their schema descriptions.

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?

Description states specific verb+resource: 'Get a Yandex Tracker project, portfolio, or goal by id or shortId.' It clearly lists the three entity types, distinguishing from sibling tools like queue_get_metadata or issue_get. The scope is explicit.

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 when to use: when you need a project, portfolio, or goal by ID/shortId. It doesn't explicitly name alternatives or exclusions, but the context with sibling tools (entity_get_events, entity_create) makes usage clear. Some guidance about when not to use (e.g., for issues use issue_get) would elevate it, but it's not misleading.

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