You're viewing a demo portfolio

Join the waitlist
PRSM

find_compatible_keys

Active

Tool of FreqBlog Music Metadata

declared in 1.27.2

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."
    }
  }
}

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 →