Skip to main content
Glama

Urantia Papers

Get Urantia Parallels for a Bible Verse

bible.verse.urantia_parallels
Read-onlyIdempotent

Returns the top 10 Urantia paragraphs whose embeddings are nearest to the Bible chunk that contains this verse — the reverse of include_bible_parallels on the UB side. Pre-computed at seed time with text-embedding-3-large (3072-d) cosine similarity. Each result carries a similarity score (0..1) and rank (1..10).

These are semantic parallels, not curated. Treat results as starting points for further reading, not as authoritative parallels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verseYesVerse number
chapterYesChapter number
book_codeYesBook identifier. Example: "Matt"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
chunkYes
verseYes
urantiaParallelsYes

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the read-only and idempotent annotations, the description discloses pre-computation with text-embedding-3-large, cosine similarity, and the output's similarity score and rank. It also transparently warns that results are semantic, not curated, and should be treated as starting points—all valuable behavioral context.

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?

The description is concise and front-loaded with the core purpose, followed by technical details and a caveat. Each sentence adds distinct value—purpose, method, output format, and usage caution—without any wasteful filler.

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

Completeness5/5

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

Given the tool's moderate complexity, the description comprehensively covers what it does, how it works, what the output includes, and how to interpret results. An output schema exists, so return structure is further specified, and the description complements the schema effectively.

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%, so the parameters are already documented. The tool description does not add any parameter-level detail beyond the schema, and the parameters (book_code, chapter, verse) are self-explanatory. Thus, baseline 3 is appropriate.

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 returns the top 10 Urantia paragraphs semantically nearest to a Bible verse's chunk, using a specific verb and resource. It also distinguishes itself by noting it is the reverse of the UB-side `include_bible_parallels` tool, which differentiates it from siblings like `bible.verse` or `search.semantic`.

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 provides clear context by explaining this is the reverse direction of `include_bible_parallels`, implying when to use this tool (from Bible side to Urantia) versus the alternative. However, it does not explicitly list exclusions or name siblings in a direct 'use X instead' manner, so it falls short of the highest bar.

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.