list_genres_simplified
Retrieve a clean, formatted list of genre names from entertainment data by extracting and sorting them without technical details like IDs or media flags.
Instructions
Get a simplified list of available genre names.
Uses LLM sampling to extract genre names from the full genre data, returning a clean, formatted list without IDs or media type flags. Falls back to direct extraction if sampling is not supported.
Returns: A formatted string containing the sorted list of genre names.
Raises: Sampling errors are logged and result in fallback to direct key extraction.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||