Appearance
phrase_mutashabihat
Show phrase mutashabihat occurrences.
Use This When
- The user provides phrase text and asks where it appears.
- You already have a
phrase_idand need all occurrences.
Widget Preview
Input
Exactly one of:
phrase_id(number, optional): Mutashabihat phrase ID.phrase_text(string, optional): Arabic phrase text to search.
Optional:
same_surah_only(boolean, optional, defaultfalse): Whentrue, limits results to same-surah occurrences.
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
}
}
}
