Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pingA

Health check and a manifest of what good_honker can do.

get_setlistB

Goose setlist for a given date (YYYY-MM-DD).

latest_showC

The most recent show's setlist.

this_day_in_historyA

Every show played on a given calendar day (month 1-12, day 1-31), across years.

search_showsC

Find shows by year, city, state, and/or venue name.

random_showA

A random Goose show, with its full setlist. Great for discovery.

song_historyD

Every time a song has been played (most recent first).

song_statsC

Summary stats for a song: times played, debut, last played, jamchart count.

jam_chartC

Notable jams from the ElGoose jam charts, optionally filtered to one song.

venue_infoC

Venue metadata plus how many times Goose has played there.

upcoming_showsB

Announced upcoming shows (dates on or after today).

album_infoB

Goose discography: list albums, or the tracklist of one album.

appearancesB

Guest sit-ins / musician appearances, optionally filtered to one person.

show_extrasB

Poster art, images, and external links attached to a show on a given date.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 14 tools

Disambiguation5/5

Each tool targets a distinct aspect of the Goose database: shows by date, search, random, song history, stats, jam charts, venues, upcoming, albums, appearances, extras, setlists, and health check. While there are multiple date-related tools, their descriptions clearly differentiate them (calendar day across years vs. specific date vs. most recent).

Naming Consistency3/5

All names are snake_case and readable, but there is no consistent verb-noun pattern. Some use verbs (search_shows, get_setlist), others are noun phrases (song_history, venue_info), and a few are adjectives (random_show, latest_show). This mixed style reduces predictability, though not to the point of confusion.

Tool Count5/5

With 14 tools, the server covers a rich domain without being bloated. Each tool serves a distinct purpose in the Goose data ecosystem, from search to deep dives into songs, venues, and show extras, making the count well-scoped.

Completeness5/5

The surface is thorough for a band-centric server: it includes discovery (search, random, history), detailed song data (history, stats, jam charts), show-specific info (setlist, extras), venue metadata, upcoming shows, album discography, and guest appearances. There are no obvious gaps for the intended use case.

Maintenance

ActivitySlowing
ResponsivenessNo issues