Skip to main content
Glama

AskSakina Islamic Knowledge

get_quran_verse

get_quran_verse

Returns one Quran verse by surah and ayah number: Tanzil Uthmani Arabic and Pickthall English, with citation. Quote the Arabic exactly; do not paraphrase either text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ayahYesAyah (verse) number within the surah
surahYesSurah number, 1-114
localeNoTranslation locale; defaults to "en" (Pickthall). Urdu and Indonesian translations are not yet available: "ur" and "id" return Pickthall English with a note.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / locale / description
      Previous value: -"Translation locale; defaults to \"en\" (Pickthall)."New value: +"Translation locale; defaults to \"en\" (Pickthall). Urdu and Indonesian translations are not yet available: \"ur\" and \"id\" return Pickthall English with a note."
  2. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It does convey the core output behavior (two texts plus citation) and adds an important usage constraint ('Quote the Arabic exactly'), but it omits edge cases like invalid references and any potential side effects. This is adequate for a simple read-only lookup but not fully transparent.

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, front-loaded sentence that states the purpose and output, followed by a short, essential instruction about exact quoting. Every word earns its place; there is 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?

For a simple verse-retrieval tool with no output schema and no annotations, the description is nearly complete: it names the resource, input identifiers, outputs, and a critical usage rule. It does not explain the citation format or error behavior, but those are minor given the schema already enforces valid ranges and the tool's simplicity.

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?

Schema description coverage is 100%, so the schema already documents all parameters and their constraints. The description adds no parameter-level meaning beyond implying that 'surah' and 'ayah' are the lookup coordinates; it does not clarify the locale behavior beyond what the schema states. Baseline 3 is appropriate.

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 states a specific verb ('Returns') and resource ('one Quran verse by surah and ayah number'), and clarifies the exact outputs: Tanzil Uthmani Arabic, Pickthall English, and citation. This clearly distinguishes it from siblings like find_verses (search-oriented) and get_dua/get_name_of_allah (different resources).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no explicit guidance on when to use this tool versus alternatives, nor does it state any prerequisites or exclusions. The intended use is only implied by the phrase 'by surah and ayah number,' which is insufficient for an agent deciding between this and find_verses.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.