You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_update_kb_entry

Active

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

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 →