search.semantic
ActiveTool of Urantia Papers
declared in 1.0.0
Search the Urantia Book using semantic similarity (vector embeddings). Returns conceptually related results even without exact keyword matches. Requires OPENAI_API_KEY.
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)"
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Results per page (1-100)"
},
"query": {
"type": "string",
"description": "Natural language query. Example: \"What is the meaning of life?\""
},
"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."
}
}
}Parent server
Urantia Papers
https://github.com/urantia-hub/urantia-dev-api
2/7 registries