search_restaurants
ActiveTool of Hawaii Conditions MCP Server
declared in 1.0.0
Find restaurants by location, cuisine, price range, open-now filter. Cost: $0.25.
Parameters schema
{
"type": "object",
"required": [
"location"
],
"properties": {
"price": {
"enum": [
"$",
"$$",
"$$$",
"$$$$"
],
"type": "string",
"description": "Price range"
},
"cuisine": {
"type": "string",
"description": "Cuisine type (e.g. Hawaiian, Japanese, Mexican)"
},
"location": {
"type": "string",
"description": "Location to search (e.g. Waikiki, Kailua, Lahaina)"
},
"open_now": {
"type": "boolean",
"description": "Filter for currently open restaurants"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Hawaii Conditions MCP Server
https://github.com/spacemandomains/2_hawaii_conditions_mcp_server
1/7 registries