list_genres
Retrieve all entertainment genres with their properties to filter media content by type and availability across films and TV shows.
Instructions
List all available entertainment genres across media types and providers.
Returns: Dictionary mapping genre names to their properties: { "Documentary": { "id": 99, "has_films": true, "has_tv_shows": true }, "Action": { "id": 28, "has_films": true, "has_tv_shows": false }, ... }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||