action dnd5eapi_get_api_rules_index { label: "Get a rule by index." description: "# Rule \n\nRules are pages in the SRD that document the mechanics of Dungeons and Dragons. \nRules have descriptions which is the text directly underneath the rule heading \nin the SRD. Rules also have subsections for each heading underneath the rule in the SRD.\n" provider: dnd5eapi method: GET path: "/api/rules/{index}" encoding: json output: { description: "`Rule`\n" type: "object" } }