Skip to main content
Glama

Storyblok MCP Server

restore_component_version

Allows you to revert a component to a previous version by specifying the version and component IDs in the Storyblok MCP Server.

Instructions

Restores a component to a previous version.

Input Schema

NameRequiredDescriptionDefault
component_idYes
version_idYes

Input Schema (JSON Schema)

{ "properties": { "component_id": { "title": "Component Id", "type": "string" }, "version_id": { "title": "Version Id", "type": "string" } }, "required": [ "version_id", "component_id" ], "title": "restore_component_versionArguments", "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