Skip to content

ayah_translation

Show Quran ayah translations.

Widget Preview

ayah_translation widget preview in light modeayah_translation widget preview in dark mode

Input

  • queries (array, min 1, max 50)

Each query:

  • start_ayah ("surah:ayah")
  • end_ayah ("surah:ayah", optional)
  • languages (string[], optional)
  • translations (string[], optional)

Limits

  • Maximum 50 queries per call
  • Maximum 200 ayahs per request
  • Maximum 10 resolved translations per query

Example User Prompts

  • "Translate Surah Al-Fatiha to English."
  • "Give English and Urdu translations for ayah 2:255."
  • "Show French translations for verses 18:1 to 18:10."

Example Request

json
{
  "jsonrpc": "2.0",
  "id": 3,
  "method": "tools/call",
  "params": {
    "name": "ayah_translation",
    "arguments": {
      "queries": [
        {
          "start_ayah": "1:1",
          "end_ayah": "1:3",
          "languages": ["en"]
        }
      ]
    }
  }
}

Powered by