neuron_create_kb_entry
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Add a new entry (note, document, or information piece) to a knowledge base.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id",
"title",
"content"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier of the knowledge base"
},
"title": {
"type": "string",
"description": "Title of the entry"
},
"folder": {
"type": "string",
"description": "Folder to organize the entry: 'general', 'skills', 'contexts', 'documents', or 'faqs' (default: general)"
},
"source": {
"enum": [
"manual",
"document",
"url"
],
"type": "string",
"description": "Source type of the entry (default: manual)"
},
"content": {
"type": "string",
"description": "Content or body of the entry"
},
"metadata": {
"type": "object",
"description": "Optional metadata key-value pairs for the entry",
"additionalProperties": {}
}
},
"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