good_honker
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
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).
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.
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.
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.