{
  "protocolVersion": "0.3.0",
  "name": "The Morgano Agency Assistant",
  "description": "Routing assistant for The Morgano Agency Inc, an insurance agency in Greenville, SC. Routes insurance questions, quote requests, COI requests, and contact lookups to the correct Morgano page or form.",
  "version": "1.0.0",
  "url": "https://morgano-machine-agent.pages.dev/a2a",
  "preferredTransport": "JSONRPC",
  "documentationUrl": "https://morgano-machine-agent.pages.dev/machine/actions.json",
  "provider": {
    "organization": "The Morgano Agency Inc",
    "url": "https://morganoagency.com"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "find-right-insurance-service",
      "name": "Find Right Insurance Service",
      "description": "Routes a Greenville-area insurance need to the most relevant Morgano service page and next action. Does not provide legal, coverage, or pricing advice.",
      "tags": [
        "insurance",
        "routing",
        "greenville-sc",
        "service-pages",
        "local-insurance"
      ],
      "examples": [
        "I need insurance for a Greenville contractor.",
        "Which Morgano page should I use for workers comp?"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "start-insurance-quote-request",
      "name": "Start Insurance Quote Request",
      "description": "Routes a user to the correct Morgano quote request path for personal or business insurance. Does not quote premiums or bind coverage.",
      "tags": [
        "insurance",
        "quote-routing",
        "auto-quote",
        "homeowners-quote",
        "commercial-quote"
      ],
      "examples": [
        "I need an auto insurance quote in Greenville.",
        "Start a quote for homeowners insurance."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "request-certificate-of-insurance",
      "name": "Request Certificate Of Insurance",
      "description": "Routes existing clients to Morgano's COI request path and lists the details typically needed. Does not issue certificates.",
      "tags": [
        "coi",
        "certificate-of-insurance",
        "contractors",
        "business-insurance",
        "client-service"
      ],
      "examples": [
        "I need a certificate of insurance for a job.",
        "Where do existing clients request a COI?"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "get-agency-contact",
      "name": "Get Agency Contact",
      "description": "Returns canonical Morgano NAP, business hours, and contact paths.",
      "tags": [
        "contact",
        "nap",
        "hours",
        "greenville-sc",
        "insurance-agency"
      ],
      "examples": [
        "What is The Morgano Agency phone number?",
        "Where is Morgano located?"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}