Skip to main content
Glama
framinosona

BetaSeries MCP Server

by framinosona

BetaSeries: search

betaseries_search

Search BetaSeries for TV shows, movies, and members with customizable filters and sorting options.

Instructions

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

Available operations:

  • get-search-all [GET /search/all]: Return search results for all types of elements.. Params: query? (Search term), limit? (Number of results returned per type (series, movies, members), default 5.)

  • get-search-movies [GET /search/movies]: Return movie search results with advanced filters.. Params: text? (Search term), limit? (Number of results returned (optional, default 20)), offset? (Starting number for the movie list (optional, default 0)), genres? (Genres separated by a comma (must correspond to keys returned by movies/genres)), diffusions? (Broadcast types separated by a comma (none, theaters, sale)), casting? (Actor's name in the movies to search), svods? (SVoD platform IDs separated by a comma), releases? (Release years separated by a comma), debut? (Initial of the movies returned), tri? (Sorting of the movies (name, added, rating, popularity by default, release-asc, release-desc)), autres? (Other options. Can be new for only movies not followed, seen, unseen, or wishlist)

  • get-search-shows [GET /search/shows]: Return series search results with advanced filters.. Params: text? (Search term), limit? (Number of results returned (optional, default 20, maximum 100)), offset? (Starting number for the series list (optional, default 0)), genres? (Genres separated by a comma (must correspond to keys returned by shows/genres)), diffusions? (Broadcasts separated by a comma (week, finished, ongoing, standby, inproduction, planned, pilot, canceled)), duration? (Episode duration (1-19, 20-30, 31-40, 41-50, 51-60, 61+)), svods? (SVoD platform IDs separated by a comma), creations? (Years separated by a comma), pays? (Origin countries of the series separated by a comma (must be the 2-letter country code)), chaines? (Broadcast channels separated by a comma), debut? (Initial of the series returned), tri? (Sorting of the series (name, followed, id, rating, popularity by default, release-asc, release-desc)), autres? (Other options. Can be new for only series not followed or mine for only those followed by the user)

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 must disclose all behavioral traits. It documents parameter constraints, defaults, and maximums (e.g., limit default and max for shows), and states that search results are returned. However, it omits authentication requirements, rate limits, response structure, and error handling, leaving notable gaps.

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, with operations listed and parameters formatted consistently. It is front-loaded with the API purpose and avoids redundancy. The length is justified by the complexity of the three operations and their many filters.

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?

Despite a minimal schema and no output schema, the description thoroughly documents all operations and parameters, including constraints and defaults. It lacks an example call and explicit guidance on when to use the tool versus siblings, but provides enough information for an agent to construct valid requests in most search scenarios.

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 input schema only defines 'operation' and a generic 'params' object. All specific parameter names, meanings, types, defaults, and allowed values are provided in the description. Without the description, an agent would have no knowledge of the actual parameters, making it the primary source of parameter semantics.

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 explicitly states 'Call the BetaSeries search API' and lists three operations (get-search-all, get-search-movies, get-search-shows) with clear scopes. This distinguishes the tool from siblings like betaseries_movies or betaseries_shows, which handle specific content types rather than aggregated search.

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 provides clear context for each operation's parameters and filters, implying when to use each sub-operation. However, it does not explicitly state when to use this search tool versus sibling tools for direct lookups, nor does it mention any alternatives 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