{
  "protocolVersion": "0.2.2",
  "name": "TuxedoDrive",
  "description": "AI-powered car wash platform. Helps operators book demos, get pricing, and query car wash operations knowledge.",
  "url": "https://tuxedodrive.com/api/v1/agent/query",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "skills": [
    {
      "id": "book_demo",
      "name": "Book Demo",
      "description": "Book a personalized 15-minute demo of TuxedoDrive for car wash operators",
      "tags": ["sales", "onboarding"],
      "examples": ["Book me a demo", "I want to see TuxedoDrive in action"],
      "inputModes": ["text"],
      "outputModes": ["text"]
    },
    {
      "id": "get_pricing",
      "name": "Get Pricing",
      "description": "Get TuxedoDrive pricing — starts at $299/month per location with 30-day guarantee",
      "tags": ["pricing", "sales"],
      "examples": ["How much does TuxedoDrive cost?", "What are your pricing plans?"],
      "inputModes": ["text"],
      "outputModes": ["text"]
    },
    {
      "id": "query_knowledge_base",
      "name": "Query Knowledge Base",
      "description": "Ask any question about car wash operations, AI features, integrations, or TuxedoDrive capabilities",
      "tags": ["knowledge", "support"],
      "examples": ["How does AI damage detection work?", "What POS systems do you integrate with?"],
      "inputModes": ["text"],
      "outputModes": ["text"]
    }
  ],
  "provider": {
    "organization": "Tuxedo Drive, Inc.",
    "url": "https://tuxedodrive.com"
  }
}
