Skip to main content
Glama

รายชื่อหนังสือในฉบับแปล

list_books
Read-only

คืนรายชื่อหนังสือทั้ง 66 เล่มของฉบับที่ระบุ พร้อมชื่ออังกฤษ (ใช้เป็น argument), ชื่อท้องถิ่น, ลำดับ และจำนวนบท

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNoรหัสฉบับแปล (ไม่ระบุ = THAKJV)

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 description adds that the output is deterministic (always 66 books), includes ordering and chapter count. No contradictions; additional context beyond 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?

Single sentence that efficiently conveys all key information: purpose, output details, parameter default. No 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?

For a simple list tool, the description covers return values, parameter, default, and output specifics. No output schema, but description sufficiently explains what is returned. Complete given tool complexity.

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?

Schema coverage is 100% with description for the version parameter. Description adds that default version is THAKJV if omitted, which is useful beyond the schema.

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?

Description clearly states the tool returns a list of all 66 books for a specified version, including English name (used as argument), local name, order, and chapter count. It is distinct from sibling tools like list_bible_versions or get_verses.

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

Usage Guidelines3/5

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

The description implies usage for obtaining book lists for a version, and mentions English name usage as argument for other tools, but does not explicitly state when to use this over siblings (e.g., when needing book names vs verses). No when-not-to-use guidance.

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 has a clearly distinct purpose: daily verse, verse retrieval by reference, listing versions, listing books, and keyword search. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., get_daily_verse, list_bible_versions), making them predictable and easy to understand.

Tool Count5/5

With 5 tools, the server covers core Bible app operations without being too sparse or overwhelming. Each tool serves a necessary function.

Completeness4/5

The tool set covers daily verse, passage retrieval, version and book listing, and search. Missing a dedicated tool for listing chapters or book metadata, but get_verses can retrieve entire chapters.

Resources