get_passage
ActiveTool of uiule
declared in 0.1.0
Get a Bible passage in your choice of translation (KJV, WEB, OEB, BBE, Cherokee, DRA, and more). Returns full text with reference and translation metadata.
Parameters schema
{
"type": "object",
"examples": [
{
"reference": "john 3:16",
"translation": "kjv"
},
{
"reference": "genesis 1:1-5",
"translation": "web"
}
],
"required": [
"reference",
"translation"
],
"properties": {
"reference": {
"type": "string",
"description": "Bible reference string (e.g. \"john 3:16\", \"genesis 1:1-5\")"
},
"translation": {
"type": "string",
"description": "Translation code: \"web\" (default), \"kjv\", \"oeb-us\", \"bbe\", \"webbe\", \"cherokee\", \"dra\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
uiule
https://github.com/pipeworx-io/mcp-bible
1/7 registries