You're viewing a demo portfolio

Join the waitlist
PRSM

bible.verse.urantia_parallels

Active

Tool of Urantia Papers

declared in 1.0.0

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\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Urantia Papers

https://github.com/urantia-hub/urantia-dev-api

2/7 registries
View full server →
bible.verse.urantia_parallels — Urantia Papers — PRSM MCP