{
  "type": "https://eips.ethereum.org/EIPS/eip-8257#tool-manifest-v1",
  "name": "ask",
  "description": "Natural language query endpoint for Tool Pass holders. Ask questions about wallets, tokens, gas, contracts \u2014 combines real-time tool data with NL reasoning. Tool Pass holders only (no x402).",
  "endpoint": "https://www.clawbots.org/api/tools/ask",
  "inputs": {
    "type": "object",
    "properties": {
      "question": {
        "type": "string",
        "description": "Natural language question about wallets, tokens, gas, or contracts"
      }
    },
    "required": [
      "question"
    ]
  },
  "outputs": {
    "type": "object",
    "properties": {
      "answer": {
        "type": "string"
      },
      "toolsUsed": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "data": {
        "type": "object",
        "description": "Raw data from underlying tools"
      }
    }
  },
  "creatorAddress": "0x523eff3db03938eaa31a5a6fbd41e3b9d23edde5",
  "tags": [
    "nlp",
    "multi-tool",
    "tool-pass-only"
  ]
}
