| metadata | {"openclaw":{"requires":{"bins":["python3","pip"]},"emoji":"⛪","category":"spiritual","tags":["usccb","bible","catholic","prayers","readings","scripture","mass","church","parish"],"network":true},"parameters":{"type":"object","properties":{"action":{"type":"string","enum":["mass-times","readings","search-prayers","get-prayer"],"description":"'mass-times' to find churches, 'readings' for daily Bible readings, 'search-prayers' to search prayers, 'get-prayer' to retrieve full prayer text"},"location":{"type":"string","description":"Required for mass-times. City, address, or ZIP code to search near"},"date":{"type":"string","description":"Optional for readings. Date in YYYY-MM-DD format (defaults to today)"},"titles":{"type":"array","items":{"type":"string"},"description":"Optional for readings. Filter to return only specific readings (e.g., ['Gospel', 'Reading 1'])"},"query":{"type":"string","description":"Required for search-prayers. Search term for prayers"},"url":{"type":"string","description":"Required for get-prayer. Full URL to the prayer page on USCCB.org"},"page":{"type":"integer","description":"Optional for mass-times. Page number for pagination (default: 1)"},"limit":{"type":"integer","description":"Optional for mass-times and search-prayers. Maximum number of results to return"},"language":{"type":"string","enum":["en","es"],"description":"Optional for search-prayers. Language filter - 'en' for English (default), 'es' for Spanish"},"json_output":{"type":"boolean","description":"Optional for all commands. Set to true to get JSON output instead of markdown (default: false for markdown)"}},"required":["action"]},"examples":[{"prompt":"Find Catholic churches near Boston","call":"usccb","args":{"action":"mass-times","location":"Boston, MA"}},{"prompt":"Where can I go to Mass in New York?","call":"usccb","args":{"action":"mass-times","location":"New York, NY","limit":5}},{"prompt":"What are today's Bible readings?","call":"usccb","args":{"action":"readings"}},{"prompt":"Show me the Mass readings for Christmas 2026","call":"usccb","args":{"action":"readings","date":"2026-12-25"}},{"prompt":"What's the Gospel reading for today?","call":"usccb","args":{"action":"readings","titles":["Gospel"]}},{"prompt":"Find me a prayer about peace","call":"usccb","args":{"action":"search-prayers","query":"peace"}},{"prompt":"Search for Spanish prayers about Mary","call":"usccb","args":{"action":"search-prayers","query":"María","language":"es"}},{"prompt":"Get the Hail Mary prayer","call":"usccb","args":{"action":"search-prayers","query":"Hail Mary","limit":1}}]} |