Graphite document validator
graphite_validate_docValidate Graphite documents structurally without rendering, checking JSON parse, network shape, node entries, and export references. Accepts inline document or file path, returns valid status with specific reasons.
Instructions
Structurally validate a Graphite document WITHOUT rendering: JSON parse, network_interface shape, node-entry tuples, and export references. Pass EITHER { document } (inline) OR { documentPath }. Optional compileCheck: true adds the engine's own compile verdict (default false). Validation results are data: an invalid document returns valid: false with precise reasons instead of an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document | No | ||
| compileCheck | No | ||
| documentPath | No |