Skip to main content
Glama

ดึงข้อพระคัมภีร์

get_verses
Read-only

ดึงข้อพระคัมภีร์ตามอ้างอิง. ระบุได้ทั้งข้อเดียว (verseFrom เท่านั้น), ช่วงข้อ (verseFrom+verseTo), หรือทั้งบท (ไม่ระบุ verse). ใช้ชื่อหนังสือภาษาอังกฤษ เช่น John, Genesis. ผลลัพธ์มี field url เป็นลิงก์เปิดข้อนั้นในแอป — แนะนำให้แนบลิงก์นี้ให้ผู้ใช้ด้วย

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookYesชื่อหนังสือ เช่น John, Genesis, 1 Corinthians
chapterYesเลขบท
verseToNoข้อสุดท้าย (สำหรับช่วงข้อ; ไม่ระบุแต่มี verseFrom = ข้อเดียว)
versionNoรหัสฉบับแปล (ไม่ระบุ = THAKJV)
verseFromNoข้อเริ่มต้น (ไม่ระบุ = ทั้งบท)

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already indicate readOnlyHint=true, so the description focuses on additional behavioral details: the output includes a url for opening the verse in the app, and the behavior when verse parameters are omitted (whole chapter). No contradictions with 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?

Three concise sentences each serve a purpose: first defines the action, second explains parameter modes, third advises on output url. No redundancy or unnecessary information.

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?

Without an output schema, the description covers key return value (url). It addresses all input aspects: book name format, verse parameter modes, default version. Complete for a retrieval tool.

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

Parameters5/5

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

The description adds significant context beyond the schema: it explains the logical relationship between verseFrom and verseTo (single, range, chapter) and the default version (THAKJV). Since schema coverage is 100%, the description elevates understanding beyond baseline.

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 it retrieves Bible verses by reference, specifying three modes (single verse, range, whole chapter). It distinguishes from sibling tools like search_scripture and get_daily_verse by focusing on exact references.

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 explains that English book names must be used and outlines the three usage modes. It implies when to use this tool (exact reference) versus siblings (search, daily verse) but does not explicitly state when not to use or provide direct alternatives.

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