Skip to main content
Glama

Storyblok MCP Server

create_preset

Define and save a reusable preset for components in a Storyblok space using the Management API, simplifying content creation and management.

Instructions

    Creates a new preset in a Storyblok space via the Management API.
    

Input Schema

NameRequiredDescriptionDefault
colorNo
component_idYes
descriptionNo
iconNo
imageNo
nameYes
presetYes

Input Schema (JSON Schema)

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