Skip to main content
Glama

Storyblok MCP Server

update_extension

Modifies an existing extension within a specified organization or partner context on the Storyblok MCP Server, allowing updates to name, slug, icon, preview video, and other custom fields.

Instructions

    Updates an existing extension in the specified context (organization or partner).
    

Input Schema

NameRequiredDescriptionDefault
authorNo
contextNoorg
descriptionNo
dev_embedded_app_urlNo
dev_oauth_redirect_uriNo
embedded_app_urlNo
enable_space_settingsNo
extension_idYes
field_type_idsNo
iconNo
in_sidebarNo
in_toolbarNo
introNo
nameNo
oauth_redirect_uriNo
preview_videoNo
screenshotNo
sidebar_iconNo
slugNo
websiteNo

Input Schema (JSON Schema)

{ "properties": { "author": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Author" }, "context": { "default": "org", "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" }, "extension_id": { "title": "Extension Id", "type": "integer" }, "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": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "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": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Slug" }, "website": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Website" } }, "required": [ "extension_id" ], "title": "update_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