Appearance
ayah_mutashabihat
Show repeated phrase metadata for one ayah.
Widget Preview
Input
surah(number, 1-114)ayah(number)same_surah_only(boolean, optional, defaultfalse)
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
}
}
}
