validate_tool_io
Checks whether a tool's sample output matches an expected type such as object, array, string, number, boolean, or null. Use it to catch output-type mismatches before running workflows.
Instructions
Validates tool output type against expectation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sample_output | Yes | ||
| expected_output_type | No |