search_documents
Search Epstein case documents with full-text queries and filters by source or category to find court filings, testimony, and correspondence.
Instructions
Search Epstein case documents using full-text search (FTS5).
Args:
query: Full-text search query (e.g. "little st james", "flight log").
source: Filter by document source (court-filing, doj-release, fbi, efta).
category: Filter by document category (deposition, testimony, correspondence).
page: Page number (default 1).
per_page: Results per page, max 100 (default 20).
Returns:
JSON with matching documents including title, date, source, summary, tags.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| source | No | ||
| category | No | ||
| page | No | ||
| per_page | No |