Skip to main content
Glama

Storyblok MCP Server

update_asset

Modify metadata or settings for an existing asset in Storyblok, including folder placement, tags, visibility, and publishing schedules. Simplify asset management with precise updates.

Instructions

Update an existing asset’s metadata or settings.

Input Schema

NameRequiredDescriptionDefault
altNo
asset_folder_idNo
asset_idYes
copyrightNo
expire_atNo
focusNo
internal_tag_idsNo
is_privateNo
lockedNo
meta_dataNo
publish_atNo
sourceNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "alt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Alt" }, "asset_folder_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Asset Folder Id" }, "asset_id": { "title": "Asset Id", "type": "integer" }, "copyright": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Copyright" }, "expire_at": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Expire At" }, "focus": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Focus" }, "internal_tag_ids": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Internal Tag Ids" }, "is_private": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Is Private" }, "locked": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Locked" }, "meta_data": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Meta Data" }, "publish_at": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "default": null, "title": "Publish At" }, "source": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Source" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Title" } }, "required": [ "asset_id" ], "title": "update_assetArguments", "type": "object" }

Other Tools from Storyblok MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kiran1689/storyblok-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server