bible-app
Server Details
Read-only Bible for AI: search & read scripture in Thai & English, plus a daily verse.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
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.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
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
Read Hebrew Bible (Tanakh) verses & chapters in 10 languages, plus guided study plans.
Faith tools for AI agents: cited KJV Scripture, ORA Q&A, sermons, churches, prayer & giving.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides 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.27MIT
- 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.17
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.