Skip to main content
Glama

Jueban · Buddhist Companion

Verify then explain a Buddhist passage (required for quotations)

explain_buddhist_passage
Read-only

Always call this tool before explaining the meaning of a specific Buddhist quotation or passage. Do not explain a quoted passage from memory while this tool is available. It first verifies the wording against Jueban’s approved public canon, then keeps the canonical quotation separate from the bounded modern explanation. The user does not need to name Jueban.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoScripture title, when known.
passageYesExact or partial Buddhist scripture quotation to verify and explain.
questionNoOptional question about the verified passage.
canonical_idNoJueban canonical work ID, when known.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
heardYes
namedYes
scriptureYes
plain_languageYes
verification_statusYes
interpretation_statusYes

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so no contradiction. The description adds significant behavioral context: it first verifies wording against an approved canon, separates canonical text from modern explanation, and implies a requirement for verification. This goes beyond the annotations, though it doesn't detail the explanation's limitations or the verification process.

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 (three sentences) and front-loaded with the key action. Every sentence adds value: the directive, the verification process, and the user guidance. No fluff or repetition.

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?

Given the presence of an output schema and high schema description coverage, the description covers the essential aspects: what the tool does, when to use it, and its verification role. It could be more complete by hinting at the output structure, but the output schema handles that. The description is sufficient for a medium-complexity tool with four parameters and an output schema.

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

Parameters4/5

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

The input schema has 100% coverage, so the baseline is 3. The description adds context that the passage is the primary input and the tool will verify and explain it, but it doesn't elaborate on title or canonical_id beyond schema descriptions. The description emphasizes the passage parameter and the verification purpose, slightly enhancing the parameter semantics.

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 purpose: to verify then explain a Buddhist passage, with a strong directive to use it before explaining any quotation. It distinguishes itself by indicating it verifies wording against Jueban's canon and keeps the canonical quotation separate from the modern explanation. This makes it distinct from siblings like search_buddhist_canon.

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

Usage Guidelines5/5

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

The description is explicit about when to use this tool: always call it before explaining a specific quotation, and not to explain from memory while it is available. It also clarifies that the user does not need to mention Jueban, providing clear usage context without needing to name alternatives explicitly.

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
Disambiguation4/5

Each tool has a distinct primary role: explaining a passage, matching a situation to scripture, retrieving a daily practice, and searching/citing the canon. There is slight overlap between search_buddhist_canon and find_passages_for_situation, since both return canonical passages, but the situational matching vs. direct lookup distinction keeps them mostly separable.

Naming Consistency5/5

All tool names follow a clear verb_noun snake_case pattern: explain_buddhist_passage, find_passages_for_situation, get_daily_practice, search_buddhist_canon. The verbs are specific and the objects are consistently descriptive, making the naming predictable and easy to navigate.

Tool Count5/5

Four tools is a well-scoped count for a focused Buddhist companion server. Each tool covers a distinct and necessary capability, and none feel redundant or superfluous within the server's clearly bounded purpose.

Completeness4/5

The tool set covers the core lifecycle of Buddhist companion needs: finding, verifying, explaining, and applying canonical passages, plus daily practice. Minor gaps exist around broader teaching comparisons or user-specific preferences, but the server intentionally avoids accounts and history, so the surface is largely complete for its stated read-only scope.