connect_onyx_docs
Index local research documents (PDF, Markdown, JSON, TXT) into Onyx RAG. Query them via onyx_ask() and onyx_search().
Instructions
Index local research documents (PDF, Markdown, JSON, TXT) into the Onyx RAG knowledge base. Documents become searchable via onyx_ask() and onyx_search(). Supports recursive directory scanning. Requires Onyx to be running at ONYX_API_URL. Owner-only side effect (AC-MCP-009).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_type | Yes | Document category for Onyx tagging. | |
| doc_paths | Yes | List of absolute file or directory paths. | |
| owner_token | Yes | Must match OWNER_API_TOKEN env var. |