Skip to content

ayah_mutashabihat

Show repeated phrase metadata for one ayah.

Use This When

  • The user asks which phrases in a specific ayah are repeated elsewhere.
  • You need phrase IDs and occurrence counts before querying a specific phrase.

Widget Preview

ayah_mutashabihat widget preview in light modeayah_mutashabihat widget preview in dark mode

Input

  • surah (number, required): Surah number from 1 to 114.
  • ayah (number, required): Ayah number within the selected surah.
  • same_surah_only (boolean, optional, default false): When true, only returns repeated phrases that occur in the same surah.

Limits

  • Single ayah lookup.

Example User Prompts

  • "Show repeated phrases for ayah 2:255."
  • "Find mutashabihat in Surah 12, ayah 4."
  • "For ayah 3:7, only show repeated phrases from the same surah."

Example Request

json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "ayah_mutashabihat",
    "arguments": {
      "surah": 2,
      "ayah": 255,
      "same_surah_only": false
    }
  }
}

Powered by