edinburgh_festival_venues
Locate Edinburgh festival venues by searching with festival name, postcode, venue name, or year. Retrieve up-to-date results for planning visits or studying event history.
Instructions
Search Edinburgh festival venues
Input Schema
Name | Required | Description | Default |
---|---|---|---|
festival | No | international | |
name | No | ||
number_of_results | No | ||
page | No | ||
postcode | No | ||
year | No | 2025 |
Input Schema (JSON Schema)
{
"properties": {
"festival": {
"default": "international",
"title": "Festival",
"type": "string"
},
"name": {
"default": null,
"title": "Name",
"type": "string"
},
"number_of_results": {
"default": 25,
"title": "Number Of Results"
},
"page": {
"default": 0,
"title": "Page"
},
"postcode": {
"default": null,
"title": "Postcode",
"type": "string"
},
"year": {
"default": "2025",
"title": "Year",
"type": "string"
}
},
"type": "object"
}