Skip to main content
Glama

Server Details

Live festival data for AI agents: lineups, set times, dates, locations and ticket links worldwide.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

7 tools
get_artistGet artist appearancesA
Read-onlyIdempotent
Inspect

One artist and where they are playing next: their upcoming festival appearances with dates and locations.

ParametersJSON Schema
NameRequiredDescriptionDefault
artistYesArtist name or URL slug.

Output Schema

ParametersJSON Schema
NameRequiredDescription
hintNo
noteNo
errorNo
queryNo
artistNo
sourceYes
didYouMeanNo

TDQS

A3.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish that the tool is read-only, idempotent, and non-destructive. The description adds useful behavioral scope by specifying that only upcoming festival appearances are returned, with dates and locations, which meaningfully narrows the expected response beyond what annotations state.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one concise sentence that front-loads the key distinction ('One artist') and then clarifies the result. There is slight redundancy between 'where they are playing next' and 'upcoming festival appearances,' but overall it is tight and information-dense.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter read-only lookup with an output schema and clear annotations, the description covers the essential scope well. It does not mention error or not-found behavior, but the low complexity and existing structured metadata make the description sufficient for an agent to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter is fully documented in the schema with its type and meaning (artist name or URL slug). The description adds essentially no new parameter-level detail beyond calling this the target artist, so the baseline score of 3 for high schema coverage is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (one artist) and the specific output (upcoming festival appearances with dates and locations), making the tool's purpose obvious and distinct from broader search or festival-level tools. It does not explicitly name a sibling tool, but the singular artist focus is enough to prevent obvious confusion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use this tool: when you need a single artist's next festival appearances. However, it gives no explicit guidance about when not to use it or which sibling tool to prefer instead, such as search_artists for fuzzy lookup or whats_on for broad discovery.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_festivalGet festival detailsA
Read-onlyIdempotent
Inspect

Details for one festival: dates, location, venue, genres, description, ticket availability and links. Accepts a festival name, Setline id, or URL slug.

ParametersJSON Schema
NameRequiredDescriptionDefault
festivalYesFestival name, Setline id, or URL slug (e.g. "rock-am-ring-2026").

Output Schema

ParametersJSON Schema
NameRequiredDescription
appNo
hintNo
errorNo
queryNo
sourceYes
festivalNo
didYouMeanNo

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds scope ('one festival') and returned content, but does not discuss error behavior or handling of ambiguous names, which is acceptable but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no filler; the core purpose and field list are front-loaded, and the accepted input forms are stated compactly. Every sentence contributes necessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter, read-only lookup with annotations and an output schema, the description is largely sufficient. It clearly defines input forms and returned content. Minor gaps remain around when to use search_festivals instead and behavior on ambiguous matches, preventing a 5.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers the single parameter 100%, including the accepted forms and an example. The description's second sentence repeats this information without adding additional semantic detail, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific retrieval action for one festival and enumerates the returned fields (dates, location, venue, genres, description, ticket availability, links). The 'one festival' scope distinguishes it from sibling search tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage context is implied: call when you have a festival name, Setline id, or URL slug. However, it does not explicitly mention when to prefer search_festivals or other alternatives, so the guidance is not fully explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_lineupGet festival lineupA
Read-onlyIdempotent
Inspect

Who is playing a festival: the full act list with headliner billing, genres and origins. Use get_set_times for the day-by-day schedule.

ParametersJSON Schema
NameRequiredDescriptionDefault
festivalYesFestival name, Setline id, or URL slug.

Output Schema

ParametersJSON Schema
NameRequiredDescription
actsNo
hintNo
datesNo
errorNo
linksNo
queryNo
countsNo
sourceYes
messageNo
festivalNo
didYouMeanNo
headlinersNo
lineupAnnouncedNo

TDQS

A4.1/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already communicate read-only, idempotent, and non-destructive behavior, so the description does not need to repeat those. It adds some context about the returned content (headliner billing, genres, origins), but does not disclose other behavioral traits such as pagination or input ambiguity handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences: the first front-loads the purpose and content, the second gives a targeted alternative. Every sentence adds value and there is no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter read-only tool with an output schema and clear sibling differentiation, the description is complete. It covers what the tool returns, distinguishes it from the scheduling tool, and relies on annotations and schema for the remaining details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully documents the only parameter, 'festival'. The description does not add much parameter-specific meaning beyond reinforcing that the tool provides lineup information for a festival.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: identifying who is playing a festival with the full act list, headliner billing, genres, and origins. It also distinguishes itself from a related sibling by pointing to get_set_times for day-by-day schedules, making the tool's scope easy to understand.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly routes the agent to get_set_times when a day-by-day schedule is needed, which provides a clear alternative condition. It does not exhaustively cover all siblings like get_festival, but the core usage context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_set_timesGet set timesA
Read-onlyIdempotent
Inspect

The published day-by-day schedule for a festival: stages and set times, optionally filtered to one artist, date or stage. Times are local to the festival.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoOnly this day, YYYY-MM-DD.
stageNoOnly this stage.
artistNoOnly sets by this artist.
festivalYesFestival name, Setline id, or URL slug.

Output Schema

ParametersJSON Schema
NameRequiredDescription
appNo
daysNo
hintNo
noteNo
errorNo
linksNo
queryNo
sourceYes
messageNo
festivalNo
timezoneNo
didYouMeanNo
scheduleDaysNo
setTimesHeldNo
lineupAnnouncedNo
setTimesPublishedNo

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish read-only, idempotent, non-destructive behavior, so the description only needs to add context. It adds meaningful behavioral detail: the schedule is 'published' and times are local to the festival. This goes beyond the annotations without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence with no wasted words. It front-loads the core resource and then lists optional filters and an important timezone detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with fully documented parameters, rich annotations, and an output schema, the description covers what the tool returns, its optionality, and a critical local-time caveat. Nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema already documents all parameters. The description mentions the optional filters and festival context, reinforcing but not adding material meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies a specific resource: the published day-by-day festival schedule with stages and set times. It also distinguishes this from sibling tools by emphasizing schedule/set times rather than artist info or general festival details, and enumerates the optional filters.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool: when a published day-by-day festival schedule with stage and set times is needed. It does not explicitly name alternatives or exclusions, but the context is specific enough to guide tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_artistsSearch artistsA
Read-onlyIdempotent
Inspect

Search artists who are playing upcoming festivals. Returns each artist with their upcoming festival appearances.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results, 1-25. Default 10.
queryYesArtist name or part of it.

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
sourceYes
artistsYes
totalMatchesYes

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already convey readOnly, non-destructive, and idempotent behavior. The description adds useful behavioral context by saying results are limited to artists with upcoming festival appearances and that each result includes festival appearances, but it does not describe edge cases such as empty results or match behavior. This meets the baseline but does not go beyond it significantly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences: one states the search scope, the other states the output. There is no fluff or repetition, and the most important action is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple, read-only search tool with full schema descriptions, annotations, and an output schema, the description is essentially complete. It lacks only an explicit pointer to sibling tools for different lookup needs, but that gap is minor given the simplicity and clear scope.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so query and limit are already documented in the schema. The description reinforces that the search is for upcoming-festival artists but adds no additional parameter-level meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Search') and resource ('artists') and adds a clear scope qualifier: artists playing upcoming festivals. It also states the output shape, distinguishing it from single-entity tools like get_artist and from search_festivals.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies this tool is for searching artists by name, specifically those with upcoming festival appearances. It does not explicitly name alternatives or state when not to use it, but the scope and output make the intended use case understandable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_festivalsSearch festivalsA
Read-onlyIdempotent
Inspect

Search music festivals by name, country, genre, month or date range. Returns upcoming festivals by default, with dates, location, genres and links (festival page, tickets).

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoLatest date, YYYY-MM-DD.
fromNoEarliest date, YYYY-MM-DD.
genreNoGenre, e.g. "techno", "metal", "country".
limitNoMax results, 1-25. Default 10.
monthNoCalendar month as YYYY-MM, e.g. "2026-11".
queryNoFestival name or part of it. Omit to browse by filters alone.
countryNoCountry name, e.g. "Australia", "United Kingdom", "Scotland".
include_pastNoInclude festivals that have already ended. Default false.

Output Schema

ParametersJSON Schema
NameRequiredDescription
sourceYes
returnedNo
festivalsNo
totalMatchesNo

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly, idempotent, non-destructive behavior. The description adds genuine context beyond that: upcoming-by-default filtering and the return payload (dates, location, genres, links). It does not discuss ordering or pagination, but those are non-essential given the annotations and output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no filler. The core search purpose and default behavior are front-loaded, and every clause carries useful information for tool selection.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only search tool with an output schema, the description covers the purpose, searchable dimensions, default time filter, and returned fields. It could name the sibling difference or explain how to override the upcoming-only default, but those are minor gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the parameters are already well documented. The description adds a helpful high-level list of searchable dimensions, but it does not provide extra syntax, edge-case detail, or meaning beyond what the schema already captures.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('search'), resource ('music festivals'), and the search dimensions (name, country, genre, month/date range). It also names the default return fields, which clearly differentiates it from sibling get_festival and search_artists.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it — when searching festivals by criteria — and notes the upcoming-by-default behavior. However, it does not explicitly mention sibling tools or when-not to use it, leaving the agent to infer that get_festival is for a known festival and whats_on for nearby events.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

whats_onWhat's onA
Read-onlyIdempotent
Inspect

Festivals happening in a window: this weekend by default, or a calendar month. Filter by country or genre.

ParametersJSON Schema
NameRequiredDescriptionDefault
whenNo"this-weekend" (default) or a month as YYYY-MM.
genreNoGenre.
limitNoMax results, 1-25. Default 10.
countryNoCountry name.

Output Schema

ParametersJSON Schema
NameRequiredDescription
sourceYes
windowYes
festivalsYes
totalMatchesYes

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover read-only/idempotent/non-destructive behavior. The description adds the default 'this weekend' behavior and the calendar-month option, which are not available in the annotations and affect how an agent invokes the tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two compact clauses that front-load the core purpose and then give the default and filters. No filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only listing tool with no required parameters, a 100%-documented schema, and an output schema, the description plus annotations cover what an agent needs: purpose, default window, and filter options. No critical behavior is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents all four parameters. The description's mention of country/genre filters adds no meaning beyond those schema descriptions, so baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (festivals) and the distinguishing time-window scope ('this weekend by default, or a calendar month'), which separates it from the sibling get_* and search_* tools. It lacks a leading imperative verb, but the meaning is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description conveys when to use it: to see festivals in a time window, with optional country/genre filters. It does not explicitly name alternatives or state when not to use it, so it misses the top tier.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 7 tool updates
    • First observedget_artist
    • First observedget_festival
    • First observedget_lineup
    • First observedget_set_times
    • First observedsearch_artists
    • First observedsearch_festivals
    • First observedwhats_on

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Live-concert discovery MCP server: search concerts, artist tour dates, festivals and shows by city. Gives AI assistants real-time access to Gigora's global live-music data.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI assistants to search for and retrieve concert setlists from setlist.fm by artist, city, and date, and to view full setlists with songs, sets, and encores.
    587
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Each tool targets a distinct resource or query type: artist details, festival details, lineups, set times, and searches. The only potential confusion is between search_festivals and whats_on, since both can find festivals by date, though their descriptions clarify the different default uses.

Naming Consistency4/5

Most tools follow a clear get_/search_ verb_noun pattern (e.g., get_artist, search_festivals). The outlier is whats_on, which breaks the pattern and uses a phrase without an underscore, but it is still understandable and not disruptive.

Tool Count5/5

Seven tools is well-scoped for a festival and artist information server. Each tool covers a meaningful aspect of the domain without redundancy or bloat.

Completeness5/5

The surface covers the core domain well: finding artists and festivals, retrieving festival details, lineups, and schedules, plus a what's-on-view. As a read-only information service, create/update/delete operations are not expected, and there are no obvious dead ends.

Resources