create_record
Add new records to DEVONthink databases by specifying name and type, with options for content, URLs, parent groups, and target databases.
Instructions
Create a new record in DEVONthink. Specify name and type (e.g. 'markdown', 'txt', 'rtf', 'html', 'bookmark', 'group'). Optionally provide content, url, a parent group UUID, and database name. Returns the full properties of the newly created record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new record | |
| type | Yes | Record type: 'markdown', 'txt', 'rtf', 'html', 'bookmark', 'group', etc. | |
| content | No | Initial text content for the record | |
| url | No | URL for bookmark records or to associate with the record | |
| parentGroupUuid | No | UUID of the parent group (defaults to database root) | |
| databaseName | No | Target database name (defaults to current database) |