action dnd5eapi_get_api_weapon_properties_index { label: "Get a weapon property by index." provider: dnd5eapi method: GET path: "/api/weapon-properties/{index}" encoding: json output: { description: "WeaponProperty" type: "object" } }