rotten-tomatoes.tv_show_cast_and_crew
ActiveTool of Vee3
declared in 1.27.1
List cast and crew credits for a TV series by slug (for example breaking-bad). Returns cast and crew members with names, roles, character names, and profile links where available. Cost = 5 tokens.
Parameters schema
{
"type": "object",
"title": "get_rotten_tomatoes_tv_show_cast_and_crewArguments",
"required": [
"tv_show_slug"
],
"properties": {
"tv_show_slug": {
"type": "string",
"title": "Tv Show Slug",
"maxLength": 512,
"description": "TV series slug (for example breaking-bad)."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries