Skip to main content
Glama

diagnose_release_groups

Compare configured release groups against available releases to identify mismatches. Checks provider cache first, triggers a manual search when empty, and returns a structured diagnosis with a recommendation.

Instructions

Diagnose release group issues for a series by comparing config vs available releases.

Checks provider cache first; if empty, triggers a manual search and retries. Returns a structured diagnosis with recommendation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seasonNoSeason number to check (default: 1).
episodeNoEpisode number to check (default: 1).
max_retriesNoHow many times to retry when a search is in progress (default: 3).
series_slugYesSeries slug (e.g. "tvdb1234").
retry_delay_secondsNoSeconds to wait between retries (default: 5.0).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4/5.0
Behavior4/5

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

Since there are no annotations, the description carries the behavioral burden. It discloses useful traits: provider cache is checked first, an empty cache triggers manual search and retries, and the result is a structured diagnosis with a recommendation. But it stops short of explicitly confirming whether this tool is fully read-only or whether triggering a search has user-visible side effects like rate limiting or network costs.

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 short, front-loaded with purpose, and includes the algorithmic flow and return type in just three sentences. Every sentence serves a purpose and there is no redundant filler or schema repetition.

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 five-parameter diagnostic tool with 100% schema coverage and an output schema, the description gives enough context onbthe flow and result. It still lacks explicit guidance on side effects and failure behavior when retries expire, which would make the context fuller.

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?

Input schema coverage is 100%, so the baseline is 3. The description does not add parameter-specific semantics beyond the summaries; e.g., it doesn't mention season, episode, or retry controls. The exisfing schema descriptions are sufficient, so no strong penalty is warranted.

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 and resource: 'diagnose release group issues for a series' and explains that it compares config vs available releases. This clearly separates it from siblings like update_release_groups and force_search, which imply modification and search behavior respectively.

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 usage context is implied through the verb 'diagnose' and the comparison of config vs releases, but the description never states when to prefer this over alternatives such as force_search or update_release_groups. It provides no when-not-to-use conditions or explicit alternative routing.

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/cpxazn/mcp-medusa'

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