{
  "name": "DirkGiveaways",
  "version": "1.0.0",
  "description": "DirkGiveaways is a Discord giveaway community. This site is a static data publisher, not an interactive A2A agent: it exposes one read-only HTTP resource and implements no A2A task/message protocol.",
  "supportedInterfaces": [
    {
      "url": "https://dirkgiveaways.nl/data/team.json",
      "transport": "HTTPS+JSON"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "get-team-data",
      "name": "Get team data",
      "description": "Read DirkGiveaways' live staff directory and Discord server stats (member count, giveaway-channel count) as JSON. Read-only, no authentication.",
      "tags": ["read-only", "public-data"]
    }
  ]
}
