MCP tools¶
kbolt mcp exposes a small, retrieval-focused MCP surface.
Tool list¶
search¶
Search indexed content with optional space and collection filters.
Inputs:
queryspacecollectionlimitmodeno_rerank
Notes:
- default limit is
10 - supported modes are
auto,deep,keyword, andsemantic
get¶
Read one document by docid or collection-relative path.
Inputs:
identifierspace
multi_get¶
Read multiple documents while enforcing file-count and byte budgets.
Inputs:
locatorsspacemax_filesmax_bytes
Notes:
- default
max_filesis20 - default
max_bytesis51200
list_files¶
List indexed files in one collection, optionally filtered by path prefix.
Inputs:
spacecollectionprefix
status¶
Return index status for the current or specified space.
Inputs:
space
When to use MCP vs the CLI¶
Use the CLI when you are working directly in a terminal.
Use MCP when another tool or agent needs to:
- search your indexed content
- read underlying files
- check status programmatically