Skip to main content
Glama

Urantia Papers

Get Random Paragraph

paragraphs.random
Read-only

Get a random paragraph from the Urantia Book. Great for daily quotes, exploration, or discovering new passages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_entitiesNoInclude entity mentions
include_bible_parallelsNoInclude the top-10 Bible verses semantically nearest to this paragraph (UB → Bible direction). Pre-computed via text-embedding-3-large cosine similarity.
include_urantia_parallelsNoInclude the top-10 most-similar OTHER Urantia paragraphs ('see also'). Pre-computed via text-embedding-3-large cosine similarity.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
paragraphYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, establishing it as a safe read operation. The description adds behavioral context by highlighting its random nature, indicating that results will vary on each call, which aligns with idempotentHint=false. It also suggests typical use cases. This adds value beyond the structured data without contradicting annotations.

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 two sentences long, front-loading the core purpose in the first sentence and adding use-case context in the second. Every word earns its place—no redundancy, fluff, or restatement of the name. It is concise and well-structured.

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?

For a simple random-access tool with three optional boolean parameters and an output schema, the description is sufficient. It explains the core function and typical use cases. Parameter details are fully covered by the input schema, and the output schema handles return value descriptions. There are no hidden complexities or missing prerequisites that need to be disclosed.

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 baseline is 3. The tool description does not mention or elaborate on the parameters (include_entities, include_bible_parallels, include_urantia_parallels), leaving their semantics entirely to the schema. Since the schema already provides thorough descriptions, the tool description adds no additional parameter meaning, so a 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's function: 'Get a random paragraph from the Urantia Book.' It uses a specific verb ('Get'), identifies the resource ('random paragraph from the Urantia Book'), and distinguishes it from sibling tools like paragraphs.get (which retrieves specific paragraphs) and paragraphs.context (which provides surrounding context). The random aspect is explicit.

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 usage context: 'Great for daily quotes, exploration, or discovering new passages.' It implies when to use this tool (for casual discovery) but does not explicitly mention alternatives or exclusions, such as 'use paragraphs.get for a specific paragraph.' Since it gives context but not explicit when-not-to-use guidance, it merits a 4.

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.