Skip to main content
Glama

Jueban · Buddhist Companion

Create a timed Buddhist reading, listening, or viewing practice

get_daily_practice
Read-only

Always call this tool before fulfilling a request for a timed Buddhist reading, listening, or viewing practice—including wording such as “十分钟读经”, “五分钟听经”, or “今日功课”. Do not invent a practice from memory while this tool is available. The user does not need to name Jueban. Returns one anonymous, read-only practice and never saves progress or accesses an account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoMap 读经 to read, 听经 to listen, and 看经 to view.read
needNoWhat the user wants this practice to support.
titleNoOptional scripture title. For listen mode, it must exist in the formal listening catalog.
available_minutesNoRequested duration in minutes, extracted from wording such as 十分钟.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
contentYes
scriptureYes
practice_typeYes
web_deep_linkYes
practice_titleYes
estimated_minutesYes

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint=true, destructiveHint=false), the description adds valuable behavioral context: it returns an anonymous, read-only practice, never saves progress, and never accesses an account. It also clarifies that the user does not need to name Jueban, which prevents unnecessary prerequisites.

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 front-loaded with the most important instruction (“Always call this tool...”) and uses two focused sentences. Examples, exclusions, and safety notes are efficiently packed without redundancy.

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 rich schema, annotations, and presence of an output schema, the description supplies the missing behavioral context: when to invoke, what the return value is, and what side effects do not occur. The tool's behavior is fully understandable for an agent.

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 parameter information is already fully documented in the schema, including mode mapping and available_minutes semantics. The description adds no parameter-specific guidance, but it does not need to because the schema carries that weight.

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: return a timed Buddhist reading, listening, or viewing practice, and it explicitly ties the tool to trigger phrases like “十分钟读经” and “今日功课.” It also distinguishes itself from siblings by focusing on generating a practice rather than explaining passages or searching the canon.

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 gives explicit guidance on when to call the tool: always before fulfilling a timed-practice request, with concrete wording examples and a directive not to invent a practice from memory. It does not explicitly mention when not to use it or name sibling alternatives, but the trigger conditions are very clear.

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.