Move Document
move_documentMove a document or folder to a different parent folder in the binder, with optional position control.
Instructions
Move a document or folder to a different parent folder in the binder, optionally at a specific position among the target folder's children. Changes only the location, not the content. Requires an open project, a valid document id, and a valid target folder id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | Zero-based index at which to insert the item among the target folder's children. Omit to append at the end. | |
| documentId | Yes | Scrivener document UUID, as returned by get_structure (a binder item "id"). | |
| targetFolderId | Yes | UUID of a binder folder, as returned by get_structure. |