Skip to main content

Knowledge

MCP tools for the Knowledge module. See the Knowledge module docs for permissions and data model.

search-knowledge

Search knowledge

Arguments

ArgumentTypeRequiredDescription
project_idstringnoLimit search to a specific project
querystringnoSemantic search query text
min_scorenumbernoMinimum score a result must reach to be returned. Filters on the implementation-defined score, not on similarity_score, so the cutoff follows the ranking. Only applies when query is provided. Because the scale behind score is not part of the contract, treat a tuned value as tied to the deployment rather than portable.
limitnumbernoMaximum number of results to return (default 10). A value above 100 is clamped to 100 — the ceiling bounds the vector scan this one request performs, so a larger limit returns everything there is up to that many rows rather than being refused.
memory_idsarray<string>noSearch entries within these specific memories
memory_tagsarray<string>noSearch entries in memories whose tags match any of these patterns (glob supported)
document_pathsarray<string>noFilter results to documents whose file path starts with one of these prefixes
document_idsarray<string>noFilter results to specific document IDs