{
  "protocolVersion": "0.3.0",
  "name": "CAN-BAR Gift Finder",
  "description": "Finds and recommends handmade gift sets for men from the CAN-BAR store — canister bars, themed wooden alcohol gift boxes, premium sets and bar accessories. Matches products to a recipient's profession, hobby or occasion. Alcohol is not included in any product.",
  "url": "https://can-bar.pl/wp-json/wc/store/v1",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "CAN-BAR",
    "url": "https://can-bar.pl"
  },
  "version": "1.0.0",
  "documentationUrl": "https://can-bar.pl/agents.md",
  "iconUrl": "https://can-bar.pl/wp-content/uploads/2019/12/LOGO-v2.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "securitySchemes": {
    "public": {
      "type": "http",
      "scheme": "none",
      "description": "Catalog, category and pricing reads require no credentials."
    },
    "wooBasic": {
      "type": "http",
      "scheme": "basic",
      "description": "WooCommerce consumer key and secret, required only for order and inventory writes. See https://can-bar.pl/auth.md"
    }
  },
  "security": [{ "public": [] }],
  "skills": [
    {
      "id": "search_gifts_by_profession",
      "name": "Search gifts by profession",
      "description": "Returns CAN-BAR gift sets themed for a specific trade or profession — electrician, plumber, welder, firefighter, police officer, soldier, mechanic, fisherman, motorcyclist, gardener, truck driver, construction worker and others.",
      "tags": ["gifts", "search", "profession", "poland"],
      "examples": [
        "What can I buy an electrician for his birthday?",
        "Gift idea for a firefighter",
        "Prezent dla spawacza"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "browse_catalog",
      "name": "Browse product catalog",
      "description": "Lists CAN-BAR products and categories with current prices, stock status, images and canonical product URLs, via the public WooCommerce Store API. No authentication required.",
      "tags": ["catalog", "products", "pricing", "ecommerce"],
      "examples": [
        "What canister bars does CAN-BAR sell and what do they cost?",
        "List all CAN-BAR product categories"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "check_price_and_availability",
      "name": "Check price and availability",
      "description": "Returns the current price, price range and stock status for a named CAN-BAR product, plus the free-shipping threshold and same-day dispatch cut-off.",
      "tags": ["pricing", "stock", "shipping"],
      "examples": [
        "How much is the Kanister Barek V.I.P+?",
        "Is the Strażacki Ekwipunek in stock?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "gift_guides",
      "name": "Read gift guides",
      "description": "Fetches CAN-BAR blog articles and gift guides covering occasions such as Father's Day, bachelor parties, retirement and name days, via the public WordPress REST API.",
      "tags": ["content", "guides", "blog"],
      "examples": [
        "What does CAN-BAR recommend for Father's Day?",
        "Gift guide for a retirement party"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    }
  ]
}
