rotten-tomatoes.movie_details
ActiveTool of Vee3
declared in 1.27.1
Look up a movie on Rotten Tomatoes by slug (for example shawshank-redemption). Returns title, year, rating, runtime, genres, description, poster and hero images, Tomatometer and Popcornmeter scores, cast highlights, and where to watch links. Cost = 5 tokens.
Parameters schema
{
"type": "object",
"title": "get_rotten_tomatoes_movie_detailsArguments",
"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