bible.verse.urantia_parallels
ActiveTool of Urantia Papers
Returns the top 10 Urantia paragraphs whose embeddings are nearest to the Bible chunk that contains this verse — the reverse of `include_bible_parallels` on the UB side. Pre-computed at seed time with text-embedding-3-large (3072-d) cosine similarity. Each result carries a similarity score (0..1) and rank (1..10). These are *semantic* parallels, not curated. Treat results as starting points for further reading, not as authoritative parallels.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"book_code",
"chapter",
"verse"
],
"properties": {
"verse": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 1,
"description": "Verse number"
},
"chapter": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 1,
"description": "Chapter number"
},
"book_code": {
"type": "string",
"description": "Book identifier. Example: \"Matt\""
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Urantia Papers
https://github.com/urantia-hub/urantia-dev-api
2/7 registries