Skip to main content
Glama

Urantia Papers

Get Paragraph with Context

paragraphs.context
Read-onlyIdempotent

Get a paragraph with surrounding context (N paragraphs before and after within the same paper). Useful for understanding passages in context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYesParagraph reference. Examples: "1:2.0.1", "2:0.1", "2.0.1"
windowNoNumber of paragraphs before and after (1-10, default 2)
include_entitiesNoInclude entity mentions

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterYes
beforeYes
targetYes

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds the same-paper scoping constraint and the configurable window size, but does not discuss boundary behavior or return structure. With annotations covering safety, this is adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences: the first states the core function and key constraint, the second provides a usage hint. No filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple (3 params, 1 required), has an output schema, and annotations. The description covers the core purpose and window behavior. It doesn't explain edge cases like boundaries, but given the output schema and low complexity, the description is adequately complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and each parameter has clear text in the schema (e.g., window described as 'Number of paragraphs before and after'). The description adds minimal extra meaning beyond what the schema already provides, which meets the baseline for high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool gets a paragraph along with a configurable window of surrounding paragraphs within the same paper. The verb 'Get' and resource 'paragraph with surrounding context' are specific and the scope 'within the same paper' distinguishes it from sibling tools like paragraphs.get.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description indicates usefulness 'for understanding passages in context,' providing a clear usage context. It does not explicitly name alternatives or state when not to use, but the context is clear enough to guide selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct resource and action (e.g., audio.get vs bible.book vs entities.list). There is no overlap, and even similar tools like search.fulltext and search.semantic are clearly differentiated by mode.

Naming Consistency5/5

All tools follow a consistent 'domain.action' pattern using lowercase and dots. Underscores within domain names (e.g., urantia_parallels) are uniform. No mixing of camelCase or irregular verbs.

Tool Count5/5

19 tools is well-scoped for a server covering the Urantia Book and Bible integration. Each tool serves a distinct purpose without bloat or insufficiency.

Completeness5/5

The surface covers all core operations: browsing (list/get for papers, entities, paragraphs), searching (fulltext and semantic), structured navigation (toc.get, papers.sections), audio, and Bible parallels. No obvious gaps.