rename_record
Rename records in DEVONthink by providing the UUID and new name. Returns confirmation with the UUID, old name, and new name for verification.
Instructions
Renames a specific record in DEVONthink. UUID is required. Provide the new name as newName. Returns renamed: true with uuid, oldName, and newName for confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the record to rename | |
| newName | Yes | New name for the record | |
| databaseName | No | Database name (optional, for disambiguation) |