You're viewing a demo portfolio

Join the waitlist
PRSM

search_catalog

Active

Tool of FreqBlog Music Metadata

declared in 1.27.2

Full-text search the catalog by any mix of track / artist / album tokens. Use this to resolve a fuzzy, partial, or misspelled name into concrete tracks BEFORE calling get_audio_features. Returns lightweight stubs (itunes_track_id, track_name, artist_name, album, etc.) ranked by relevance — NOT audio features. Take the best match's track_name + artist_name and pass them to get_audio_features, or reuse its itunes_track_id as a `track_id` seed for discovery tools.

Parameters schema

{
  "type": "object",
  "title": "search_catalogArguments",
  "required": [
    "q"
  ],
  "properties": {
    "q": {
      "type": "string",
      "title": "Q",
      "maxLength": 200,
      "minLength": 1,
      "description": "Search query — any mix of artist / track / album tokens."
    },
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": 10,
      "maximum": 50,
      "minimum": 1,
      "description": "Max results (default 10)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FreqBlog Music Metadata

1/7 registries
View full server →
search_catalog — FreqBlog Music Metadata — PRSM MCP