rotten-tomatoes.tv_show_season
ActiveTool of Vee3
declared in 1.27.1
Load season-level details for a TV series by slug (for example breaking-bad) and season number. Returns season title, episode list summaries, and season Tomatometer scores when available. Cost = 5 tokens.
Parameters schema
{
"type": "object",
"title": "get_rotten_tomatoes_tv_show_seasonArguments",
"required": [
"tv_show_slug",
"season_number"
],
"properties": {
"tv_show_slug": {
"type": "string",
"title": "Tv Show Slug",
"maxLength": 512,
"description": "TV series slug (for example breaking-bad)."
},
"season_number": {
"type": "string",
"title": "Season Number",
"maxLength": 2,
"description": "Season number as one or two digits (for example 1 or 01)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries