Skip to main content
Glama

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

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 5 of 5 tools scored.

Server CoherenceA
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.

Available Tools

5 tools
get_daily_verseข้อพระคัมภีร์ประจำวันA
Read-only
Inspect

คืนข้อพระคัมภีร์ประจำวันปัจจุบัน (ถ้ามี). ผลลัพธ์มี field url เป็นลิงก์เปิดข้อนั้นในแอป — แนะนำให้แนบลิงก์นี้ให้ผู้ใช้ด้วย

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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ดึงข้อพระคัมภีร์A
Read-only
Inspect

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

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

list_bible_versionsรายชื่อฉบับแปลพระคัมภีร์A
Read-only
Inspect

คืนรายการฉบับแปลที่ใช้ได้ พร้อมรหัส (id/abbreviation) ที่ต้องส่งให้ tool อื่น เช่น THAKJV (ไทย), WEB/KJV (อังกฤษ)

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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รายชื่อหนังสือในฉบับแปลA
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
versionNoรหัสฉบับแปล (ไม่ระบุ = THAKJV)
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.

search_scriptureค้นหาข้อพระคัมภีร์ด้วยคำA
Read-only
Inspect

ค้นหาข้อที่มีคำ/วลีที่ระบุ. จำกัดขอบเขตในหนังสือเล่มเดียวได้ด้วย book (แนะนำเพื่อความเร็ว). คืนสูงสุด 50 ข้อแรก

ParametersJSON Schema
NameRequiredDescriptionDefault
bookNoจำกัดการค้นในหนังสือเล่มเดียว เช่น John (ไม่ระบุ = ทั้งฉบับ)
queryYesคำหรือวลีที่ต้องการค้นหา
versionNoรหัสฉบับแปล (ไม่ระบุ = THAKJV)
Behavior4/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    A read-only MCP server that lets AI search and read both sides of a user's own LINE Desktop chat history on macOS using local database snapshots, without needing a LINE Official Account or altering unread state.
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides secure, read-only access to Google Keep notes and lists, enabling AI assistants to search, retrieve, and view your Keep data without modification capabilities.
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Read-only MCP server for Dynamics 365 Business Central, enabling AI clients to query live ERP data like customers, items, orders, and invoices via GET-only APIs with dual authentication and stdio/HTTP transports.
    10
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources