{
  "tool_id": "llm-finance-error-taxonomy",
  "slug": "llm-finance-error-taxonomy",
  "path": "/llm-finance-error-taxonomy/",
  "mode": "client_side",
  "usage": "Client-side calculator. Open https://aifinhub.io/llm-finance-error-taxonomy/ and fill in the inputs; results render in-browser.",
  "methodology": "https://aifinhub.io/methodology/llm-finance-error-taxonomy/",
  "sample_input": {
    "tool": "llm_finance_error_taxonomy",
    "text": "XYZW shares trade at \u20ac120 with P/E = price * earnings.",
    "ground_truth": ""
  },
  "input_schema": {
    "type": "object",
    "properties": {
      "tool": {
        "type": "string"
      },
      "text": {
        "type": "string"
      },
      "ground_truth": {
        "type": "string"
      }
    },
    "required": [
      "tool",
      "text"
    ]
  },
  "output_schema": {
    "type": "object",
    "properties": {
      "flagged_modes_count": {
        "type": "integer"
      },
      "flags": {
        "type": "array"
      }
    }
  }
}