Skip to content

ayah_tafsir

Show Quran ayah tafsir.

Widget Preview

ayah_tafsir widget preview in light modeayah_tafsir widget preview in dark mode

Input

  • queries (array, min 1, max 20)

Each query:

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

Limits

  • Maximum 20 queries per call
  • Maximum 50 ayah+tafsir items per request

Example User Prompts

  • "Give tafsir for ayah 2:255 in English."
  • "Show Ibn Kathir tafsir for 1:1 to 1:7."
  • "Explain ayah 36:58 with tafsir."

Example Request

json
{
  "jsonrpc": "2.0",
  "id": 4,
  "method": "tools/call",
  "params": {
    "name": "ayah_tafsir",
    "arguments": {
      "queries": [
        {
          "start_ayah": "2:255",
          "languages": ["en"]
        }
      ]
    }
  }
}

Powered by