Skip to main content
Glama
imdeniil

ya-tracker-mcp

by imdeniil

list_macros

Retrieve all macros defined for a specific Yandex Tracker queue. Provide the queue key to see its macros.

Instructions

List macros of a queue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queueYesQueue key (e.g. "DEV")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description itself must convey behavior. 'List' implies a read-only operation, but it does not disclose pagination, ordering, handling of invalid queue keys, or what exactly is returned. This is minimal but not misleading.

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 a single sentence that leads with the action and clearly names the resource and scope. There is no superfluous information, making it appropriately concise and well-structured.

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?

This is a simple tool with one parameter and an output schema, so the description does not need to explain return values. It adequately states the action and scope, though it could explicitly mention 'all macros' or note that a valid queue is required, but these are minor gaps.

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?

The schema already provides a description for the only parameter ('Queue key (e.g. "DEV")'), covering 100% of parameters. The description's phrase 'of a queue' merely echoes the schema and adds no additional meaning beyond 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 uses the specific verb 'List' and identifies the resource as 'macros' scoped to 'a queue'. This clearly distinguishes it from sibling tools like get_macro, which would retrieve a single macro, and create_macro/update_macro/delete_macro.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as get_macro (for a specific macro) or the other macro-related tools. It only states what it does without giving context, exclusions, or alternatives.

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/imdeniil/ya-tracker-mcp'

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