Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_MAPS_API_KEY | Yes | Your Google Maps API key with Places API enabled |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_restaurants | Search for restaurants based on location, cuisine types, mood, and event type. Returns top 3 AI-recommended restaurants within 3km radius. You can also search for specific food types using keywords. |
| get_restaurant_details | Get detailed information about a specific restaurant including reviews, photos, and opening hours |
| get_booking_instructions | Get instructions on how to make a reservation at a specific restaurant |
| check_availability | Check availability for a restaurant reservation (mock implementation) |
| make_reservation | Attempt to make a restaurant reservation (mock implementation) |