Validate specific tool based on source type
Request
Body Params application/jsonRequired
{
"name": "string",
"source": "string",
"usage": "string",
"inputs": {
"property1": "string",
"property2": "string"
},
"params": {
"property1": "string",
"property2": "string"
}
}
Request Code Samples
curl --location --request POST '/tool/validate' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"source": "string",
"usage": "string",
"inputs": {
"property1": "string",
"property2": "string"
},
"params": {
"property1": "string",
"property2": "string"
}
}'
Modified at 2025-12-12 05:25:24