| name | Yes | Human-readable schema name. Example: Facturas HTML. | |
| type | Yes | Schema type matching an extraction endpoint. Example: txt-json, pdf-json. | |
| api_key | No | API key secreta de Claix. Ejemplo: claix_sk_abc123.... Opcional si la conexión MCP envía x-api-key en cabecera HTTP (recomendado en Smithery/Cursor). | |
| window_time | No | Required if window_context is true. Duration in minutes: 5, 10, 15, 30, 45, 60, 90, 120, 180, 240, 360, 480, 720, 1440. | |
| is_agent_mode | No | Set true to enable Agent mode. json-excel cannot use Agent mode. | |
| resumen_agent | No | Optional Agent-mode instruction, max 500 characters. | |
| window_context | No | If true, persist document markdown for later Q&A. | |
| agent_definition | No | Required if is_agent_mode is true. Types: boolean, string, closed, integer. closed requires options[]. | |
| schema_definition | Yes | Output fields. Each key is a JSON property; each value is { type: "string"|"integer"|"number"|"boolean", description: "..." }. | |