Skip to main content
Glama

build_biblical_context

Generate structured biblical context with relevant verses, complexity score, sensitivity profile, and effective mode for any question.

Instructions

Generates structured biblical context JSON with relevant verses, complexity score, sensitivity profile, and effective mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoDesired depth mode
warmthNoPastoral sensitivity (0 to 100)
languageNoLanguage ('ukr', 'eng', 'spa', 'deu', 'fra', 'pol')
questionYesUser question or prompt topic

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It does reveal the output shape (JSON with verses, complexity score, sensitivity profile, effective mode), but it does not explain side effects, prerequisites, how mode or warmth affect the result, or whether this operation is read-only or model-backed.

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 a single, tightly worded sentence that front-loads the core action and then lists the key output components. There is no filler or redundant material.

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

Completeness3/5

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

Given the absence of annotations and output schema, the description lists several useful output facets but still leaves gaps: it does not explain what 'effective mode' means, how the parameters interact, or when this composite generation is preferred over the many sibling search/retrieval tools. It is adequate for initial understanding but not fully self-sufficient.

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?

The input schema already provides descriptions for all four parameters, so the schema coverage is 100%. The description adds no per-parameter meaning beyond the schema; it only summarizes the output fields, which is the appropriate baseline for fully documented parameters.

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

Purpose4/5

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

The description uses a specific verb ('Generates') and names the resource ('structured biblical context JSON') plus the key output fields: relevant verses, complexity score, sensitivity profile, and effective mode. It is clear about what the tool produces, but it does not explicitly contrast with sibling tools like get_chapter_context or find_thematic_scripture_chain.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus alternatives. The description only states what it does, not which situations call for it, when not to use it, or how it relates to the many sibling retrieval and configuration tools.

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