{
  "protocolVersion": "0.3.0",
  "name": "QuickWood Sales Agent",
  "description": "Catalog search, live pricing, availability, and quote requests for QuickWood brush sanding machines, flap wheels, replacement flaps, pneumatic hand tools (F1-F15), sanding sponges, and metal deburring systems. Abrasives and hand tools are priced online (USD); production machines are quoted to the application. Danish manufacturer founded 1975; ships within 48 hours from Florida, London, Heidenheim, and Udine. Consumables for DIY/small shops: https://flap-wheels.com. Quote requests submitted through this agent are filed directly with the sales team (response within one business day).",
  "url": "https://quickwood.com/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "QuickWood",
    "url": "https://quickwood.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "product_search",
      "name": "Product search",
      "description": "Search the QuickWood catalog. Returns products with live USD prices where sold online; machines and quote-only items return a quote URL instead of a price.",
      "tags": [
        "catalog",
        "search",
        "sanding",
        "brush sanding",
        "deburring",
        "woodworking",
        "metal finishing"
      ],
      "examples": [
        "F3 pneumatic hand tool",
        "8 inch flap wheel 44 slot",
        "denibbing machine for cabinet doors"
      ]
    },
    {
      "id": "get_pricing",
      "name": "Pricing and availability",
      "description": "Live pricing for abrasives and hand tools. Machines are quoted individually to the application; the agent returns the quote link and typical starting points where published.",
      "tags": [
        "pricing",
        "availability"
      ],
      "examples": [
        "price of the F15 hand tool"
      ]
    },
    {
      "id": "request_quote",
      "name": "Submit a quote request",
      "description": "Files a quote request directly with the QuickWood sales team. Send a message including the product or application, volume, and a contact email (or a data part with { name, email, phone, country, product, message }). A human responds within one business day. Direct: jim@quickwood.com, +1-866-888-5858.",
      "tags": [
        "quote",
        "machines",
        "b2b",
        "wholesale"
      ],
      "examples": [
        "Quote a PRO-1100 for sanding 400 cabinet doors/day, contact ops@millco.com"
      ]
    }
  ]
}