list_events
Find events happening this week in a specified location to discover local activities and entertainment options.
Instructions
List all events within this week for a given location.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
location | Yes | The location to search for events in. |
Input Schema (JSON Schema)
{
"properties": {
"location": {
"description": "The location to search for events in.",
"type": "string"
}
},
"required": [
"location"
],
"type": "object"
}