get_spells_for_class
Retrieve detailed spell information for any D&D 5E character class to support gameplay decisions and character building.
Instructions
Get detailed spell information for all spells available to a specific class
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | The name of the class to get spells for (e.g., wizard, cleric, bard) | |
| limit | No | Maximum number of spells to return (default: 50) |