You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_upload_document

Active

Tool 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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →
neuron_upload_document — io.github.conquext/neuron — PRSM MCP