get_random_hadith
Retrieve a random Hadith from Islamic collections for daily inspiration and spiritual guidance. Choose from specific collections or get any random selection.
Instructions
Get a random Hadith from a collection. Great for daily inspiration!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | No | Hadith collection (optional). If not specified, picks from any collection. |
Input Schema (JSON Schema)
{
"properties": {
"collection": {
"description": "Hadith collection (optional). If not specified, picks from any collection.",
"enum": [
"bukhari",
"muslim",
"abudawud",
"tirmidhi",
"nasai",
"ibnmajah"
],
"type": "string"
}
},
"type": "object"
}