validate-data
ActiveTool of io.github.Deesmo/arch-tools-mcp
declared in 1.8.0
Validate JSON data against a JSON Schema
Parameters schema
{
"type": "object",
"required": [
"data",
"schema"
],
"properties": {
"data": {
"type": "object",
"description": "Data to validate"
},
"schema": {
"type": "object",
"description": "JSON Schema to validate against"
}
}
}Parent server
io.github.Deesmo/arch-tools-mcp
https://github.com/Deesmo/Arch-AI-Tools
1/7 registries