neuron_update_kb_entry
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Update the content, title, folder, or source of an existing knowledge base entry.
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"
},
"title": {
"type": "string",
"description": "New title for the entry"
},
"folder": {
"type": "string",
"description": "New folder: 'general', 'skills', 'contexts', 'documents', or 'faqs'"
},
"source": {
"enum": [
"manual",
"document",
"url"
],
"type": "string",
"description": "New source type for the entry"
},
"content": {
"type": "string",
"description": "New content for the entry"
},
"entryId": {
"type": "string",
"description": "Unique identifier of the entry to update"
},
"metadata": {
"type": "object",
"description": "New metadata key-value pairs",
"additionalProperties": {}
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries