Skip to main content
Glama
DChuhin

Yandex Tracker MCP Server

by DChuhin

get_miro_sync_map

Retrieves the Tracker↔Miro sync map, pairing issue keys with board item IDs. Use it to check existing mappings before performing two-way synchronization.

Instructions

Returns the Tracker↔Miro sync map from sync-map.json (board item IDs paired with issue keys). Use before two-way sync: find which issues already map to Miro widgets, or resolve a Miro item ID to a Tracker key. Combine with the Miro MCP server to read/update board content. Optional filters narrow the result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
board_idNo
tracker_keyNo
Behavior3/5

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

No annotations are provided, so the description carries full burden. It implies read-only behavior with 'Returns', but does not explicitly guarantee safety or disclose any side effects, permissions, or rate limits. Adequate but not comprehensive.

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 two sentences, front-loaded with the core return action, and every sentence adds value without redundancy. It is appropriately sized and structured.

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 covers basic purpose and usage but lacks details on parameter behavior (e.g., combination logic) and the exact return structure (no output schema provided). For a simple tool with two optional parameters, it is somewhat incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema coverage, the description merely states 'Optional filters narrow the result' without explaining the individual roles of board_id and tracker_key. This is insufficient to compensate for the missing parameter 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?

The description explicitly states it returns the Tracker↔Miro sync map with a specific data structure (board item IDs paired with issue keys). It distinguishes from sibling tools by advising 'Use before two-way sync' and implies a counterpart for updating.

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 provides explicit use cases: finding existing mappings and resolving IDs, and suggests combining with the Miro MCP server. It implicitly contrasts with the update sibling, offering clear guidance on when to use this tool.

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/DChuhin/tracker-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server