move_record
Relocate records between groups in DEVONthink databases using UUIDs or identifiers to reorganize content and maintain document organization.
Instructions
Move a record to a different group in DEVONthink. Resolve the source record by uuid (preferred), recordId + databaseName, recordName + databaseName, or recordPath + databaseName. Provide destinationGroupUuid to specify where to move the record. Returns the updated record properties after the move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No | UUID of the record to move | |
| recordId | No | Numeric record ID (requires databaseName) | |
| recordName | No | Record name (requires databaseName, use uuid when possible) | |
| recordPath | No | Record path within the database (requires databaseName) | |
| destinationGroupUuid | No | UUID of the destination group | |
| databaseName | No | Database name (required for recordId, recordName, recordPath) |