validate_generated_tool
Validate a generated draft tool's schema and provenance before publication.
Schema and Policy
{
"name": "validate_generated_tool",
"description": "Validate a generated draft tool's schema and provenance before publication.",
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
]
},
"category": "Registry",
"authRequired": true,
"mutability": "read",
"status": "auth_required"
}