Verba Plugin profile

Overseerr: Trending & Upcoming

List trending or upcoming movies or TV shows from Overseerr from one natural-language request.

overseerr_trending Version 1.2.0
When to use

Best-fit scenarios

Use when the user asks what movies or TV shows are trending, popular, or upcoming in Overseerr.

How to call it

Execution guidance

Pass one natural-language request in query. Mention movie or TV if needed, and say trending or upcoming naturally.

Arguments

Input shape

  • query string

    ONE natural-language trending request (for example: what movies are trending, show upcoming tv shows, what is popular on overseerr right now).

Settings

Required configuration

  • OVERSEERR_API_KEY password

    Overseerr API Key

  • OVERSEERR_BASE_URL string

    Overseerr Base URL (e.g., http://overseerr.local:5055)

    Default: http://localhost:5055
Example call

Canonical usage JSON

{
  "function": "overseerr_trending",
  "arguments": {
    "query": "ONE natural-language trending request (for example: what movies are trending, show upcoming tv shows, what is popular on overseerr right now)."
  }
}