{
  "name": "Viky's Cleaning Agent",
  "version": "1.0.0",
  "description": "Agent interface for Viky's Cleaning & Home Solutions service discovery, estimate requests, and contact navigation.",
  "url": "https://vikyscleaningservices.com/",
  "provider": {
    "organization": "Viky's Cleaning & Home Solutions",
    "url": "https://vikyscleaningservices.com/"
  },
  "protocolVersion": "0.3.0",
  "supportedInterfaces": [
    {
      "url": "https://vikyscleaningservices.com/",
      "transport": "webmcp"
    },
    {
      "url": "https://vikyscleaningservices.com/openapi.json",
      "transport": "openapi"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["none"]
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "find-service",
      "name": "Find a service",
      "description": "Match a cleaning, organization, painting, carpet, or commercial request to the correct service page."
    },
    {
      "id": "request-estimate",
      "name": "Request an estimate",
      "description": "Guide a customer to the estimate form and collect the fields needed for the owner to respond."
    },
    {
      "id": "open-contact",
      "name": "Open contact page",
      "description": "Open the correct English or Spanish contact page."
    }
  ]
}
