{
  "protocolVersion": "0.2",
  "version": "1.0.0",
  "name": "Plumb Zebra",
  "description": "Agent card for Plumb Zebra, a Washington-registered plumbing company serving Spokane, WA and North Idaho. Discover services and service areas, read business facts, and submit a customer service/appointment request. A submission is a request, not a confirmed booking.",
  "url": "https://plumbzebra.com",
  "provider": {
    "organization": "Plumb Zebra",
    "url": "https://plumbzebra.com"
  },
  "documentationUrl": "https://plumbzebra.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "get_service_request_contract",
      "name": "Get service-request contract",
      "description": "Retrieve the required and optional fields, urgency values, and rules for submitting a plumbing service request.",
      "tags": [
        "contact",
        "contract",
        "discovery"
      ],
      "examples": [
        "What fields are required to request a plumber?"
      ],
      "endpoint": {
        "method": "GET",
        "url": "https://plumbzebra.com/api/contact",
        "contentType": "application/json"
      },
      "openapi": "https://plumbzebra.com/.well-known/openapi.json"
    },
    {
      "id": "submit_service_request",
      "name": "Submit a service request",
      "description": "Submit a plumbing service or quote request. This is a request, not a confirmed appointment. Requires customer authorization; may require a Cloudflare Turnstile token.",
      "tags": [
        "contact",
        "booking",
        "quote"
      ],
      "examples": [
        "Request a plumber for a water heater leak in Spokane Valley."
      ],
      "endpoint": {
        "method": "POST",
        "url": "https://plumbzebra.com/api/contact",
        "contentType": "application/json"
      },
      "openapi": "https://plumbzebra.com/.well-known/openapi.json"
    },
    {
      "id": "list_services",
      "name": "List services",
      "description": "Read the machine-readable catalog of plumbing services offered.",
      "tags": [
        "services",
        "catalog"
      ],
      "examples": [
        "What plumbing services does Plumb Zebra offer?"
      ],
      "endpoint": {
        "method": "GET",
        "url": "https://plumbzebra.com/feeds/services-feed.json",
        "contentType": "application/json"
      }
    },
    {
      "id": "list_service_areas",
      "name": "List service areas",
      "description": "Read the machine-readable list of cities served, with coordinates.",
      "tags": [
        "locations",
        "coverage"
      ],
      "examples": [
        "Do you serve Coeur d'Alene, ID?"
      ],
      "endpoint": {
        "method": "GET",
        "url": "https://plumbzebra.com/feeds/locations-feed.json",
        "contentType": "application/json"
      }
    }
  ],
  "rules": [
    "A contact-form or API submission is a request, not a confirmed appointment.",
    "Do not promise price, response time, arrival time, financing approval, or a completed booking unless Plumb Zebra confirms it.",
    "Obtain the customer's authorization before submitting their name, phone, email, address, or service details.",
    "The service-request endpoint may require an interactive Cloudflare Turnstile check; do not bypass it.",
    "For emergencies (burst pipe, sewer backup, gas concern, no water), call (509) 317-9009."
  ],
  "contact": {
    "telephone": "(509) 317-9009",
    "email": "info@plumbzebra.com",
    "emergencyPhone": "(509) 317-9009"
  },
  "additionalInterfaces": [
    {
      "url": "https://plumbzebra.com/.well-known/openapi.json",
      "transport": "openapi"
    },
    {
      "url": "https://plumbzebra.com/mcp",
      "transport": "streamable-http",
      "protocol": "mcp",
      "description": "MCP endpoint (JSON-RPC 2.0 over POST): list_services, list_service_areas, get_service_request_contract, submit_service_request"
    }
  ]
}
