neuron_create_knowledge_base
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Create a new knowledge base to store and organize information, documents, and entries.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Name of the knowledge base"
},
"description": {
"type": "string",
"description": "Optional description of the knowledge base purpose"
},
"rootInstruction": {
"type": "string",
"description": "Optional root instruction or context for the knowledge base"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries