devonthink
Search and retrieve documents from DEVONthink using actions like full-text search, similar-document lookup, reading content by UUID, and listing available databases.
Instructions
Search and retrieve documents from DEVONthink. Actions: search (full-text search), similar (find similar documents), read (get plain text by UUID), databases (list all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No | Document UUID (for read and similar) | |
| limit | No | Max results (default 20, max 50) | |
| query | No | Search query (supports AND, OR, NOT, NEAR, wildcards, phrase quotes) | |
| action | Yes | Action to perform | |
| database | No | Database name to search in (omit for all) | |
| content_length | No | Max chars of content per search result (default 200, 0 for metadata only) |