Skip to main content
Glama
aikts

Yandex Tracker MCP

Get Queue Metadata

queue_get_metadata
Read-only

Retrieve detailed metadata about a Yandex Tracker queue: name, description, default type/priority. Optionally expand to include issue types with resolutions, workflows, and team members.

Instructions

Get detailed metadata about a specific Yandex Tracker queue. Returns queue information including name, description, default type/priority, and optionally expanded data like issue types with their resolutions, workflows, team members, etc. Use expand=['issueTypesConfig'] to get available resolutions for issue_close tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queue_idYesQueue (Project ID) to search in, like 'SOMEPROJECT'
expandNoOptional list of fields to expand in the response. Available options: 'all', 'projects', 'components', 'versions', 'types', 'team', 'workflows', 'fields', 'issueTypesConfig'. Use 'issueTypesConfig' to get available resolutions for each issue type.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
keyNo
nameNo
descriptionNo
defaultTypeNo
defaultPriorityNo
issueTypesConfigNo
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so no contradiction. The description adds context by explaining the expand parameter's effect and giving a concrete use case, going beyond what annotations provide.

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 concise with no wasted words. It front-loads the main purpose and then provides details in a logical order. Every sentence adds value.

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 context signals (2 params, no nested objects, output schema present), the description covers the tool's purpose, return values, and expand usage. However, it could improve by explicitly stating that this is the general queue metadata tool versus more specific queue tools like queue_get_fields.

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 coverage is 100% with good parameter descriptions. The tool description adds extra meaning by explaining how to use the expand parameter for a practical purpose (resolutions for issue_close), which is not present in the schema.

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 tool returns detailed metadata about a specific queue, listing specific information like name, description, default type/priority, and optional expanded data. It distinguishes itself from sibling tools like queue_get_fields and queue_get_versions by being the general metadata endpoint.

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 provides a specific usage example: using expand=['issueTypesConfig'] to get available resolutions for the issue_close tool. However, it does not explicitly differentiate when to use this tool versus other queue-related siblings like queue_get_fields or queue_get_versions.

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/aikts/yandex-tracker-mcp'

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