Skip to main content
Glama
framinosona

BetaSeries MCP Server

by framinosona

BetaSeries: planning

betaseries_planning

Retrieve TV broadcast schedules, upcoming series premieres, and personalized member viewing calendars with optional date, type, and unseen filters.

Instructions

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

Available operations:

  • get-planning-general [GET /planning/general]: Display all episodes broadcasted. Params: date? (Origin date (YYYY-MM-DD — Optional, default "now")), before? (Number of days before (Optional, default 8)), after? (Number of days after (Optional, default 8)), type? (Type of episodes to display: "all" or "premieres" (Optional, default "all"))

  • get-planning-incoming [GET /planning/incoming]: Display only the first episode of the upcoming series. Params: no parameters

  • get-planning-member [GET /planning/member]: Display the schedule. Params: id? (Member's ID (Optional if identified)), unseen? (Display only unseen episodes), month? (Display the schedule for the specified month (format YYYY-MM))

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 burden of transparency. It discloses the read-only nature via 'Display' for each operation and includes the HTTP method GET, which signals non-mutating behavior. However, it omits authentication requirements, potential errors, or pagination details, leaving significant behavioral gaps.

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 well-structured with a clear introductory line followed by a bulleted list of operations. Each operation is concisely summarized with endpoint, purpose, and parameters, ensuring every sentence carries useful information without unnecessary verbosity.

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?

Given the absence of an output schema and the multi-operation complexity, the description provides substantial context: endpoints, parameter details, and operation purposes. It stops short of covering authentication, response formats, or error handling, which would be valuable for a complete contextual picture.

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 with no property definitions, so the description is the sole source of parameter meaning. It lists each operation's parameters with names, types, defaults, and explanatory descriptions, fully compensating for the schema's opacity.

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 it calls the BetaSeries 'planning' API and lists three specific operations with their endpoints and purposes. This clearly identifies the resource and distinguishes it from sibling tools that handle different domains (e.g., persons, badges, shows).

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 instructs 'Pick an operation' and details each operation's functionality, giving clear context on when to use each. However, it does not explicitly discuss when to choose this tool over siblings, though the unique resource name implies its niche.

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