{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "tiwater.office-mcp-input/docx_table_index/v1",
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "minLength": 1,
      "description": "Current DOCX path.",
      "x-tiwater-file-role": "read"
    },
    "returnContent": {
      "type": "boolean",
      "description": "Whether to return a bounded table-summary page directly in the tool response. May be combined with output."
    },
    "output": {
      "type": "string",
      "minLength": 1,
      "description": "Optional new JSON artifact path for retaining the complete table index. May be combined with returnContent.",
      "x-tiwater-file-role": "write",
      "x-tiwater-file-effect": false
    },
    "offset": {
      "type": "integer",
      "minimum": 0,
      "maximum": 9007199254740991,
      "description": "Zero-based table offset. Continue only when an unreturned table is needed for the current operation."
    }
  },
  "required": ["input", "returnContent"],
  "additionalProperties": false
}
