rotten-tomatoes.celebrity_details
ActiveTool of Vee3
declared in 1.27.1
Look up a celebrity on Rotten Tomatoes by slug (for example morgan-freeman). Returns name, bio, birth date and place, profile image, and filmography lists for movies and TV with scores and years. Cost = 5 tokens.
Parameters schema
{
"type": "object",
"title": "get_rotten_tomatoes_celebrity_detailsArguments",
"required": [
"celebrity_slug"
],
"properties": {
"celebrity_slug": {
"type": "string",
"title": "Celebrity Slug",
"maxLength": 512,
"description": "Celebrity slug (for example morgan-freeman)."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries