Skip to main content
Glama
imdeniil

ya-tracker-mcp

by imdeniil

create_external_link

Link an external object to a Yandex Tracker issue by providing the issue key, relationship, external key, and origin. Optionally include a backlink URL.

Instructions

Create an external link on an issue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesExternal object key
originYesExternal application ID
backlinkNoURL for backlink
issue_keyYesIssue key (e.g. "DEV-123")
relationshipYesRelationship type

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/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. It only indicates a creation operation but fails to mention side effects, permissions, reversibility, duplicate handling, or the meaning of an external link, leaving significant behavioral context unstated.

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, front-loaded sentence with no wasted words. It efficiently communicates the core action, making it appropriately sized for a simple creation tool.

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?

Given the tool has 5 parameters and an output schema, the description is too sparse. It doesn't explain relationship values, how origin relates to external applications, or how to use the backlink parameter, leaving the agent without essential 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 coverage is 100% with each parameter already described (e.g., issue_key, relationship, origin, key, backlink). The description adds no parameter-specific meaning beyond the schema, so baseline 3 applies.

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 'Create an external link on an issue' uses a specific verb (create), resource (external link), and target (issue), clearly distinguishing it from sibling tools like delete_external_link and list_external_links.

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 link_issues (for issue-to-issue links) or how to obtain valid origin/key values. The description only states what it does, not when or when not to use it.

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