search_catalog
ActiveTool of FreqBlog Music Metadata
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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FreqBlog Music Metadata
1/7 registries