xlsx_schema
Analyze a local .xlsx file to infer column schema: types, nullable flags, header row, and sample values. Enables type-aware data handling decisions before reading or processing.
Instructions
infer column schema of a LOCAL .xlsx file — types, nullable flags, header row, sample values. Use when the agent needs to reason about column types BEFORE deciding how to handle data. Includes confidence (high/medium/low) per column.
USE WHEN: the user references a LOCAL file path and you need to understand column types before processing or writing code against the data. Useful before xlsx_read when downstream handling depends on types.
DO NOT USE WHEN: the file came from an upload/attachment. Or for in-memory data the agent already holds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_b64 | Yes | ||
| options | No |