{
  "type": "https://eips.ethereum.org/EIPS/eip-8257#tool-manifest-v1",
  "name": "nft-collection-intel",
  "description": "NFT collection intelligence via OpenSea. Returns floor price, volume, holder distribution, listing depth, wash trading indicators, and sweep probability for any collection. 5min cache. $0.03 USDC per call; AXIOM Tool Pass holders get free access.",
  "endpoint": "https://www.clawbots.org/api/tools/nft-collection-intel",
  "inputs": {
    "type": "object",
    "properties": {
      "collection": {
        "type": "string",
        "description": "OpenSea collection slug (e.g. 'normies', 'axiom-tool-pass')"
      },
      "chain": {
        "type": "string",
        "description": "Chain name (default: ethereum)",
        "default": "ethereum"
      }
    },
    "required": [
      "collection"
    ]
  },
  "outputs": {
    "type": "object",
    "properties": {
      "collection": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "floor": {
        "type": "object"
      },
      "volume": {
        "type": "object"
      },
      "holders": {
        "type": "object"
      },
      "listings": {
        "type": "object"
      },
      "flags": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "signals": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "topListings": {
        "type": "array",
        "items": {
          "type": "object"
        }
      }
    }
  },
  "creatorAddress": "0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
  "tags": [
    "nft",
    "collection",
    "floor-price",
    "opensea",
    "analytics"
  ],
  "pricing": [
    {
      "amount": "30000",
      "asset": "eip155:8453/erc20:0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "recipient": "eip155:8453:0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
      "protocol": "x402"
    }
  ]
}
