{
  "$comment": "GENERATED FROM api/_tools/<slug>/route.mjs — do not edit by hand",
  "type": "https://eips.ethereum.org/EIPS/eip-8257#tool-manifest-v1",
  "name": "normie-identity",
  "description": "Normie persona lookup. Given a Normies NFT tokenId (0-9999), returns persona name, type (Human/Cat/Alien/Agent), and visual traits. Free tier returns identity basics. Premium tier ($0.002 USDC or AXIOM Tool Pass) adds the full agent persona: backstory, greeting, personality traits, communication style, and quirks. Data sourced from api.normies.art with a 5-minute upstream cache.",
  "endpoint": "https://www.clawbots.org/api/tools/normie-identity",
  "inputs": {
    "type": "object",
    "properties": {
      "tokenId": {
        "type": "integer",
        "minimum": 0,
        "maximum": 9999,
        "description": "Normies NFT token ID (e.g. 7593). Required."
      }
    },
    "required": [
      "tokenId"
    ],
    "additionalProperties": false
  },
  "outputs": {
    "type": "object",
    "properties": {
      "tokenId": {
        "type": "integer"
      },
      "name": {
        "type": [
          "string",
          "null"
        ]
      },
      "type": {
        "type": [
          "string",
          "null"
        ],
        "description": "Human, Cat, Alien, or Agent"
      },
      "traits": {
        "type": "object",
        "description": "Visual trait key-value pairs (Type, Gender, Age, Hair Style, etc.)"
      },
      "fetchedAt": {
        "type": "string",
        "format": "date-time"
      },
      "tier": {
        "type": "string",
        "enum": [
          "free",
          "premium",
          "payment"
        ]
      },
      "agentId": {
        "type": [
          "string",
          "null"
        ],
        "description": "ERC-8004 agent ID (premium only)"
      },
      "chainId": {
        "type": [
          "integer",
          "null"
        ],
        "description": "Chain ID of the agent binding (premium only)"
      },
      "tagline": {
        "type": [
          "string",
          "null"
        ],
        "description": "One-line tagline (premium only)"
      },
      "backstory": {
        "type": [
          "string",
          "null"
        ],
        "description": "Full backstory text (premium only)"
      },
      "greeting": {
        "type": [
          "string",
          "null"
        ],
        "description": "Default greeting message (premium only)"
      },
      "personalityTraits": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "List of personality descriptors (premium only)"
      },
      "communicationStyle": {
        "type": [
          "string",
          "null"
        ],
        "description": "How the agent communicates (premium only)"
      },
      "quirks": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "Behavioral quirks (premium only)"
      },
      "_tier": {
        "type": "string",
        "enum": [
          "free",
          "premium",
          "payment"
        ]
      },
      "_upgrade": {
        "type": "object",
        "description": "Present on free tier only"
      }
    },
    "required": [
      "tokenId",
      "name",
      "type",
      "traits",
      "fetchedAt",
      "tier",
      "_tier"
    ]
  },
  "creatorAddress": "0xef2cc7d15d3421629f93ffa39727f14179f31c75",
  "tags": [
    "normies",
    "nft",
    "identity",
    "persona",
    "erc-8004",
    "agent",
    "x402",
    "base"
  ],
  "pricing": [
    {
      "amount": "0.002",
      "asset": "USDC",
      "recipient": "0xef2cc7d15d3421629f93ffa39727f14179f31c75",
      "protocol": "x402"
    }
  ],
  "authentication": [
    {
      "type": "siwe",
      "description": "Sign In With Ethereum. Holders of the Axiom Tool Pass NFT get free unlimited access. Sign a SIWE message proving wallet ownership; the server verifies your wallet holds the pass on-chain.",
      "header": "Authorization: SIWE <base64url(message)>.<0xsignature>",
      "passContract": "0xfc9ce3990f85fA1A3a0eE51a710642396a6Cad82",
      "chain": "base",
      "chainId": 8453,
      "collection": "https://opensea.io/collection/axiom-tool-pass"
    },
    {
      "type": "x402",
      "description": "Pay per call in USDC on Base via the x402 protocol. No account or API key needed.",
      "header": "x-payment: <x402 authorization>"
    }
  ],
  "onChain": {
    "registry": "0x265BB2DBFC0A8165C9A1941Eb1372F349baD2cf1",
    "chainId": 8453,
    "toolId": 16
  }
}
