get_genres
Retrieve all available movie and TV show genres from IMDb data to categorize content and filter search results.
Instructions
Get all genres. Returns: JSON object containing all genres.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}