bulk_move_assets
Move multiple assets to a specific folder in Storyblok MCP Server, streamlining asset organization and management for efficient workflows.
Instructions
Move multiple assets to a specified folder.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asset_folder_id | Yes | ||
ids | Yes |
Input Schema (JSON Schema)
{
"properties": {
"asset_folder_id": {
"title": "Asset Folder Id",
"type": "integer"
},
"ids": {
"items": {
"type": "integer"
},
"title": "Ids",
"type": "array"
}
},
"required": [
"ids",
"asset_folder_id"
],
"title": "bulk_move_assetsArguments",
"type": "object"
}