Skip to main content
Glama
imdeniil

ya-tracker-mcp

by imdeniil

create_queue

Create a new Yandex Tracker queue by configuring its key, name, lead, default issue type and priority, plus issue types workflow.

Instructions

Create a new queue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesQueue key (e.g. "DEV")
leadYesLead user login
nameYesQueue name
descriptionNoQueue description
default_typeYesDefault issue type key
output_formatNoResponse format: "text" (default, markdown) or "json"text
default_priorityYesDefault priority key
full_descriptionNoIf true, do not truncate description (default false)
issue_types_configYesIssue types config (list of dicts with issueType and workflow keys)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Create a new queue' merely restates the action; it does not disclose whether the operation is idempotent, what permissions are needed, what happens if the queue already exists, or any side effects. This is a significant gap for a mutation tool with zero annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no wasted words. It is front-loaded with the action. However, it is under-specified to the point of being terse, which slightly reduces the score from a 5.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a complex tool with 9 parameters, 6 required, and no annotations. The description provides no context about what a queue is, how the configuration options work, or what outputs to expect. Even though an output schema exists, the description fails to give any operational context for a tool with this level of complexity.

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 input schema has 100% coverage with detailed descriptions for all 9 parameters, so the baseline is 3. The description adds no parameter information beyond what the schema already provides, thus meeting but not exceeding this baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the specific verb and resource: 'Create a new queue.' This clearly distinguishes it from queue-related siblings like delete_queue, get_queue, or list_queues. However, it does not elaborate on what a queue is or differentiate it from create_queue_version, so it lacks full sibling differentiation.

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 gives no guidance on when to use this tool versus alternatives. It does not mention prerequisites, required fields, or typical use cases. There are many other create_* tools in the sibling list, and no context is provided to help an agent choose this one.

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