{
  "version": "1.0",
  "name": "Domestic Motion Robot Maintenance Services",
  "description": "AI-accessible service for scheduling robot maintenance and repairs",
  "server": {
    "url": "/mcp",
    "transport": "http"
  },
  "capabilities": {
    "tools": [
      {
        "name": "check_availability",
        "description": "Check available appointment slots for robot maintenance"
      },
      {
        "name": "get_pricing",
        "description": "Get pricing information for maintenance services"
      },
      {
        "name": "get_supported_models",
        "description": "List all supported robot models"
      },
      {
        "name": "submit_service_request",
        "description": "Submit a maintenance service request"
      },
      {
        "name": "check_service_status",
        "description": "Check the status of an existing service request"
      }
    ]
  },
  "contact": {
    "email": "support@domesticmotion.com",
    "website": "https://domesticmotion.com"
  },
  "documentation": "/api-docs"
}
