rotten-tomatoes.movie_cast_and_crew
ActiveTool of Vee3
declared in 1.27.1
List cast and crew credits for a movie by slug (for example shawshank-redemption). 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_movie_cast_and_crewArguments",
"required": [
"movie_slug"
],
"properties": {
"movie_slug": {
"type": "string",
"title": "Movie Slug",
"maxLength": 512,
"description": "Movie slug (for example shawshank-redemption)."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries