Skip to main content
Glama

get_issues

Read-onlyIdempotent

Batch-fetch multiple YouTrack issues using a list of IDs in a single request, minimizing round-trips. Returns normalized data in report or JSON format, with optional comments.

Instructions

Batch-fetch multiple issues in one round-trip.

Composes a single #A or #B or #C query so a 20-issue enrichment pass takes one HTTP request instead of twenty. Useful when you already have a known ID list (active-focus picks, stuck-handoff IDs, daily-summary references).

Reuses get_issue's default field set + normalize_issue for consistent JSON shape across tools. Default include_comments=False because batch mode usually doesn't need them and they're heavy.

Args: ids: Comma-separated issue IDs or URLs (PROJ-1, PROJ-2, ...). Up to ~100 IDs per call — large lists should be split across multiple calls. fields: Override the YT field selector. Empty uses get_issue's expanded default. format: "report" (default compact list) or "json" (array of normalized issue dicts). include_comments: Include comments in the response (default False — batch mode rarely needs them). instance: YouTrack instance (optional).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes
fieldsNo
formatNoreport
instanceNo
include_commentsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A5/5.0
Behavior5/5

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

Adds substantial behavior beyond annotations: composing an OR query, reusing get_issue's field set, normalizing output, defaulting include_comments to false for performance, and a ~100 ID limit. These details meaningfully inform an agent's expectations.

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 dense but every sentence earns its place, with a front-loaded purpose statement and a clear Args breakdown. No redundant or vague wording.

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?

Covers invocation details, defaults, performance rationale, output shape, and limits. An agent has everything needed to call the tool correctly, especially with the output schema already present.

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?

Schema description coverage is 0%, but the Args section thoroughly explains every parameter: ids format and limits, fields override semantics, format values, include_comments default, and instance optionality. This fully compensates for the schema's silence.

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 opens with 'Batch-fetch multiple issues in one round-trip,' a specific verb and resource that clearly states functionality. It also distinguishes itself from singular get_issue and search-based alternatives by emphasizing batch retrieval of known IDs.

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?

Explicitly says 'Useful when you already have a known ID list' and contrasts with the one-request-per-issue approach, implying when not to use it. It also provides practical guidance on splitting large ID lists.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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