neuron_delete_knowledge_base
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Permanently delete a knowledge base and all its associated entries and documents.
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 delete"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries