neuron_update_knowledge_base
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Update the properties of an existing knowledge base such as name, description, or root instruction.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier of the knowledge base to update"
},
"name": {
"type": "string",
"description": "New name for the knowledge base"
},
"description": {
"type": "string",
"description": "New description for the knowledge base"
},
"rootInstruction": {
"type": "string",
"description": "New root instruction or context"
}
},
"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