get_record_by_identifier
Retrieve DEVONthink records using UUIDs for cross-database access or numeric IDs with database specification to locate documents and metadata efficiently.
Instructions
Get a DEVONthink record using its UUID or ID. UUID lookup works across all open databases. Numeric ID lookup requires databaseName to be specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No | UUID of the record (preferred — works across all databases) | |
| id | No | Numeric record ID (requires databaseName) | |
| databaseName | No | Database name (required when using numeric id) |