remove_spell
Remove spells from character sheets in D&D campaigns to manage spell lists and maintain accurate character records.
Instructions
Remove a spell from a character's spells known list.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| character_name_or_id | Yes | Character name, ID, or player name | |
| spell_name_or_id | Yes | Spell name or ID to remove | |
| player_id | No | Player ID for permission check (omit for single-player DM mode) |