You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_create_kb_entry

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.conquext/neuron

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

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