{
  "serverInfo": {
    "name": "HumanMirror Oracle",
    "version": "1.0.0"
  },
  "authentication": {
    "required": true,
    "schemes": ["bearer"]
  },
  "tools": [
    {
      "name": "humanmirror_oracle",
      "description": "Use HumanMirror Oracle to analyze text, JSON objects, record arrays, or numeric series when an agent needs structured data-quality checks, trends, anomalies, summaries, or recommendations. Do not use it for high-impact professional advice. One successful call consumes one Oracle credit.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "input": {
            "description": "Text, JSON object, array of records, or numeric series to analyze."
          },
          "objective": {
            "type": "string",
            "description": "Optional analysis objective, such as detecting anomalies, checking data quality, or identifying trends."
          },
          "context": {
            "type": "string",
            "description": "Optional contextual information that helps interpret the input."
          }
        },
        "required": ["input"],
        "additionalProperties": false
      }
    }
  ],
  "resources": [],
  "prompts": []
}
