{
  "protocolVersion": "0.3.0",
  "name": "picli-shop",
  "version": "1.0.0",
  "description": "Picli (picli.co.il) - Israeli photo-printing and photo-gifts shop. This agent answers catalog, pricing, shipping and order-status questions. It speaks MCP (streamable HTTP), not the full A2A message protocol - see supportedInterfaces.",
  "url": "https://picli.co.il/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    { "url": "https://picli.co.il/mcp", "transport": "JSONRPC", "protocol": "mcp/streamable-http" }
  ],
  "provider": {
    "organization": "Picli - פיקלי",
    "url": "https://picli.co.il"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "search-products",
      "name": "Search products",
      "description": "Search the photo-gift catalog (prints, magnets, wood blocks, name signs, AI-illustrated photos) by Hebrew or English query; returns names, prices in ILS and links.",
      "tags": ["catalog", "shopping"]
    },
    {
      "id": "shipping-info",
      "name": "Shipping info",
      "description": "Delivery options and prices in Israel: registered mail, courier, free self-pickup in Haifa.",
      "tags": ["shipping"]
    },
    {
      "id": "order-status",
      "name": "Order status",
      "description": "Check an existing order's state using the customer's order number and personal key.",
      "tags": ["orders"]
    }
  ],
  "documentationUrl": "https://picli.co.il/auth.md"
}
