paperless_search_documents
Search and filter documents by query, correspondent, tag, or date range, returning only metadata—title, dates, tags, and page count—to reference without exposing full text.
Instructions
PRIVACY TIER 1 (metadata only): Search documents and return METADATA ONLY — never OCR content. Full-text search runs server-side inside Paperless; this tool returns only titles, dates, tags, correspondent and document-type names. Use this to find and reference documents without pulling their text into context. Returns id, title, correspondent_name, document_type_name, tags, created_date, added_date, page_count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_query | No | Full-text search across OCR content + title (matching happens on the server; content is NOT returned). | |
| correspondent_name | No | Filter by correspondent name. | |
| tag | No | Filter by a single tag name. | |
| document_type | No | Filter by document type name. | |
| created_after | No | ISO date YYYY-MM-DD (created on/after). | |
| created_before | No | ISO date YYYY-MM-DD (created on/before). | |
| inbox_only | No | Only documents currently in the inbox. | |
| limit | No | Max results (default 20). |