You're viewing a demo portfolio

Join the waitlist
PRSM

paragraphs.get

Active

Tool of Urantia Papers

declared in 1.0.0

Look up a specific paragraph by reference. Supports three formats: globalId ("1:2.0.1"), standardReferenceId ("2:0.1"), or paperSectionParagraphId ("2.0.1"). The format is auto-detected.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "ref"
  ],
  "properties": {
    "ref": {
      "type": "string",
      "description": "Paragraph reference in any format. Examples: \"1:2.0.1\", \"2:0.1\", \"2.0.1\""
    },
    "include_entities": {
      "type": "boolean",
      "default": false,
      "description": "Include entity mentions"
    },
    "include_bible_parallels": {
      "type": "boolean",
      "default": false,
      "description": "Include the top-10 Bible verses semantically nearest to this paragraph (UB → Bible direction)."
    },
    "include_urantia_parallels": {
      "type": "boolean",
      "default": false,
      "description": "Include the top-10 most-similar OTHER Urantia paragraphs ('see also' across the corpus)."
    }
  }
}

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 →
paragraphs.get — Urantia Papers — PRSM MCP