Skip to main content
Glama

list_translations

Retrieve available Quran translations to access different interpretations of Islamic scripture for study and understanding.

Instructions

List all available Quran translations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The core handler function that executes the list_translations tool by mapping and returning available translations from the TRANSLATIONS constant.
    /** * List available translations */ export function listTranslations() { return TRANSLATIONS.map(t => ({ slug: t.slug, name: t.name, language: t.language, })); }
  • Defines the tool schema for list_translations, specifying no input parameters are required.
    { name: 'list_translations', description: 'List all available Quran translations.', inputSchema: { type: 'object', properties: {}, }, },
  • Registers the list_translations tool in the executor switch case, invoking the handler function.
    case 'list_translations': { result = listTranslations(); 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