Skip to main content
Glama
imdeniil

ya-tracker-mcp

by imdeniil

delete_entity_link

Delete a link from an entity in Yandex Tracker by specifying entity type, ID, and target right to unlink.

Instructions

Delete a link from an entity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rightYesTarget entity ID to unlink
entity_idYesEntity ID
entity_typeYes"project", "portfolio", or "goal"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It indicates deletion but does not explain consequences like irreversibility, permission requirements, or the directed nature of the link (based on the 'right' parameter). This adds little beyond the tool name.

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 with no redundant content. It is appropriately sized for a simple delete operation and front-loads the action verb.

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

Completeness2/5

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

Despite the tool's apparent simplicity, the description is too minimal to convey the full semantics of deleting an entity link (e.g., directionality, impact on the entity, or relation to other link tools). With no annotations and an output schema not described, the agent is left with insufficient context for correct invocation.

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%, so the baseline is 3. The description provides no additional meaning beyond what the schema already documents for the three parameters; it does not compensate with extra context.

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 clearly states the action (delete) and the target (a link from an entity), which aligns with the tool name. However, it does not explicitly differentiate this from sibling tools like delete_link or delete_external_link, though the entity-specific context is implied by the name.

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?

No guidance is provided on when to use this tool versus alternatives such as create_entity_link or delete_link. The description only states the action without context, prerequisites, or exclusions.

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