Skip to main content
Glama

list_reciters

Browse available Quran reciters to select preferred audio recitations for listening to the holy text.

Instructions

List all available Quran reciters for audio recitations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The core handler function listReciters() that maps over the RECITERS constant to return available reciters with slug, name, and bitrate.
    export function listReciters() { return RECITERS.map(r => ({ slug: r.slug, name: r.name, bitrate: r.bitrate, })); }
  • MCP tool schema definition for 'list_reciters', specifying no input parameters required.
    { name: 'list_reciters', description: 'List all available Quran reciters for audio recitations.', inputSchema: { type: 'object', properties: {}, }, },
  • Tool registration in the executeTool switch statement, dispatching to the listReciters handler.
    case 'list_reciters': { result = listReciters(); break; }

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/Prince77-7/quranMCP'

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