You're viewing a demo portfolio

Join the waitlist
PRSM

find_tracks_by_key

Active

Tool of FreqBlog Music Metadata

declared in 1.27.2

Find catalog tracks in a given musical key — for harmonic mixing and key-locked playlists. `key` accepts Camelot ("8A"), Open Key ("1m"), or a key name ("A-Minor", "F#-Major"). Returns tracks ordered by popularity, each with full audio features. To discover which keys mix well with a given key first, use find_compatible_keys.

Parameters schema

{
  "type": "object",
  "title": "find_tracks_by_keyArguments",
  "required": [
    "key"
  ],
  "properties": {
    "key": {
      "type": "string",
      "title": "Key",
      "maxLength": 20,
      "minLength": 1,
      "description": "Camelot ('8A'), Open Key ('1m'), or key name ('A-Minor', 'F#-Major')."
    },
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": 10,
      "maximum": 50,
      "minimum": 1,
      "description": "Max tracks (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 →