action dnd5eapi_get_api_magic_schools_index { label: "Get a magic school by index." description: "# Magic School\n\nAcademies of magic group spells into eight categories called schools of \nmagic. Scholars, particularly wizards, apply these categories to all spells, \nbelieving that all magic functions in essentially the same way, whether it \nderives from rigorous study or is bestowed by a deity.\n" provider: dnd5eapi method: GET path: "/api/magic-schools/{index}" encoding: json output: { description: "`MagicSchool`\n" type: "object" } }