{
  "type": "https://eips.ethereum.org/EIPS/eip-8257#tool-manifest-v1",
  "name": "collection-stats",
  "description": "NFT collection health snapshot from OpenSea: floor price, 24h volume, total sales, owner count with distribution percentage, creator royalty vs protocol fee split, and top-5 live bids. Multi-slug compare supported.",
  "endpoint": "https://www.clawbots.org/api/tools/collection-stats",
  "inputs": {
    "type": "object",
    "properties": {
      "slug": {
        "type": "string",
        "description": "OpenSea collection slug (e.g. 'normies-art'). Pass multiple via repeated query param for compare."
      }
    },
    "required": [
      "slug"
    ]
  },
  "outputs": {
    "type": "object",
    "properties": {
      "slug": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "floorPrice": {
        "type": "number",
        "description": "Floor in ETH"
      },
      "volume24h": {
        "type": "number",
        "description": "24h volume in ETH"
      },
      "sales24h": {
        "type": "integer"
      },
      "totalSupply": {
        "type": "integer"
      },
      "ownerCount": {
        "type": "integer"
      },
      "ownerPercentage": {
        "type": "number"
      },
      "creatorRoyaltyPct": {
        "type": "number"
      },
      "protocolFeePct": {
        "type": "number"
      },
      "topBids": {
        "type": "array",
        "items": {
          "type": "object"
        }
      }
    }
  },
  "creatorAddress": "0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
  "tags": [
    "opensea",
    "nft",
    "collection",
    "floor",
    "volume"
  ],
  "pricing": [
    {
      "amount": "20000",
      "asset": "eip155:8453/erc20:0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "recipient": "eip155:8453:0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
      "protocol": "x402"
    }
  ]
}
