BetaSeries: planning
betaseries_planningRetrieve 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
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Query parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation. | |
| operation | Yes | Which operation to perform |