risalat_al_haramain
Retrieve official fatwas, Friday sermons, and hadeeths from the Two Holy Mosques in Mecca and Medina. Access institutional Haramain content with translations and search capabilities.
Instructions
Access Risalat Al-Haramain to fetch official Haramain (Two Holy Mosques) fatwas, Friday sermons, specific hadeeths, and institutional contents. Specializes in official decrees and sermons originating from Mecca and Medina, distinguishing it from general libraries.
Behavior: Read-only. Idempotent. Public endpoints have no auth. Lookup endpoints require apiKey. Handles rate limits via graceful empty returns.
Usage Guidelines:
Use for Friday sermons from the Haramain, official fatwas from Haramain scholars, or institutional news.
Do NOT use for general Islamic books (use
islamhouse_library). Action Mapping:get_full_contents,get_contents:language,lang-> Returns { data: [{ id, title, date }] }get_fatwas,get_hadeeths,get_quran:language,lang, [isFeatured(0/1)] -> Returns { data: [{ id, content }] }get_content:id(int),language-> Returns { id, title, body, mediaUrls: [] }search_contents,search_name:query/name(string),language-> Returns { results: [{ id, title }] }get_available_languages,get_content_translation:id(int),language,targetLanguage(ISO-639-1) -> Returns { translations: [] }get_lookups_languages,get_lookups_content_types:language, [apiKey] -> Returns { lookups: [] } Returns: Concrete JSON object { data: [], lookups: [], results: [] } for Haramain official releases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| lang | No | ||
| name | No | ||
| query | No | ||
| action | Yes | Required. One of: 'get_full_contents', 'get_contents', 'get_content', 'search_name', 'search_contents', 'get_available_languages', 'get_content_translation', 'get_fatwas', 'get_hadeeths', 'get_quran', 'get_lookups_languages', 'get_lookups_content_types' | |
| apiKey | No | ||
| language | No | ||
| isFeatured | No | ||
| targetLanguage | No |