Appearance
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
Input
surah(number, required): Surah number from1to114.ayah(number, required): Ayah number within the selected surah.same_surah_only(boolean, optional, defaultfalse): Whentrue, 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
}
}
}
