Use the Speak AI MCP server tool bulk_move_media to move multiple media files to a
folder in a single operation.
What does it do?
Move multiple media files to a folder in a single operation. Use this for batch reorganization instead of updating media one by one.
Parameters
bulk_move_media takes 2 parameters, all of them required.
| Name | Type | Required | Description |
|---|---|---|---|
folderId |
string | Yes | Target folder ID to move media into |
mediaIds |
array of string | Yes | Array of media IDs to move |
Behaviour
The Speak AI MCP server publishes these behaviour hints for bulk_move_media.
- Can change data in your workspace.
- Can delete or overwrite data. Use with care.
- Repeating an identical call can have an extra effect.
- Stays inside Speak AI. Does not reach other systems.
Related
- Media library lists the rest of the Media library category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.