Skip to main content
Glama

run_saved_search

Read-onlyIdempotent

Run a saved search by name to retrieve matching issues from YouTrack, with adjustable maximum results.

Instructions

Run a saved search by name and return matching issues.

Args: name: Saved search name (partial match) max_results: Max results (default: 50) instance: YouTrack instance (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
instanceNo
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavior: partial match on name, default max_results of 50, and optional instance. It does not disclose exact output format (though an output schema exists) or empty-result/error behavior, so extra context is modest.

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 compact: a one-sentence purpose followed by a clear Args list. Every part earns its place, the main action is front-loaded, and there is no unnecessary detail. It is appropriately sized for a three-parameter tool.

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 simple read-only, idempotent tool with an output schema, the description covers the invocation essentials: partial-match name, default max_results, and optional instance. It does not mention how to discover saved search names via list_saved_searches or what happens if no search matches, leaving a small gap for an unfamiliar caller, but overall it is nearly complete.

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%, so the description fully compensates by explaining all three parameters in the Args block: name (partial match), max_results (default 50), and instance (optional). This directly helps an agent supply correct values and is exactly what the schema lacks.

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 states a specific verb ('Run') and resource ('saved search'), and clarifies the outcome ('return matching issues'). It distinguishes from raw query tools like search_issues because it operates on a named saved search. However, it does not explicitly compare with sibling tools, so it misses the highest level of differentiation.

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 the tool is for running pre-configured saved searches rather than ad-hoc queries, and notes partial match on the name. However, there is no explicit 'when to use vs. search_issues' or 'when not to use' guidance, nor a pointer to list_saved_searches for discovering available names. It is a functional statement rather than a clear decision guide.

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