{
  "capabilities": {
    "pushNotifications": false,
    "streaming": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "description": "Drum & bass bangers from another dimension. Fluncle discovers and certifies every track, logs each as a finding, and keeps the full archive across the Galaxy, from the web to the rave terminal. fluncle.com is home base.",
  "documentationUrl": "https://www.fluncle.com/llms.txt",
  "name": "Fluncle",
  "preferredTransport": "HTTP+JSON",
  "protocolVersion": "1.0.0",
  "provider": {
    "organization": "Fluncle",
    "url": "https://www.fluncle.com"
  },
  "skills": [
    {
      "description": "Search Spotify for track candidates by name or Spotify track URL. Use a result to submit a track for Fluncle to review.",
      "examples": [
        "Search for a Camo & Krooked track",
        "Find candidates for a Spotify track URL"
      ],
      "id": "search-tracks",
      "name": "Search tracks",
      "tags": [
        "drum-and-bass",
        "search",
        "spotify"
      ]
    },
    {
      "description": "List the most recent findings and mixtapes in Fluncle's drum & bass archive, newest first, cursor-paginated.",
      "examples": [
        "List the latest findings"
      ],
      "id": "list-findings",
      "name": "Recent findings",
      "tags": [
        "drum-and-bass",
        "archive",
        "catalogue"
      ]
    },
    {
      "description": "List every track Fluncle holds, newest release first, one numbered page at a time; certified=true narrows to findings, certified=false to the rest.",
      "examples": [
        "Page through Fluncle's archive"
      ],
      "id": "list-tracks",
      "name": "Every track",
      "tags": [
        "drum-and-bass",
        "archive",
        "catalogue"
      ]
    },
    {
      "description": "Read one finding or mixtape in full by its Log ID coordinate or Spotify track id, or pull a random certified track from the archive.",
      "examples": [
        "Read the finding at fluncle://012.8.0A",
        "Pull a random finding"
      ],
      "id": "get-track",
      "name": "Read one finding",
      "tags": [
        "drum-and-bass",
        "finding",
        "coordinate"
      ]
    },
    {
      "description": "Submit a track to Fluncle for review by Spotify track URL. Fluncle gives it a listen before anything publishes.",
      "examples": [
        "Submit a Spotify track URL for Fluncle to review"
      ],
      "id": "submit-track",
      "name": "Submit a track",
      "tags": [
        "drum-and-bass",
        "submission"
      ]
    },
    {
      "description": "Subscribe an email address to Fluncle's newsletter. Fresh bangers, every Friday, from Fluncle.",
      "examples": [
        "Subscribe an email address to the newsletter"
      ],
      "id": "subscribe-newsletter",
      "name": "Subscribe to the newsletter",
      "tags": [
        "newsletter",
        "email"
      ]
    }
  ],
  "url": "https://www.fluncle.com/api/v1",
  "version": "1.0.0"
}