paragraphs.context
ActiveTool of Urantia Papers
declared in 1.0.0
Get a paragraph with surrounding context (N paragraphs before and after within the same paper). Useful for understanding passages in context.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ref"
],
"properties": {
"ref": {
"type": "string",
"description": "Paragraph reference. Examples: \"1:2.0.1\", \"2:0.1\", \"2.0.1\""
},
"window": {
"type": "number",
"default": 2,
"maximum": 10,
"minimum": 1,
"description": "Number of paragraphs before and after (1-10, default 2)"
},
"include_entities": {
"type": "boolean",
"default": false,
"description": "Include entity mentions"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Urantia Papers
https://github.com/urantia-hub/urantia-dev-api
2/7 registries