{
  "name": "Daniel",
  "version": "1.0.0",
  "description": "AI dispatch agent for commercial kitchen exhaust cleaning (hood cleaning) contractors",
  "supportedInterfaces": [
    {
      "url": "https://www.hoodcleaningdispatch.com/api/a2a",
      "protocol": "http"
    }
  ],
  "capabilities": [
    "booking",
    "dispatch",
    "calculation"
  ],
  "skills": [
    {
      "id": "book-service",
      "name": "Book Service",
      "description": "Book a night-crew exhaust-cleaning appointment via voice or text."
    },
    {
      "id": "capture-system-details",
      "name": "Capture System Details",
      "description": "Collect hood length, cooking equipment, access windows, and urgency for dispatch."
    },
    {
      "id": "dispatch-crew",
      "name": "Dispatch Crew",
      "description": "Help schedule the nearest available night crew around kitchen closure."
    }
  ],
  "extensions": [
    {
      "uri": "https://github.com/google-agentic-commerce/AP2",
      "params": {
        "roles": [
          "merchant"
        ]
      },
      "required": false
    }
  ]
}
