Skip to main content
Glama

Server Details

Live-concert discovery: 44,000+ upcoming concerts worldwide by city, artist, genre or festival.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 4 of 4 tools scored. Lowest: 2.9/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of music events: artist tours, city concerts, festivals, and general search. There is no overlap in purpose.

Naming Consistency4/5

Tool names use snake_case and are descriptive, but follow mixed patterns: verb_noun (search_concerts), noun_verb (festival_lookup), and noun_preposition_noun (concerts_in_city). Mostly consistent.

Tool Count5/5

Four tools is well-scoped for a music event discovery API, covering key queries without being too few or too many.

Completeness5/5

The set covers artist tours, city events, festivals, and flexible search, which are the primary needs for exploring upcoming concerts. No significant gaps.

Available Tools

4 tools
artist_tour_datesArtist tour datesAInspect

Get an artist's upcoming tour dates on Gigora. Accepts the artist name or slug. Returns up to 50 upcoming shows where they headline, with venue, ticket link and a gigora.live URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
artistYesArtist name or slug.
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It discloses the result limit (up to 50), the headline requirement, and that results are upcoming shows. However, it does not mention side effects, error handling, or other safety aspects. With no annotations, a score of 3 is adequate.

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 sentences, front-loaded with the verb and resource, and contains no wasted words. Every sentence adds necessary information.

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?

Given the tool's low complexity (2 params, no output schema, no annotations), the description is complete. It covers input, output fields, and constraints (up to 50, headline only). An agent can use this description effectively.

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

Parameters4/5

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

The schema covers only 50% of parameters (artist has a description, limit does not). The description adds meaning by explaining that artist can be name or slug and that results are capped at 50, which indirectly describes the limit parameter. It adds value 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?

Description clearly states the tool's purpose: getting an artist's upcoming tour dates. It specifies the input (artist name or slug) and output (up to 50 headline shows with venue, ticket link, and gigora.live URL). This distinguishes it from sibling tools like concerts_in_city or festival_lookup.

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 makes clear when to use this tool (when needing an artist's headline tour dates), but does not explicitly state when not to use it or mention alternatives like search_concerts for broader searches. The context is clear but lacks exclusionary guidance.

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

concerts_in_cityConcerts in a cityAInspect

List upcoming concerts in a given city over the next N days (default 30, max 365). Returns up to 50 events with venue, headliner, ticket link and a gigora.live URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityYes
daysNoLook-ahead window in days (default 30).
limitNo
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the tool is read-only (lists), returns up to 50 events, and includes specific fields. However, it doesn't mention sorting, empty results, or authentication needs.

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, front-loaded with the main action and key parameters. Every sentence adds value with no redundancy.

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?

Given no output schema, the description explains return values. All three parameters are addressed directly or indirectly. The tool is simple, and the description covers its core functionality adequately.

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

Parameters4/5

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

Schema description coverage is low (33%), but the description adds semantics: it explains the default and max for 'days', and implies 'limit' is for max results. It doesn't detail 'city' beyond being a city name, but overall adds meaningful context.

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 it lists upcoming concerts in a given city over a time window, with specific output fields. It is distinct from siblings like artist_tour_dates and festival_lookup, providing a specific verb and resource.

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 gives context (default/max days, max events) but does not explicitly compare to sibling tools or state when not to use this tool. It implies use for city-based concert searches but lacks explicit alternatives or exclusions.

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

festival_lookupFestival lookupAInspect

Find music festivals on Gigora by name and/or country, each with its next upcoming edition (date + location) and a gigora.live URL. Returns up to 50 festivals that have at least one upcoming edition.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoFestival name (substring match).
limitNo
countryNo
Behavior4/5

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

With no annotations, the description discloses key behaviors: returns up to 50 festivals with at least one upcoming edition, includes next edition date/location and URL. Lacks info on edge cases like empty results.

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 efficiently cover tool purpose, output content, and constraints with no unnecessary information.

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 lookup tool with no output schema, the description adequately explains return fields and constraints, making it complete for agent use.

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

Parameters4/5

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

Schema coverage is 33%, but the description clarifies that name and country are filters and explains the limit parameter (up to 50), adding value beyond 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 states the tool finds music festivals by name and/or country, with upcoming edition details and a URL. It distinguishes from sibling tools like artist_tour_dates and concerts_in_city by focusing on festivals.

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 usage for festival lookup but does not explicitly state when to use it versus alternatives or provide context like prerequisites.

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

search_concertsSearch concertsCInspect

Search upcoming concerts on Gigora by any combination of city, country, artist, genre and date range. Returns up to 50 upcoming events with venue, headliner, ticket link and a gigora.live URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNo
genreNo
limitNoMax results (capped at 50).
artistNoArtist name or slug (headliner).
countryNo
date_toNoOnly events on/before this date.
date_fromNoOnly events on/after this date.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses it is a search that returns up to 50 events with specific fields, but lacks details on rate limits, authentication, or whether it is read-only. Basic transparency but not comprehensive.

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 a single sentence that efficiently conveys the tool's purpose and key capabilities. It could be improved with structured formatting or bullet points, but it is not overly verbose.

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

Completeness2/5

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

Given 7 optional parameters (some undocumented in schema), no output schema, and no annotations, the description lacks crucial context such as whether all parameters are optional, expected date format, pagination behavior, or how to use the tool with no filters. Incomplete for an agent.

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

Parameters2/5

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

Schema coverage is 57% (4 of 7 parameters have descriptions). The description lists the filter criteria but does not add any additional meaning for parameters beyond the schema. For undocumented parameters (city, genre, country), no clarification is provided.

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 states it searches upcoming concerts on Gigora with multiple filters (city, country, artist, genre, date range) and specifies return fields (venue, headliner, ticket link, URL). However, it does not explicitly differentiate from sibling tools like artist_tour_dates or concerts_in_city.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. The description does not mention when not to use it or provide context for choosing among siblings.

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

Discussions

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

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources