{
  "name": "PickerTrail catalogue search",
  "description": "Answers questions about what is currently listed for sale on PickerTrail: what exists in a category, what is being asked for it, and what is discounted. Deterministic search over a live catalogue — not a language model. Prices are ASKING prices on active eBay listings, never sold prices.",
  "supportedInterfaces": [
    {
      "url": "https://pickertrail.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    }
  ],
  "provider": {
    "organization": "PickerTrail",
    "url": "https://pickertrail.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://pickertrail.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "search_listings",
      "name": "Search listings",
      "description": "Find items by free text, category and price range. Returns asking prices with a purchase link.",
      "tags": [
        "search",
        "shopping",
        "ebay",
        "collectibles"
      ],
      "examples": [
        "cast iron skillet under $50",
        "what is listed in the milk bottles category",
        "show me items discounted by more than half"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ]
    },
    {
      "id": "find_deals",
      "name": "Find deals",
      "description": "List currently discounted items, biggest markdown first.",
      "tags": [
        "deals",
        "discounts",
        "shopping"
      ],
      "examples": [
        "what is on sale right now",
        "best discounts under $30"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ]
    },
    {
      "id": "list_categories",
      "name": "List categories",
      "description": "The categories covered and the slugs used to filter searches.",
      "tags": [
        "taxonomy",
        "discovery"
      ],
      "examples": [
        "what categories do you cover"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ]
}