dt3_search
Search a DEVONthink database using native query syntax to find metadata records by name, tag, or other fields. Supports pagination and optional group filtering for targeted results.
Instructions
Search one permitted database with native DEVONthink query syntax, e.g. name:report or tag:review. Metadata only; use read_text for content. Live pagination follows native result order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| offset | No | ||
| recursive | No | ||
| group_uuid | No | Record UUID or x-devonthink-item:// link. Link page/search parameters are ignored. | |
| database_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| records | Yes | ||
| advisory | No | ||
| snapshot | Yes | ||
| next_offset | Yes |