{
  "name": "down-to-earth-landscaping-agent",
  "description": "Lead-intake agent for Down to Earth Landscaping — residential landscaping in Brockton, MA and the South Shore.",
  "url": "https://landscapingnear.me/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://landscapingnear.me/a2a",
      "transport": "JSONRPC"
    }
  ],
  "version": "1.0.0",
  "provider": {
    "organization": "Down to Earth Landscaping",
    "url": "https://landscapingnear.me"
  },
  "documentationUrl": "https://landscapingnear.me/operate.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "None"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "list_services",
      "name": "List Services",
      "description": "Return the structured six-service catalog with scopes and the service-area town list.",
      "tags": [
        "landscaping",
        "services",
        "catalog"
      ],
      "examples": [
        "What does Down to Earth Landscaping do?",
        "List their services."
      ]
    },
    {
      "id": "get_contact",
      "name": "Get Contact",
      "description": "Return NAP, tel: and prefilled sms: links, Instagram, and the phone/text intake model.",
      "tags": [
        "contact",
        "phone",
        "nap"
      ],
      "examples": [
        "How do I contact them?",
        "What's their phone number?"
      ]
    },
    {
      "id": "check_service_area",
      "name": "Check Service Area",
      "description": "Given a Massachusetts town, return whether it is in the Brockton / South Shore coverage.",
      "tags": [
        "service-area",
        "massachusetts"
      ],
      "examples": [
        "Do they serve Abington?",
        "Is Stoughton in their area?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "request_estimate",
      "name": "Request Estimate",
      "description": "Build an actionable prefilled SMS/tel handoff to 508-649-8858 with the visitor's details (static site, no backend submit — honest handoff).",
      "tags": [
        "estimate",
        "lead",
        "booking"
      ],
      "examples": [
        "Get me a quote for a paver patio in Brockton.",
        "Request a lawn care estimate for Whitman."
      ]
    }
  ]
}
