ollama_corpus_list
List corpora. List named corpora on disk with stats. No Ollama call. Use to discover what’s been indexed, check freshness (indexed_at), or verify a corpus exists before searching.
Parameters
Section titled “Parameters”This tool takes no parameters.
Full input schema
Section titled “Full input schema”The JSON Schema below is generated from the same zod schema the server validates against at the wire — it cannot drift from runtime behavior.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {}}Envelope
Section titled “Envelope”Every tool returns the standard envelope — tier_used, model, tokens_in/tokens_out, elapsed_ms, backend provenance, warnings. See Envelope & tiers.
Source
Section titled “Source”Schema + handler: src/tools/corpusList.ts · registration: src/index.ts
Back to the Tool Reference.