Verba Plugin profile

Overseerr: Add Request

Create one Overseerr request from one natural-language movie or TV show request.

overseerr_request Version 1.1.0
When to use

Best-fit scenarios

Use when the user wants to request a specific movie or TV show in Overseerr.

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 Overseerr request (for example: request dune part two, add the movie f1 to overseerr, request the tv show severance).

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_request",
  "arguments": {
    "query": "ONE natural-language Overseerr request (for example: request dune part two, add the movie f1 to overseerr, request the tv show severance)."
  }
}