List Surahs
list_surahsReturn all 114 surahs with id, names (Arabic, English, romanization), verse count, juz list, and Mushaf page range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_surahsReturn all 114 surahs with id, names (Arabic, English, romanization), verse count, juz list, and Mushaf page range.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds that it returns all 114 surahs (implying no pagination/filtering), but does not disclose additional behavioral details like ordering or performance.
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, focused sentence that front-loads the main action (Return all 114 surahs) and then lists the returned fields. No unnecessary words.
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?
For a simple list tool with no parameters and no output schema, the description adequately specifies the return content. It could mention ordering (e.g., by surah number) but this is minor. Overall, it is nearly complete for its simplicity.
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 zero parameters, so the description carries no parameter burden. A baseline of 4 is appropriate; no further parameter clarification is possible or needed.
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 all 114 surahs with a specific set of fields (id, names, verse count, juz list, page range). This distinguishes it from siblings like get_sura_info, which likely returns a single surah's details.
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 for listing all surahs but does not explicitly mention when to use this over siblings like get_sura_info or search. It lacks explicit exclusions or alternative tool references.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.