---
title: "Bulk Move Media Files"
description: "Move multiple media files to a folder in a single operation."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Bulk Move Media Files

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](/mcp/tools/media/) lists the rest of the Media library category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/media/bulk_move_media/index.mdx
