Read and integration¶
This page groups the commands used to read indexed content and expose it to agent clients.
ls¶
Use ls to list indexed files in a collection:
Useful option:
--all: include deactivated files
get¶
Use get to read one indexed document by collection-relative path or docid:
Useful options:
--offset <OFFSET>--limit <LIMIT>
multi-get¶
Use multi-get to read multiple documents within file-count and byte budgets:
Useful options:
--max-files--max-bytes
mcp¶
Use mcp to start the MCP server for agent integration:
This command is usually launched by the MCP client rather than typed by hand in a normal terminal session.