tool_json_validate
Validates a JSON string and returns the parsed object, or provides a detailed error message when validation fails.
Instructions
Validate a JSON string. Returns parsed object or detailed error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_string | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |