analyze_file
Analyze large files (CSV, Excel, PDF, JSON) and get a token-efficient summary with schema, statistics, and sample data in ~300-500 tokens.
Instructions
Analyze a large file (CSV, Excel, PDF, JSON) and return a token-efficient summary. Instead of pasting thousands of rows into the chat, use this to get schema, statistics, and sample data in ~300-500 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | What you want to know about the file (improves relevance) | |
| file_path | Yes | Absolute path to the file to analyze | |
| token_budget | No | Max tokens for the summary (default: 500) |