neuron_test_tool
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Execute a dry-run test of a custom API tool with sample arguments to verify the endpoint responds correctly.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id",
"args"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the tool to test"
},
"args": {
"type": "object",
"description": "Sample arguments object to pass to the tool for testing",
"additionalProperties": {}
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries