Skip to main content
Glama
aikts

Yandex Tracker MCP

Get Comment Template

comment_template_get
Read-only

Fetch a Yandex Tracker comment template by its ID to view the exact comment text it inserts. Use after listing templates to obtain the ID.

Instructions

Get a single Yandex Tracker comment template by its id, including the comment text it inserts. Use comment_templates_get_all first to find the template id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_idYesComment template identifier, as returned by the `comment_templates_get_all` tool

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoUnique template identifier
nameNoDisplayed template name
queueNoQueue the template belongs to, if it is queue-specific
versionNoTemplate version
templateNoComment text inserted by the template
summoneesNoUsers summoned by a comment created from the template
descriptionNoWhat the template itself is for. Not the issue body: an issue template prefills that through `fieldTemplates.description`
maillistSummoneesNoMailing lists summoned by a comment created from the template
Behavior4/5

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

The readOnlyHint annotation already communicates the non-mutating nature; the description adds that the returned template includes the inserted comment text, which is useful behavioral context. It does not mention not-found or error behavior, but the output schema and simple read-only nature reduce that need.

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?

Two concise sentences carry the full message: first the core function, then the dependency workflow. There is no filler or redundant restating of the title.

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?

For a one-parameter, read-only tool with an output schema, the description gives enough context to invoke correctly and understand the primary return content. Minor gaps around error cases exist but are acceptable for this tool's simplicity.

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%, and both the schema and description point to comment_templates_get_all as the source of template_id. The description adds no new meaning beyond what the schema already provides, so baseline 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 a specific verb ('Get'), names the exact resource ('single Yandex Tracker comment template by its id'), and clarifies that the returned object includes the comment text. This clearly distinguishes it from list-style tools like comment_templates_get_all and other template tools.

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

Usage Guidelines5/5

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

It explicitly instructs the agent to call comment_templates_get_all first to obtain the template id, giving the tool a clear prerequisite and placement in a workflow. Since this is a simple single-item fetch, this is sufficient usage guidance.

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

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