Skip to main content
Glama
Cassette-Editor

oh-my-cassette

jamendo_music_matcher

Search Jamendo for music matching your validated preferences, then optionally register the result.

Instructions

Search Jamendo with validated fixed-form music preferences and optionally register a result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo
limitNo
downloadNo
fuzzyTagsNo
outputDirNo
userQueryYes
fuzzy_tagsNo
repairJsonNo
searchPlanNo
session_idNo
user_queryNo
searchTermsYes
search_planNo
excludeTermsNo
search_termsNo
exclude_termsNo
limitOverrideNo
vocalInstrumentalNo
vocalinstrumentalNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
phaseYes
job_idNo
warningsNo
artifactsNo
session_idNo
next_actionYes

Schema Changelog

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

  1. Changed1 schema field changedv0.4.19
    • addedOutput schema / $defs / Artifact / properties / expires_at
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "title": "Expires At"
      +}
  2. Addedv0.4.6

TDQS

C2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals that a result may be 'registered', implying a potential side effect, but it does not explain what registration means, whether files are downloaded (despite download defaulting to true), or what side effects occur beyond search. This is minimal and potentially misleading for a tool with mutable behavior.

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

Conciseness2/5

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

The description is short but not effectively concise; it omits essential context and uses unclear phrasing. The single sentence does not earn its place because it introduces ambiguity ('validated fixed-form', 'optionally register') instead of clarifying the tool's behavior.

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

Completeness1/5

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

Given 19 parameters, no annotations, an output schema, and sibling tools, the description is severely incomplete. It does not address parameter semantics, side effects, prerequisites, or selection criteria, making it inadequate for an agent to confidently invoke this tool correctly.

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%, and the description adds no meaning to any of the 19 parameters. It does not explain the required userQuery and searchTerms, the purpose of the many alias parameters, or how the various optional settings behave. The agent must infer everything from parameter names alone, which is insufficient for a complex tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the primary action ('Search Jamendo') and a secondary side effect ('optionally register a result'), so an agent can tell it is a Jamendo search tool. However, the phrase 'validated fixed-form music preferences' is jargon-heavy and does not clarify what inputs constitute those preferences, and it does not meaningfully distinguish the tool from Jamendo-related siblings like cassette_jamendo_setup.

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 gives no guidance on when to use this tool versus the sibling tools, such as cassette_match_bgm or cassette_jamendo_setup. There are no context cues, prerequisites, or exclusions, leaving the agent to guess whether this tool is the right choice for a given music-matching task.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cassette-Editor/oh-my-cassette'

If you have feedback or need assistance with the MCP directory API, please join our Discord server