Skip to main content
Glama

get_bible_verse_url

Get the direct jw.org URL for a Bible verse, range, or entire chapter by specifying book and chapter (and optional verses). The returned link is ready to use in markdown documents.

Instructions

Get the jw.org URL for a Bible verse or range of verses. Returns a direct link to view the scripture on jw.org. Supports single verses (e.g., verse: "18"), verse ranges (e.g., verse: "14-16"), and comma-separated verses (e.g., verse: "1,3,5" - will convert to range if contiguous). Use search_bible_books to find book numbers. Perfect for adding clickable scripture links to markdown documents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookYesBible book number (1-66). Examples: Genesis=1, Psalms=19, Isaiah=23, Matthew=40, Revelation=66. Use search_bible_books to find book numbers.
verseNoOptional verse reference. Can be: single verse ("18"), verse range ("14-16"), or comma-separated verses ("1,3,5"). If omitted, returns URL for the entire chapter.
chapterYesChapter number within the book
langwrittenNoLanguage code for the content (default "E" = English). Supported: E, KO, S, F, X, T, J, I, U, TG, IN. Use "KO" for Korean (한국어 신세계역). Same values as the langwritten parameter on the Watchtower/Workbook tools.E
Behavior4/5

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

With no annotations provided, the description must disclose behavioral traits on its own. It does so by explaining that omitted verse returns the entire chapter, and that comma-separated verses 'will convert to range if contiguous.' This adds meaningful insight into tool behavior. It does not cover failure modes or edge cases, but for a simple URL generator, the disclosed behavior 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 concise and well-structured, opening with the core purpose, then detailing supported verse formats and implementation notes. Every sentence adds information: the return type, the verse handling rules, the book number lookup reference, and the markdown use case. No fluff or redundancy.

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 the tool's simplicity (4 flat parameters, no output schema), the description covers all essential aspects: input formats, default behavior, and common use cases. It references search_bible_books for book numbers and aligns langwritten with sibling tools. It misses explicit differentiation from get_bible_verse (content vs. URL), but the purpose and use case already imply this distinction.

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

Parameters3/5

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

The input schema already has 100% coverage of all parameters with descriptions, so the baseline is 3. The description does add some interpretive value by explaining the comma-separated conversion and default language, but this largely repeats what the schema states. It also adds a pointer to search_bible_books, which is helpful but not a major semantic enhancement.

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's purpose: 'Get the jw.org URL for a Bible verse or range of verses.' It specifies the output (direct link) and distinguishes from sibling content tools like get_bible_verse that likely return scripture text. The examples and use case ('adding clickable scripture links') reinforce its unique role.

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 provides practical guidance on when to use the tool, such as 'Perfect for adding clickable scripture links to markdown documents.' It also directs users to search_bible_books for book numbers and notes the langwritten parameter matches other tools. However, it does not explicitly state when NOT to use this tool versus alternatives like get_bible_verse, leaving some room for ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/teenfo/JW-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server