Skip to main content
Glama

latest_show

The most recent show's setlist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_relatedNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. It only states the output and does not disclose that the tool is read-only, any authentication needs, rate limits, or what the 'include_related' parameter does in terms of behavior.

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

Conciseness3/5

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

The description is very short (one noun phrase). It is concise but under-specified. Every part is relevant, but the lack of details makes it less useful than it could be.

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 the low complexity (1 optional param, no output schema, no annotations), the description should at least explain the parameter and return value. It only gives a high-level purpose, leaving the agent to guess about formatting and optional behavior.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must add meaning to the parameter. It completely ignores the optional 'include_related' parameter, failing to explain its effect or default value. The parameter name is self-explanatory but the description should confirm its usage.

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 the tool returns 'the most recent show's setlist', which is a specific verb-resource pair ('get setlist of latest show'). It differentiates from siblings like 'get_setlist' (which likely requires a show ID) and 'random_show' (random selection).

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 guidance on when to use this tool versus alternatives. It does not mention that for a specific show by identifier, one should use 'get_setlist', or that 'random_show' provides a random show. There are no prerequisites or exclusion criteria.

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

A3.5/5.0
Disambiguation5/5

Each tool targets a distinct aspect of the band's data: albums, appearances, setlists, jams, shows, songs, venues, etc. There is no overlap in functionality, making it easy for an agent to select the correct tool.

Naming Consistency5/5

All tool names follow the snake_case convention (e.g., album_info, get_setlist, song_stats). The naming is descriptive and consistently uses nouns or verb_noun patterns without mixing styles.

Tool Count5/5

With 14 tools, the server is well-scoped for a band discography/event database. Each tool serves a clear purpose and the count is balanced—neither too few nor excessive.

Completeness5/5

The tool set covers all key operations: searching shows, retrieving setlists, accessing song history and stats, managing albums, venues, jams, appearances, and even health checks. There are no obvious gaps in covering the band's data lifecycle.

Resources