Skip to main content
Glama

Storyblok MCP Server

update_preset

Modify existing presets in a Storyblok space by updating properties like name, component ID, preset data, image, color, icon, or description using the Management API.

Instructions

    Updates an existing preset in a Storyblok space via the Management API.
    

Input Schema

NameRequiredDescriptionDefault
colorNo
component_idNo
descriptionNo
iconNo
imageNo
nameNo
presetNo
preset_idYes

Input Schema (JSON Schema)

{ "properties": { "color": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Color" }, "component_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Component Id" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "icon": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Icon" }, "image": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Image" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "preset": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Preset" }, "preset_id": { "title": "Preset Id", "type": "integer" } }, "required": [ "preset_id" ], "title": "update_presetArguments", "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