You're viewing a demo portfolio

Join the waitlist
PRSM

rotten-tomatoes.search

Active

Tool of Vee3

declared in 1.27.1

Search Rotten Tomatoes by title or name. Returns matching movies, TV series, and celebrities with slugs, scores, poster URLs, release years, and top-billed cast where available. Cost = 10 tokens.

Parameters schema

{
  "type": "object",
  "title": "search_rotten_tomatoesArguments",
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "anyOf": [
        {
          "type": "integer",
          "maximum": 50,
          "minimum": 1
        },
        {
          "type": "null"
        }
      ],
      "title": "Limit",
      "default": null,
      "description": "Maximum number of search results to return (1–50, default 20)."
    },
    "query": {
      "type": "string",
      "title": "Query",
      "maxLength": 256,
      "description": "Search query for movies, TV series, or celebrities."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →