Skip to main content
Glama

update_release_groups

Configure a series' release groups: whitelist, blacklist, fallback groups, and fallback days. Only specified fields are changed, leaving others untouched.

Instructions

Update release group configuration for a series.

Sends PATCH /api/v2/series/{slug} with the specified config.release.* fields. Only the provided fields are changed; omitted fields are left as-is.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blacklistNoBlacklisted release groups.
whitelistNoWhitelisted release groups.
series_slugYesSeries slug (e.g. "tvdb1234").
fallback_daysNoDays before falling back to the next group.
fallback_groupsNoAnime release group fallback list (in priority order).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are present, so the description carries the behavioral disclosure burden. It usefully reveals that the operation is a PATCH, meaning only provided fields change and omitted fields remain untouched. This is important safety-relevant behavior for an agent.

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 and well-ordered: purpose first, then the HTTP operation, then the behavioral contract. Every sentence serves a distinct purpose with no redundancy.

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 flat 5-parameter update tool with an output schema, this is nearly complete. The main missing nuance is whether sending a nullable field explicitly as null clears it or is ignored, since 'only provided fields are changed' suggests null might be significant.

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?

Schema description coverage is 100%, so all parameters already have useful descriptions. The description does not add further parameter-level nuance, such as how null values are interpreted, so the schema is doing the heavy lifting.

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 a specific verb and resource: 'Update release group configuration for a series'. It also names the exact HTTP endpoint, making it easy to distinguish this from siblings like update_series_quality or diagnose_release_groups.

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?

The first sentence clearly states when to use the tool: when release group configuration for a series needs to be updated. It gives context but does not explicitly mention alternatives, edge cases, or when not to use it.

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