neuron_upload_document
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Upload a text document to a knowledge base. The document will be automatically chunked and indexed for semantic search.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id",
"content",
"filename"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier of the knowledge base"
},
"folder": {
"type": "string",
"description": "Folder path to organize the document within the knowledge base"
},
"content": {
"type": "string",
"description": "Text content of the document to upload"
},
"filename": {
"type": "string",
"description": "Name of the file being uploaded"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries