Skip to main content
Glama

list_attachments

Read-onlyIdempotent

Retrieve all attachments linked to a YouTrack issue by providing its ID or URL. View available files directly for quick review.

Instructions

List all attachments on a YouTrack issue.

Args: issue_id: Issue ID or URL instance: YouTrack instance (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instanceNo
issue_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, which fully cover the safety and idempotency profile. The description adds no extra behavioral context beyond the basic 'list' action. Since the annotations already carry the burden, the description adds little value, but it does not contradict them either.

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 extremely concise: one line for purpose and a two-item argument list. Every sentence earns its place; no redundant or filler text. Front-loads the main purpose clearly.

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?

The tool is simple (list attachments), has a return schema, and annotations cover safety. The description provides essential action and parameter hints. It could mention potential pagination or ordering, but those are likely handled by the output schema. For a simple read-only list tool, this is sufficiently complete.

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?

The schema has 0% description coverage, so the description must compensate. It adds a valuable detail for 'issue_id': it can be an ID or URL. However, it does not explain what 'instance' means beyond 'optional', leaving ambiguity. With two parameters, only one gets meaningful enrichment, so partial compensation.

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 verb 'List' and the resource 'attachments on a YouTrack issue'. It is specific enough to understand the tool's function, though it does not explicitly distinguish itself from sibling tools. However, the function is unique among siblings (only one other tool deals with attachments, but that one is get_attachment_url, which is different).

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

Usage Guidelines3/5

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

The description implies when to use (when you need to list attachments for an issue) but does not provide explicit guidance on when not to use or mention alternatives. Since there are siblings like add_attachment or get_attachment_url, more explicit routing would help, but the basic use case is understandable from the description.

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