Skip to main content
Glama

update_series_quality

Set allowed and preferred qualities for an existing series. Specify only the values to change; omitted quality settings remain unchanged.

Instructions

Update allowed and/or preferred qualities for an existing series.

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

quality values: "N/A", "Unknown", "SDTV", "SD DVD", "720p HDTV", "RawHD", "1080p HDTV", "720p WEB-DL", "1080p WEB-DL", "720p BluRay", "1080p BluRay", "4K UHD TV", "8K UHD TV", "4K UHD WEB-DL", "8K UHD WEB-DL", "4K UHD BluRay", "8K UHD BluRay".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_slugYesSeries slug (e.g. "tvdb370761").
allowed_qualitiesNoQuality names for the allowed list.
preferred_qualitiesNoQuality names for the preferred list.
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

There are no annotations, so the description itself must disclose behavior. It does this well by explaining that only provided fields are changed and omitted fields remain untouched. The HTTP PATCH method and accepted quality values add useful behavioral context beyond a simple update statement.

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 concise, front-loaded with the core purpose, and uses the space efficiently. The quality value list is long but necessary because those values are not otherwise represented as enums in the schema.

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 definition provides enough context for an agent to call the tool: endpoint, required and optional parameters, valid values, and partial update behavior. It does not detail auth requirements or return values, but the tool has no output schema and this is likely a simple mutation, so these are not critical gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers all parameter descriptions, but this is a case where the description adds real value by listing the valid quality strings, since there are no enums in the schema. It also clarifies that provided fields are merged with existing values rather than replacing the whole config.

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 clearly states it updates allowed and/or preferred qualities for an existing series, identifies the specific PATCH endpoint, and this distinguishes it from sibling tools like update_release_groups. The verb and resource are specific and unambiguous.

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 description clearly frames the usage context: updating quality settings for an existing series via PATCH. It also clarifies partial update behavior, which is essential for correct use. It does not explicitly name alternatives, but the scope is clear enough that an agent can select this tool without much inference.

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