Skip to main content
Glama
APonkratov

Yandex Tracker MCP Server

by APonkratov

Create Entity

entity_create

Create a project, portfolio, or goal in Yandex Tracker with customizable fields, links, and response fields.

Instructions

Create a Yandex Tracker project, portfolio, or goal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linksNoEntity links, each with relationship and entity keys
fieldsYesEntity fields. summary is required. Other common keys include description, lead, teamUsers, clients, followers, start, end, tags, parentEntity, entityStatus, and teamAccess
entity_typeYesEntity type: project, portfolio, or goal
response_fieldsNoAdditional fields to include in the response

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
selfYes
fieldsNo
versionYes
short_idYes
created_atNo
created_byNo
updated_atNo
attachmentsNo
entity_typeYes
Behavior3/5

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

Annotations include readOnlyHint=false, and the description's 'Create' is consistent with a write operation. The description adds the range of entity types that can be created (project, portfolio, goal), which is not in annotations. However, it does not disclose other behavioral aspects like permission requirements or response behavior.

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, concise sentence that front-loads the key action and resource, with no wasted words.

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?

The schema is rich with parameter descriptions, an output schema is present, and annotations indicate read/write status. The description covers the core purpose, but it lacks usage context or prerequisites. Given the schema richness, the minimal description is adequate.

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%, with each parameter having a clear description. The tool description does not add parameter-specific meaning beyond the schema, so the baseline score of 3 is appropriate.

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 'Create' and identifies the resource as 'a Yandex Tracker project, portfolio, or goal.' It clearly distinguishes this tool from siblings like entity_update and entity_delete, which modify or remove entities.

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. It does not mention that it is for new entities only, nor does it reference entity_update or entities_bulk_update as alternatives. No when-to-use or when-not-to-use context is provided.

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

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