list_enums
List all enum types in the Dalamud API, optionally filtered by namespace or keyword. Discover game-state constants like job IDs, inventory slots, and addon names.
Instructions
List all enum types in the Dalamud API, optionally filtered by namespace or keyword. Useful for discovering game-state constants (job IDs, inventory slots, addon names, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default: 50, max: 200) | |
| query | No | Optional substring filter on enum name and summary (case-insensitive) | |
| namespace | No | Restrict to an exact namespace, e.g. "Dalamud.Game.ClientState.JobGauge" |