Skip to main content
Glama
aikts

Yandex Tracker MCP

Get Board Columns

board_get_columns
Read-only

Retrieve Yandex Tracker agile board columns with mapped issue statuses to see which status an issue needs to appear in each column. Solves missing status-to-column mapping in general board queries.

Instructions

Get the columns of a Yandex Tracker agile board with the issue statuses mapped onto each - use it to see which status an issue needs to show up in a given column. Richer than the columns in boards_get_all / board_get, which carry no statuses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
board_idYesAgile board identifier, as returned by the `boards_get_all` tool

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. Addedv0.10.0

TDQS

A4.5/5.0
Behavior4/5

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

The description adds useful behavioral context beyond the readOnlyHint annotation by clarifying that results include status mappings and are richer than simpler board column endpoints. It does not mention auth or rate limits, but for a simple read-only lookup with a readOnlyHint, the safety profile is already clear.

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 action is first, then the use case, then the comparison to sibling tools. Every sentence contributes value.

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 tool has one fully documented parameter, a readOnlyHint annotation, and an output schema, so the description does not need to explain return values. The provided use case and sibling differentiation make the description complete for an agent to select and call the tool correctly.

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%: the only parameter, `board_id`, is described as an agile board identifier returned by `boards_get_all`. The tool description adds the Yandex Tracker context but does not need to compensate for missing parameter documentation because the schema already covers 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 states a specific verb and resource: getting the columns of a Yandex Tracker agile board, including the statuses mapped to each column. It also explicitly distinguishes this tool from `boards_get_all` and `board_get`, so an agent can tell them apart without opening their schemas.

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

Usage Guidelines5/5

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

The description gives a concrete use case: see which status an issue needs to show up in a given column. It also names alternatives and explains why this tool is preferable when status mappings matter, since sibling board endpoints carry columns without statuses.

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