move-documents
Move world documents of a single type to a target folder by id or name. Creates folder if missing; empty target moves to root.
Instructions
Move one or more world documents of a single type into a target folder (resolved by id or name; created at root if absent). Pass an empty targetFolder to move them to the root. GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifiers | Yes | Exact ids (preferred) or exact names of documents to move. | |
| documentType | Yes | Type of the documents being moved. | |
| targetFolder | No | Target folder id or name (created at root if missing). Empty = root. |