Skip to main content
Glama

Songs To Your Eyes — production music catalogue

List versions, stems and shorter cuts

stye_list_versions
Read-onlyIdempotent

Show every form a cue can be delivered in.

Most cues come with more than the full-length mix: timed cutdowns (15, 30, 60 seconds) built to hit standard ad and promo lengths; alternate mixes such as no-drums, underscore or instrumental, for when music has to sit beneath dialogue; and individual instrument stems for an editor who wants to rebalance the track.

Useful when a cue is nearly right but needs to be shorter, quieter under a voice, or stripped back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYesAny track ref — main mix or one of its versions; the whole family is returned.

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the description does not need to cover safety. It adds context about what the tool returns (all version forms) and the rationale behind them. This is useful but not extensive; no mention of output format or potential edge cases.

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 front-loaded with a clear one-sentence summary, then expands with concrete examples of version types, and ends with usage guidance. Each paragraph serves a distinct purpose, though it could be slightly more concise; the overall structure is effective.

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

Completeness4/5

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

With no output schema, the description does a good job explaining the tool's purpose and when to use it. The parameter is fully documented in the schema, and annotations cover safety. However, it lacks an explicit statement of the output structure, which a tool without an output schema might be expected to provide.

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?

The input schema covers the single parameter 'ref' with a description: 'Any track ref — main mix or one of its versions; the whole family is returned.' This is 100% coverage, and the tool description adds no additional parameter details, so baseline 3 is appropriate.

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 opens with 'Show every form a cue can be delivered in,' which clearly states the verb (show/list) and resource (cue versions). It further elaborates with specific examples (cutdowns, alternate mixes, stems), distinguishing it from sibling tools like search_tracks or get_track.

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 explicit use cases in the final paragraph: 'Useful when a cue is nearly right but needs to be shorter, quieter under a voice, or stripped back.' It also explains the types of versions available in context. However, it does not explicitly contrast with sibling tools like stye_fit_to_duration, so no exclusions are given.

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.2/5.0
Disambiguation4/5

Each tool has a clear primary purpose: search, inspect, list versions, and fit to duration. However, get_track already 'returns every version that exists' of a cue, which partially overlaps with list_versions, creating potential ambiguity about which to use.

Naming Consistency5/5

All tools follow a consistent 'stye_' prefix with verb_noun pattern: fit_to_duration, get_track, list_versions, search_tracks. This is perfectly uniform and predictable.

Tool Count5/5

Four tools is well-scoped for a catalogue lookup server: search, detail, versions, and duration-specific search. Each tool earns its place without unnecessary bloat or missing essentials.

Completeness5/5

The core discovery workflow is covered: search by description, retrieve full details, inspect available versions, and find tracks by exact duration. There is no obvious dead end for typical catalogue use cases.

Resources