You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_list_kb_entries

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Retrieve entries from a knowledge base with optional filtering and pagination.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the knowledge base"
    },
    "page": {
      "type": "number",
      "description": "Page number for pagination (starts at 1)"
    },
    "limit": {
      "type": "number",
      "description": "Maximum number of entries to return per page"
    },
    "folder": {
      "type": "string",
      "description": "Filter entries by folder ('general', 'skills', 'contexts', 'documents', 'faqs')"
    },
    "source": {
      "type": "string",
      "description": "Filter entries by source type ('manual', 'document', 'url')"
    }
  },
  "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 →