json_read
Analyze JSON files to explore data structure, understand schema, and get overviews of large datasets for initial data exploration.
Instructions
Read and analyze JSON. Always use this tool to explore JSON structure, understand data schema, or get high-level overviews of large JSON. Use this for initial data exploration or when you need to understand the shape and types of data before extracting specific values.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the JSON file | |
| path | No | Dot notation to specific location | |
| max_depth | No | Limit traversal depth | |
| max_keys | No | Maximum number of keys to show per object (default: show all keys) | |
| sample_arrays | No | Show only first N array items | |
| keys_only | No | Return only the key structure | |
| include_types | No | Add type information | |
| include_stats | No | Add file size and structure statistics |