find_compatible_keys
ActiveTool of FreqBlog Music Metadata
Given a Camelot key (e.g. "8A", "12B"), return the harmonically compatible keys for DJ mixing — the same key, the relative major/minor, and the adjacent +/-1 keys on the Camelot wheel. With `extended=true` also returns the +7/-7 energy-boost / energy-drop keys. Pure music theory — no catalog lookup and no quota cost. Pair with find_tracks_by_key to then pull actual tracks in each compatible key.
Parameters schema
{
"type": "object",
"title": "find_compatible_keysArguments",
"required": [
"camelot"
],
"properties": {
"camelot": {
"type": "string",
"title": "Camelot",
"maxLength": 3,
"minLength": 2,
"description": "Camelot key, e.g. '8A' or '12B'."
},
"extended": {
"type": "boolean",
"title": "Extended",
"default": false,
"description": "Also return the +7/-7 energy-boost / energy-drop keys."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FreqBlog Music Metadata
1/7 registries