Skip to main content
Glama

Storyblok MCP Server

create_extension

Create and configure new extensions within your organization or partner context using this tool. Define name, slug, icon, preview video, and other settings to integrate extensions seamlessly into Storyblok environments.

Instructions

    Creates a new extension in the specified context (organization or partner).
    

Input Schema

NameRequiredDescriptionDefault
authorNo
contextYes
descriptionNo
dev_embedded_app_urlNo
dev_oauth_redirect_uriNo
embedded_app_urlNo
enable_space_settingsNo
field_type_idsNo
iconNo
in_sidebarNo
in_toolbarNo
introNo
nameYes
oauth_redirect_uriNo
preview_videoNo
screenshotNo
sidebar_iconNo
slugYes
websiteNo

Input Schema (JSON Schema)

{ "properties": { "author": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Author" }, "context": { "title": "Context", "type": "string" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "dev_embedded_app_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dev Embedded App Url" }, "dev_oauth_redirect_uri": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dev Oauth Redirect Uri" }, "embedded_app_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Embedded App Url" }, "enable_space_settings": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Enable Space Settings" }, "field_type_ids": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Field Type Ids" }, "icon": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Icon" }, "in_sidebar": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "In Sidebar" }, "in_toolbar": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "In Toolbar" }, "intro": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Intro" }, "name": { "title": "Name", "type": "string" }, "oauth_redirect_uri": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Oauth Redirect Uri" }, "preview_video": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Preview Video" }, "screenshot": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Screenshot" }, "sidebar_icon": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sidebar Icon" }, "slug": { "title": "Slug", "type": "string" }, "website": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Website" } }, "required": [ "name", "slug", "context" ], "title": "create_extensionArguments", "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