verify_json_schema
Validate JSON from agents against expected schemas to prevent malformed data propagation in multi-agent systems.
Instructions
Validate JSON data from another agent against expected schema. Essential for preventing malformed data propagation in multi-agent workflows. Returns validation status, errors, and confidence score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON data received from another agent | |
| schema | Yes | Expected JSON schema for validation | |
| source_agent | No | Identifier of the agent that provided this data (for audit trail) | |
| strict_validation | No | Enable strict validation mode (fails on additional properties) |