Skip to main content
Glama

Storyblok MCP Server

create_component

Generates a new component in Storyblok CMS, configuring fields, display name, schema, nesting options, and visual elements like icons and previews.

Instructions

Creates a new component with all supported fields.

Input Schema

NameRequiredDescriptionDefault
colorNo
component_group_uuidNo
content_type_asset_previewNo
display_nameNo
iconNo
internal_tag_idsNo
is_nestableNo
is_rootNo
nameYes
preview_fieldNo
preview_tmplNo
schemaNo

Input Schema (JSON Schema)

{ "properties": { "color": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Color" }, "component_group_uuid": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Component Group Uuid" }, "content_type_asset_preview": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Content Type Asset Preview" }, "display_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Display Name" }, "icon": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Icon" }, "internal_tag_ids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Internal Tag Ids" }, "is_nestable": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": true, "title": "Is Nestable" }, "is_root": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": false, "title": "Is Root" }, "name": { "title": "Name", "type": "string" }, "preview_field": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Preview Field" }, "preview_tmpl": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Preview Tmpl" }, "schema": { "additionalProperties": true, "default": {}, "title": "Schema", "type": "object" } }, "required": [ "name" ], "title": "create_componentArguments", "type": "object" }

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