complete_asset_upload
Process and finalize asset uploads in Storyblok CMS by specifying the asset_id, enabling efficient management of media files through MCP server integration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asset_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"asset_id": {
"type": "string"
}
},
"required": [
"asset_id"
],
"type": "object"
}