Knowledge
MCP tools for the Knowledge module. See the Knowledge module docs for permissions and data model.
search-knowledge
Search knowledge
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
projectId | string | no | Limit search to a specific project |
query | string | no | Semantic search query text |
minScore | number | no | Minimum similarity score (0–1). Results with lower scores are excluded. Only applies when query is provided. |
limit | number | no | Maximum number of results to return (default 10) |
memoryIds | array<string> | no | Search entries within these specific memories |
memoryTags | array<string> | no | Search entries in memories whose tags match any of these patterns (glob supported) |
documentPaths | array<string> | no | Filter results to documents whose file path starts with one of these prefixes |
documentIds | array<string> | no | Filter results to specific document IDs |