action sheetlabs_get_resources { label: "Fetch all verses sung for a specific category of god, person, or object" provider: sheetlabs method: GET path: "/resources" encoding: json input: { type: "object" properties: { sungforcategory: { type: "string" } } required: ["sungforcategory"] additionalProperties: false } output: { type: "object" additionalProperties: true } }