Expand description
Basic JSON Schema validation for tool parameters.
Validates tool arguments against the tool’s parameter_schema() before
execution. Checks required fields, type correctness, and enum constraints.
Functions§
- validate_
args - Validate tool arguments against a JSON Schema.
- validate_
args_ detailed - Validate tool arguments and return all validation errors (not just the first).