Skip to main content
Glama
framinosona

BetaSeries MCP Server

by framinosona

BetaSeries: seasons

betaseries_seasons

Manage TV show seasons on BetaSeries: mark as watched, hidden, or rewatched, and add or remove ratings.

Instructions

Call the BetaSeries "seasons" API. Pick an operation and pass its parameters in the params object.

Available operations:

  • delete-seasons-hide [DELETE /seasons/hide]: Remove all episodes of a season from hidden. Params: id? (Series ID (Optional if thetvdb_id specified)), thetvdb_id? (Series ID on TheTVDB (Optional if id specified)), season? (Season number)

  • delete-seasons-note [DELETE /seasons/note]: Remove a rating from a season. Params: id? (Series ID (Optional if thetvdb_id specified)), thetvdb_id? (Series ID on TheTVDB (Optional if id specified)), season? (Season of the series to rate)

  • delete-seasons-rewatch [DELETE /seasons/rewatch]: Remove all episodes of a season from rewatched. Params: id? (Series ID), season? (Season number), all? (Remove all rewatch for the given season (int 0|1))

  • delete-seasons-watched [DELETE /seasons/watched]: Remove all episodes of a season from watched. Params: id? (Series ID (Optional if thetvdb_id specified)), thetvdb_id? (Series ID on TheTVDB (Optional if id specified)), season? (Season number)

  • post-seasons-hide [POST /seasons/hide]: Mark all episodes of a season as hidden. Params: id? (Series ID (Optional if thetvdb_id specified)), thetvdb_id? (Series ID on TheTVDB (Optional if id specified)), season? (Season number)

  • post-seasons-note [POST /seasons/note]: Rate a season. Params: id? (Series ID (Optional if thetvdb_id specified)), thetvdb_id? (Series ID on TheTVDB (Optional if id specified)), season? (Season of the series to rate), note? (Rating assigned from 1 to 5)

  • post-seasons-rewatch [POST /seasons/rewatch]: Mark all episodes of a season as rewatched. Params: id? (Series ID), season? (Season number)

  • post-seasons-watched [POST /seasons/watched]: Mark all episodes of a season as watched. Params: id? (Series ID (Optional if thetvdb_id specified)), thetvdb_id? (Series ID on TheTVDB (Optional if id specified)), season? (Season number), note? (Rating assigned from 1 to 5 (Optional))

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNoQuery parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation.
operationYesWhich operation to perform
Behavior3/5

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

With no annotations, the description carries the full burden. Each operation's effect is explicitly stated (e.g., 'Remove all episodes of a season from hidden'), and parameter optionality conditions are noted. However, it does not disclose auth requirements, error behavior, response format, or reversibility beyond the immediate action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is lengthy but well-structured as a clear list of operations with their purposes and parameters. It is front-loaded with the main instruction, and while parameter descriptions repeat, each entry is necessary for the multi-operation 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?

The tool is complex with 8 operations and multiple parameters, and no annotations or output schema. The description comprehensively covers all operations and their parameters, but lacks return value or error handling information. It is largely complete for correct invocation.

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?

The schema only provides a generic params object, while the description lists every parameter per operation with meaningful descriptions such as 'Season number' and 'Rating assigned from 1 to 5'. This is essential and far exceeds the schema's contribution.

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 the tool calls the BetaSeries seasons API and enumerates eight distinct operations with their HTTP methods and effects. This specific resource-level focus distinguishes it from sibling tools like betaseries_episodes or betaseries_shows.

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 instructs to pick an operation and pass parameters, and the operation list serves as internal guidance. However, it does not provide any context about when to use this tool versus alternatives, nor does it mention prerequisites or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/framinosona/betaseries-mcp'

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