Appearance
list_tafsirs
List available Quran tafsirs with optional language filtering.
Widget Preview
Input
Optional:
languages(string[])
Example User Prompts
- "List available tafsir collections."
- "Show tafsirs in English."
- "Which tafsir slugs can I request?"
Example Request
json
{
"jsonrpc": "2.0",
"id": 6,
"method": "tools/call",
"params": {
"name": "list_tafsirs",
"arguments": {
"languages": ["en"]
}
}
}
