validate_references
Recursively validate ObjectReference fields under a path, returning [ERROR]/[MISSING] for broken refs and a summary count. Supports depth, verbose, and ignore-optional options.
Instructions
Validate all ObjectReference fields under path recursively. Returns [ERROR]/[MISSING] for broken refs. Summary: "N ERROR, M OK". Use depth=1 for quick top-level scan, depth=3-5 for full subtree. verbose=True also shows [OK] lines (off by default to save tokens). ignore_optional=True skips fields marked [Optional] (reduces noise).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| depth | No | ||
| verbose | No | ||
| ignore_optional | No |