Skip to main content
Glama

Get set times

get_set_times
Read-onlyIdempotent

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.

Input Schema

TableJSON 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

TableJSON Schema
NameRequiredDescriptionDefault
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.

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