validate_test
Dry-run validate a test JSON payload without creating it.
Dry-run validate a test JSON payload without creating it.
Read-only. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
test_json | string | Yes | Complete test JSON payload to validate |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"test_json": "string"
}
Description
Returns structured errors and warnings with JSON paths. Catches: unknown action types, missing owners, placeholders, missing command fields, invalid variables structure.
What's next?
Last updated on