Skip to main content
Glama

Editions

get_editions_json

Lists all the available editions in prettified json format Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the output format and billing cost ('Billing per call: 1 Credits'), and 'Lists' implies a read-only operation. However, it does not mention authentication, rate limits, or any other behavioral details, leaving some gaps.

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 sentence that front-loads the core purpose and then adds the billing detail. Every word earns its place, with no redundancy or filler.

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 zero-parameter, no-output-schema list tool, the description is largely complete: it states what is listed, the output format, and the cost. It could be slightly more explicit about the response structure, but the low complexity makes the description sufficient.

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 zero parameters, so the baseline is 4. The description adds no parameter-specific information, but none is needed since the input schema is empty and schema description coverage is 100%.

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 uses a specific verb ('Lists') and resource ('all the available editions') and specifies the output format ('prettified json format'). It clearly distinguishes itself from sibling tools like get_fonts_json and get_info_json by naming a distinct resource.

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: use this tool when you need a list of all available editions. However, it provides no explicit guidance about when to prefer this over sibling tools or any exclusions, so the guidance is only implicit.

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.

TDQS

A3.8/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: listing editions, listing fonts, and fetching general Quran info. No overlap in functionality, so an agent can unambiguously select the right tool.

Naming Consistency4/5

All tools follow the pattern of get_<resource>_json, which is consistent. The resources (editions, fonts, info) are not verbs, but the pattern is predictable and clear. Minor deviation is the use of 'info' which is slightly vague, but overall consistent.

Tool Count3/5

With only 3 tools, the server feels thin for a domain like the Quran, which typically includes text retrieval, translations, audio, etc. However, the tools cover the basic metadata and list endpoints, so it is borderline but not severely under-scoped.

Completeness2/5

The tools only provide metadata lists and general info impossible to fetch actual Quran text, translations, or recitations. This leaves a significant gap for agents expecting to retrieve verses or chapters, likely causing failures on core use cases.

Resources