Appearance
prayer_times
Get Islamic prayer times for a city.
Widget Preview
Input
city(string)country(string, optional)method(enum, optional, defaultISNA)
Example User Prompts
- "Get prayer times for Mecca."
- "Prayer times for London, United Kingdom using MWL method."
- "What are today's prayer times in Cairo?"
Example Request
json
{
"jsonrpc": "2.0",
"id": 9,
"method": "tools/call",
"params": {
"name": "prayer_times",
"arguments": {
"city": "San Francisco",
"country": "United States",
"method": "ISNA"
}
}
}
