Verba Plugin profile

Overseerr: Title Details

Get details for one movie or TV show from Overseerr from one natural-language request.

overseerr_details Version 1.2.0
When to use

Best-fit scenarios

Use when the user asks for details, info, synopsis, rating, or status for a specific movie or TV show.

How to call it

Execution guidance

Pass one natural-language request in query. Include the title naturally. Mention movie or show only when that distinction matters.

Arguments

Input shape

  • query string

    ONE natural-language title details request (for example: tell me about severance, get details for dune part two, show me info on the movie alien).

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_details",
  "arguments": {
    "query": "ONE natural-language title details request (for example: tell me about severance, get details for dune part two, show me info on the movie alien)."
  }
}