dt3_read_text
Reads a bounded chunk of plain text from a DEVONthink record, returning the content along with citation and extraction status.
Instructions
Read a bounded chunk of DEVONthink indexed plain text with citation and extraction status. No OCR, transcription, or spreadsheet recalculation is performed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Record UUID or x-devonthink-item:// link. Link page/search parameters are ignored. | |
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| offset | Yes | ||
| record | Yes | ||
| source | Yes | ||
| untrusted | Yes | ||
| next_offset | Yes | ||
| text_status | Yes | ||
| total_characters | Yes |