search.fulltext
ActiveTool of Urantia Papers
declared in 1.0.0
Full-text search across all Urantia Book paragraphs. Supports three modes: "and" (all words must appear, default), "or" (any word), "phrase" (exact phrase). Results ranked by relevance.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"q": {
"type": "string",
"description": "Alias for `query` (REST compatibility)."
},
"page": {
"type": "integer",
"default": 0,
"maximum": 9007199254740991,
"minimum": 0,
"description": "Page number (0-indexed)"
},
"type": {
"enum": [
"phrase",
"and",
"or"
],
"type": "string",
"default": "and",
"description": "Search mode: phrase, and, or"
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Results per page (1-100)"
},
"query": {
"type": "string",
"description": "Search query. Example: \"nature of God\""
},
"part_id": {
"type": "string",
"description": "Filter to a specific part ID (1-4)"
},
"paper_id": {
"type": "string",
"description": "Filter to a specific paper ID"
},
"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 each result (UB → Bible)."
},
"include_urantia_parallels": {
"type": "boolean",
"default": false,
"description": "Include the top-10 most-similar OTHER Urantia paragraphs for each result."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Urantia Papers
https://github.com/urantia-hub/urantia-dev-api
2/7 registries