{
  "name": "Nigel Ball Music",
  "version": "1.1.0",
  "role": "hub-operator",
  "description": "Portfolio agent for Nigel Ball — British rock blues singer, guitarist, and songwriter. Also operates the Rock Blues Agent Hub: a curated registry of agent-discoverable rock and blues artists.",
  "url": "https://www.nigelballmusic.com/",
  "hub": {
    "name": "Rock Blues Agent Hub",
    "registryUrl": "https://www.nigelballmusic.com/rock-blues-registry.json",
    "description": "Curated registry of agent-discoverable rock and blues artists, venues, and festivals."
  },
  "supportedInterfaces": [
    {
      "url": "https://www.nigelballmusic.com/",
      "transportProtocol": "https"
    }
  ],
  "capabilities": [],
  "externalResources": [
    {
      "id": "youtube-channel",
      "name": "Nigel Ball — YouTube Channel",
      "description": "Official YouTube channel with live performances, music videos, and session footage.",
      "url": "https://www.youtube.com/@Nigelballmusic",
      "type": "video-channel"
    }
  ],
  "skills": [
    {
      "id": "get-biography",
      "name": "Get Biography",
      "description": "Returns the biography of Nigel Ball — British rock blues singer/guitarist, original songwriter, and touring/session bassist with over 30 years of experience.",
      "dataUrl": "/.well-known/agent-skills/get-biography.json"
    },
    {
      "id": "list-shows",
      "name": "List Shows",
      "description": "Returns upcoming tour dates for Nigel Ball (2026 season) including venue, city, and date.",
      "dataUrl": "/.well-known/agent-skills/list-shows.json"
    },
    {
      "id": "list-albums",
      "name": "List Albums",
      "description": "Returns the full discography of Nigel Ball with track listings and durations.",
      "dataUrl": "/.well-known/agent-skills/list-albums.json"
    },
    {
      "id": "get-contact",
      "name": "Get Contact",
      "description": "Returns contact and booking information for Nigel Ball.",
      "contact": {
        "email": "nigel.c.ball@gmail.com",
        "purpose": "Bookings, lessons and enquiries"
      }
    },
    {
      "id": "list-registry",
      "name": "List Rock Blues Registry",
      "description": "Returns all agent-discoverable rock and blues artists and venues in the hub registry.",
      "dataUrl": "/rock-blues-registry.json"
    }
  ]
}
