Skip to main content
Glama

Storyblok MCP Server

by ArjunCodess

update_story

Modify and update Storyblok CMS stories by adjusting fields like content, metadata, tags, schedules, and structure to maintain accurate and organized content management.

Input Schema

NameRequiredDescriptionDefault
alternatesNo
contentNo
default_rootNo
disble_fe_editorNo
expire_atNo
favourite_for_user_idsNo
group_idNo
idYes
is_folderNo
is_scheduledNo
is_startpageNo
meta_dataNo
nameNo
parent_idNo
pathNo
pinnedNo
positionNo
publish_atNo
publishedNo
scheduled_datesNo
slugNo
sort_by_dateNo
tag_listNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "alternates": { "items": {}, "type": "array" }, "content": { "additionalProperties": {}, "type": "object" }, "default_root": { "type": "string" }, "disble_fe_editor": { "type": "boolean" }, "expire_at": { "type": "string" }, "favourite_for_user_ids": { "items": { "type": "number" }, "type": "array" }, "group_id": { "type": "string" }, "id": { "type": "string" }, "is_folder": { "type": "boolean" }, "is_scheduled": { "type": "boolean" }, "is_startpage": { "type": "boolean" }, "meta_data": {}, "name": { "type": "string" }, "parent_id": { "type": "number" }, "path": { "type": "string" }, "pinned": { "type": "boolean" }, "position": { "type": "number" }, "publish_at": { "type": "string" }, "published": { "type": "boolean" }, "scheduled_dates": { "type": "string" }, "slug": { "type": "string" }, "sort_by_date": { "type": "string" }, "tag_list": { "items": { "type": "string" }, "type": "array" } }, "required": [ "id" ], "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/ArjunCodess/storyblok-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server