_mcp_validate_data_schema
Check a JSONL file's structure against a schema, returning keys, types, and lengths while never revealing the actual data values.
Instructions
Check a JSONL file against a schema — returns keys/types/lengths only, never values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | ||
| file_path | Yes | ||
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||