Skip to main content
Glama

Strudel Reference Guide

get-strudel-guide
Read-onlyIdempotent

Reference material for Strudel live coding (performance mode). Topics: mini-notation (pattern syntax), sounds (synths, 72 drum banks, 128 GM instruments), effects (filters, reverb, delay, FM synthesis, envelopes), patterns (transformations, probability, euclidean, arrangement), genres (complete templates: techno/house/dnb/ambient/jazz/lofi/synthwave), tips (tempo, common mistakes, ABC↔Strudel crossover), advanced (visualization, sample loading, wavetables, ZZFX, continuous signals, chord voicings).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYesReference topic. Start with 'genres' for working templates, 'sounds' for instruments, 'advanced' for visualization and sample loading.

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, indicating a safe, read-only operation. The description reinforces this by calling it 'Reference material' and does not contradict annotations. However, it adds little behavioral context beyond the annotations, such as whether results are cached or real-time. A score of 3 is appropriate as the description adds topic scope but no new behavioral traits.

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 a single long sentence listing many topics with colons, which is somewhat structured but verbose. It is front-loaded with the main purpose, but the list could be more concise or broken into bullet points. Every sentence earns its place, but the density achieves minimal viable conciseness.

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?

Despite having a simple parameter and high schema coverage, the description does not explain what the tool returns (e.g., text with explanations, code examples, or structured data). Since there is no output schema, the description should at least mention the response format or that it provides detailed tutorials. This omission makes the tool less complete for an agent.

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 provides 100% coverage with a single parameter 'topic' that has an enum of all possible values and a description suggesting starting points. The main description lists the same topics but does not add additional meaning beyond what the schema already provides. Therefore, it meets the baseline for high schema coverage.

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 states it is 'Reference material for Strudel live coding', specifying the tool's function as a guide for a specific domain. The list of topics gives a comprehensive overview, and the title 'Strudel Reference Guide' distinguishes it from siblings like 'get-music-guide' which is likely a general music reference.

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?

The description does not provide explicit guidance on when to use this tool versus its siblings or alternatives. It only lists topics without explaining under what circumstances to choose it. The input schema includes a hint to start with certain topics, but that is within the schema, not the main description.

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/5.0
Disambiguation5/5

Each tool targets a distinct area: reference guides for different domains (ABC vs Strudel), live coding playback, sheet music playback, and documentation search. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: get-music-guide, get-strudel-guide, play-live-pattern, play-sheet-music, search-music-docs.

Tool Count5/5

With 5 tools, the set is well-scoped for a music composition and live coding server. Each tool serves a clear purpose without bloat or thinness.

Completeness4/5

Core workflows are covered: reference, live coding, sheet music, and search. Minor gaps exist (e.g., no explicit project management or audio export), but the surface supports the server's purpose.