รายชื่อฉบับแปลพระคัมภีร์
list_bible_versionsคืนรายการฉบับแปลที่ใช้ได้ พร้อมรหัส (id/abbreviation) ที่ต้องส่งให้ tool อื่น เช่น THAKJV (ไทย), WEB/KJV (อังกฤษ)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_bible_versionsคืนรายการฉบับแปลที่ใช้ได้ พร้อมรหัส (id/abbreviation) ที่ต้องส่งให้ tool อื่น เช่น THAKJV (ไทย), WEB/KJV (อังกฤษ)
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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.
Add one secure layer between your agents and this server.
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.