Skip to main content
Glama
velesnitski

yt-mcp

by velesnitski

get_issues_for_translation

Fetch issues with non-ASCII text from YouTrack for translation, with options to include comments and exclude already translated issues.

Instructions

Fetch issues with non-ASCII text for translation. Call apply_translations with results.

Args: query: YouTrack search query include_comments: Include comments (default: True) max_results: Batch size (default: 10) exclude_translated: Auto-exclude issues already tagged from prior runs (any yt-translate-* tag) and issues whose description already has the EN + delimiter + original-language bilingual structure. Default True. Set False to force re-translation. delimiter: Bilingual delimiter to detect already-translated state (default: '----'). Must match what apply_translations uses. instance: YouTrack instance (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
instanceNo
delimiterNo----
max_resultsNo
include_commentsNo
exclude_translatedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Discloses automatic exclusion logic based on tags and bilingual structure, delimiter matching requirement, and default behaviors. No annotations exist, so description fully carries the burden.

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?

Well-structured with an Args section. Information is clearly presented; could be slightly more concise but effective.

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

Completeness5/5

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

Complete for the tool's purpose. With an output schema present, the description adequately covers behavior and parameter semantics, linking to downstream usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema description coverage, the description explains all 6 parameters in detail, including defaults and purpose. Covers query, include_comments, max_results, exclude_translated, delimiter, and instance.

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 states 'Fetch issues with non-ASCII text for translation' with a specific verb and resource. It clearly distinguishes from siblings like get_issues by linking to translation workflow.

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

Usage Guidelines4/5

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

Explicitly directs to call apply_translations with results. Provides context for when to use exclude_translated and delimiter. Does not explicitly state when not to use, but the purpose is clear.

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/velesnitski/yt-mcp'

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