Appearance
phrase_mutashabihat
Show phrase mutashabihat occurrences.
Widget Preview
Input
Exactly one of:
phrase_id(number)phrase_text(string)
Optional:
same_surah_only(boolean, defaultfalse)
Example User Prompts
- "Find where the phrase
الرحمن الرحيمappears." - "Show all matches for phrase ID 1452."
- "Find this phrase, but only within the same surah."
Example Request
json
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "phrase_mutashabihat",
"arguments": {
"phrase_id": 1452,
"same_surah_only": false
}
}
}
