neuron_delete_kb_entry
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Permanently delete a specific entry from a knowledge base.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"kbId",
"entryId"
],
"properties": {
"kbId": {
"type": "string",
"description": "Unique identifier of the knowledge base"
},
"entryId": {
"type": "string",
"description": "Unique identifier of the entry to delete"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries