list_documents_tool
View all indexed documents in the PinRAG vector store, including PDFs, videos, GitHub repos, and Discord exports, with optional tag filtering.
Instructions
List all indexed documents in the PinRAG index.
Returns unique document IDs (PDF file names, video IDs, discord-alicia-1200-pcb, owner/repo/path for GitHub, etc.)
currently in the vector store, plus total chunk count. Uses server config
for vector store location and collection.
Args:
tag: Optional tag to filter: only list documents that have this tag.
ctx: MCP request context (injected by the server; unused).
Returns:
Dictionary containing documents, total_chunks, persist_directory,
collection_name, document_details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional tag to filter: only list documents that have this tag. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |