Skip to main content
Glama
aikts

Yandex Tracker MCP

Get Board

board_get
Read-only

Retrieve a Yandex Tracker agile board by its ID to inspect its settings, columns, issue filter, estimation field, and working calendar.

Instructions

Get a single Yandex Tracker agile board (in russian - 'доска') with its settings, columns, the field issues are estimated by and the working calendar. autoFilterSettings is the board's own filter and tells which issues it collects - read it to learn which queue a board is about.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoFields to include in the response; omit to get all. id and name are usually enough while searching - read the one board you need in full with `board_get`.
board_idYesAgile board identifier, as returned by the `boards_get_all` tool

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoBoard identifier
nameNo
columnsNo
countryNoCountry whose working calendar the board uses
versionNo
calendarNoWorking calendar used to count working days in a sprint
createdAtNo
createdByNo
updatedAtNo
estimateByNoField the board estimates issues by, e.g. 'storyPoints'
useRankingNoWhether issues are ordered by manual ranking
autoFilterSettingsNoWhich issues the board picks up automatically. This is the board's filter - read it to learn which queue the board is about.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.10.0

TDQS

A4.2/5.0
Behavior4/5

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

The readOnlyHint annotation already establishes safety; the description adds useful behavioral context by explaining that autoFilterSettings is the board's own filter that shows which issues the board collects. It also discloses the board subcomponents returned, which helps set expectations 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 dense sentences with no filler; the core action and scope are front-loaded, and the second sentence adds value by explaining a non-obvious field. The parenthetical Russian term is a small, purposeful addition for localization.

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?

With a read-only annotation, an output schema, fully described parameters, and a clear purpose, the description is mostly sufficient. It could be more complete by explicitly routing to boards_get_all or board_get_columns when only IDs or columns are needed, but this is a minor gap.

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 coverage is 100%, and both parameters already have meaningful descriptions, so the tool description adds little beyond schema. The description's focus on board contents does not explain the fields/board_id parameters further, keeping this at the baseline.

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-resource pair ('Get a single Yandex Tracker agile board') and enumerates what is included: settings, columns, estimation field, and working calendar. It also defines autoFilterSettings, which differentiates this tool from listing tools like boards_get_all and narrower tools like board_get_columns.

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 gives a concrete use case: read autoFilterSettings to learn which queue a board is about, and it implies single-board retrieval rather than listing. It does not explicitly name alternatives or state when not to use it, so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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