Skip to main content
Glama

Edinburgh Festivals MCP Server

by richarda23

edinburgh_festival_events

Find and filter Edinburgh festival events by date, festival type, genre, venue, artist, or title. Retrieve event details with customizable search parameters for precise results.

Instructions

Searches this year's Edinburgh festival events. :param datetime_from: An optional ISO8601-like timestamp. e.g. '2025-08-12 00:00:00' :param datetime_to: An optional ISO8601-like timestamp. e.g. '2025-08-12 00:00:00' :param festival: possible values are fringe, demofringe, jazz, book, international, tattoo, art, hogmanay, science, imaginate, film, mela, storytelling. :param genre: The genre of the show. This will vary by festival type but may include comedy, theatre etc :param venue_name: The genre of the show. This will vary by festival type but may include comedy, theatre etc :param search_text: description of the show to search for. :param artist: Name of an artist or performer to search for. :param title: the title of the show to search for. :param year: The year of the festival. Defaults to "*", which means all years. :param datetime_from: The start date and time for the search range. :param number_of_results: The maximum number of results to retrieve, up to 100 at a time. :param page: The page number for pagination, starting from 0. :return:

Input Schema

NameRequiredDescriptionDefault
artistNo
datetime_fromNo2025-01-01 00:00:00
datetime_toNo2025-12-31 23:59:59
festivalNointernational
genreNo
number_of_resultsNo
pageNo
search_textNo
titleNo
venue_nameNo
yearNo*

Input Schema (JSON Schema)

{ "properties": { "artist": { "default": null, "title": "Artist" }, "datetime_from": { "default": "2025-01-01 00:00:00", "title": "Datetime From" }, "datetime_to": { "default": "2025-12-31 23:59:59", "title": "Datetime To" }, "festival": { "default": "international", "title": "Festival" }, "genre": { "default": null, "title": "Genre" }, "number_of_results": { "default": 25, "title": "Number Of Results" }, "page": { "default": 0, "title": "Page" }, "search_text": { "default": null, "title": "Search Text" }, "title": { "default": null, "title": "Title" }, "venue_name": { "default": null, "title": "Venue Name" }, "year": { "default": "*", "title": "Year" } }, "type": "object" }

Other Tools from Edinburgh Festivals MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/richarda23/edfest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server