{
  "name": "509 Fresh Home Quote Assistant",
  "description": "Helps users and approved agents understand 509 Fresh Home services, service areas, quote requirements, and next steps. It does not confirm appointments or final prices without human review.",
  "url": "https://509freshhome.com/ai/",
  "provider": {
    "organization": "509 Fresh Home",
    "url": "https://509freshhome.com/"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "service_area_check",
      "name": "Service area check",
      "description": "Checks whether a city is listed as a 509 Fresh Home service area and returns availability notes."
    },
    {
      "id": "service_explanation",
      "name": "Service explanation",
      "description": "Explains cleaning services, inclusions, exclusions, and recommended package."
    },
    {
      "id": "quote_request_intake",
      "name": "Quote request intake",
      "description": "Collects customer-provided details for a human-reviewed quote request."
    }
  ]
}