bible-app
Server Details
Read-only Bible for AI: search & read scripture in Thai & English, plus a daily verse.
- Status
- Healthy
- Uptime
- 95.3% over 38 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: daily verse, verse retrieval by reference, listing versions, listing books, and keyword search. No overlapping functionality.
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.
With 5 tools, the server covers core Bible app operations without being too sparse or overwhelming. Each tool serves a necessary function.
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.
Available Tools
5 toolsget_daily_verseข้อพระคัมภีร์ประจำวันARead-onlyInspect
คืนข้อพระคัมภีร์ประจำวันปัจจุบัน (ถ้ามี). ผลลัพธ์มี field url เป็นลิงก์เปิดข้อนั้นในแอป — แนะนำให้แนบลิงก์นี้ให้ผู้ใช้ด้วย
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description adds beyond that: the result includes a url field for opening in the app, and recommends attaching it. No contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences: first states purpose, second provides additional output detail and a recommendation. Front-loaded and efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no parameters and no output schema, the description covers the main behavior (returns current verse if any), the url field, and a usage suggestion. Could be slightly more explicit about possible null result, but 'ถ้ามี' covers it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, baseline is 4. The description does not need to add parameter details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'returns' and the resource 'current daily verse', and distinguishes from siblings like get_verses and search_scripture which have different scopes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for fetching the daily verse and recommends attaching the link, but does not explicitly state when to use versus alternatives or when not to use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_versesดึงข้อพระคัมภีร์ARead-onlyInspect
ดึงข้อพระคัมภีร์ตามอ้างอิง. ระบุได้ทั้งข้อเดียว (verseFrom เท่านั้น), ช่วงข้อ (verseFrom+verseTo), หรือทั้งบท (ไม่ระบุ verse). ใช้ชื่อหนังสือภาษาอังกฤษ เช่น John, Genesis. ผลลัพธ์มี field url เป็นลิงก์เปิดข้อนั้นในแอป — แนะนำให้แนบลิงก์นี้ให้ผู้ใช้ด้วย
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | ชื่อหนังสือ เช่น John, Genesis, 1 Corinthians | |
| chapter | Yes | เลขบท | |
| verseTo | No | ข้อสุดท้าย (สำหรับช่วงข้อ; ไม่ระบุแต่มี verseFrom = ข้อเดียว) | |
| version | No | รหัสฉบับแปล (ไม่ระบุ = THAKJV) | |
| verseFrom | No | ข้อเริ่มต้น (ไม่ระบุ = ทั้งบท) |
TDQS
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.
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.
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.
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.
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.
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.
list_bible_versionsรายชื่อฉบับแปลพระคัมภีร์ARead-onlyInspect
คืนรายการฉบับแปลที่ใช้ได้ พร้อมรหัส (id/abbreviation) ที่ต้องส่งให้ tool อื่น เช่น THAKJV (ไทย), WEB/KJV (อังกฤษ)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true, so the description's claim of returning a list is consistent but adds no extra behavioral context beyond what annotations provide. For a read-only list operation, this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that fully conveys the tool's functionality without fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no parameters and no output schema, the description is complete. It explains the return value (list of versions with codes) and why it matters (for other tools).
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has no parameters and schema coverage is 100%, so the description need not add parameter details. It adds value by explaining the output content and its purpose.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns a list of available Bible translations with codes, and explicitly mentions that these codes are needed for other tools. It differentiates from siblings like list_books or get_verses by focusing on versions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when an agent needs to know translation codes for other tools. It does not explicitly state when not to use or list alternatives, but the context is clear given sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_booksรายชื่อหนังสือในฉบับแปลARead-onlyInspect
คืนรายชื่อหนังสือทั้ง 66 เล่มของฉบับที่ระบุ พร้อมชื่ออังกฤษ (ใช้เป็น argument), ชื่อท้องถิ่น, ลำดับ และจำนวนบท
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | รหัสฉบับแปล (ไม่ระบุ = THAKJV) |
TDQS
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.
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.
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.
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.
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.
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.
search_scriptureค้นหาข้อพระคัมภีร์ด้วยคำARead-onlyInspect
ค้นหาข้อที่มีคำ/วลีที่ระบุ. จำกัดขอบเขตในหนังสือเล่มเดียวได้ด้วย book (แนะนำเพื่อความเร็ว). คืนสูงสุด 50 ข้อแรก
| Name | Required | Description | Default |
|---|---|---|---|
| book | No | จำกัดการค้นในหนังสือเล่มเดียว เช่น John (ไม่ระบุ = ทั้งฉบับ) | |
| query | Yes | คำหรือวลีที่ต้องการค้นหา | |
| version | No | รหัสฉบับแปล (ไม่ระบุ = THAKJV) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true. Description adds that it returns a maximum of 50 verses and recommends book filtering for speed, which is useful behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three short sentences, each adding essential info: purpose, usage hint, and result limit. No redundant words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Missing output schema; description only states 'returns max 50 verses' but does not describe return format (what fields each verse contains). This is a gap for a search tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers all 3 parameters with descriptions (100% coverage). Description adds extra value by recommending 'book' for speed, going beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool searches for verses by specified word/phrase. It distinguishes from siblings like get_daily_verse (single verse) and get_verses (specific references).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly recommends using the 'book' parameter to limit scope for speed. Does not explicitly state when not to use, but implies search over entire Bible is possible.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
- First observed
get_daily_verse - First observed
get_verses - First observed
list_bible_versions - First observed
list_books - First observed
search_scripture
Related MCP Connectors
Scripture-cited answers to any Bible question, plus verse text and study pages, for AI agents.
Bible translations, books, chapters, verses, and search
The World English Bible read aloud for AI: verse text, listening links, recordings and downloads
Read Hebrew Bible (Tanakh) verses & chapters in 10 languages, plus guided study plans.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides access to the Tamil Roman Catholic Bible and daily devotional content (daily verse, Mass readings, saint of the day, promise-box verses, daily quiz) as tools for AI assistants.7 npmMIT
- AlicenseAqualityDmaintenanceProvides comprehensive Biblical research tools including scripture lookup, interlinear Greek/Hebrew data, and Strong's concordance within a Protestant theological framework. It enables AI applications to perform full-text biblical searches, topical studies, and cross-referencing using authoritative theological data.4MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI to access Bible translations in hundreds of languages, original Greek and Hebrew texts with morphology, word-level interlinear alignments, and lexicons.-
- FlicenseAqualityDmaintenanceEnables AI assistants to retrieve Bible passages from multiple translations (ESV, NIV, KJV, NASB, NKJV, NLT, AMP, MSG). Supports querying single or multiple passages and provides both MCP protocol integration and REST API endpoints.19-
Glama MCP Gateway
Add one secure layer between your agents and this server.