{
  "name": "DiningHaul Informational Agent Card",
  "version": "1.0.0",
  "description": "Read-only discovery card for the DiningHaul ordering site. Explains guest Order In flow and NAP. Does not claim remote order placement or MCP tool execution.",
  "url": "https://dininghaul.app",
  "provider": {
    "organization": "HWYCAFE",
    "url": "https://hwycafe.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://dininghaul.app/openapi.json",
      "protocol": "http",
      "transport": "HTTP+JSON"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "informationalLookup": true
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "skills": [
    {
      "id": "order-guidance",
      "name": "Order guidance",
      "description": "Explain how guests use Order In, pickup windows, and online payment.",
      "tags": [
        "ordering",
        "food-truck",
        "pickup"
      ],
      "examples": [
        "How do I order in from HWYCAFE?",
        "Does DiningHaul take Apple Pay?"
      ]
    },
    {
      "id": "business-nap",
      "name": "Business NAP",
      "description": "Share address, phone, and email for HWYCAFE via DiningHaul.",
      "tags": [
        "contact",
        "nap"
      ],
      "examples": [
        "What is the pickup address?",
        "How do I contact the truck about an order?"
      ]
    }
  ]
}
