Skip to main content
Glama

Storyblok MCP Server

by ArjunCodess

update_datasource_entry

Modify a datasource entry by updating specific attributes such as name, value, and dimensions. This tool connects AI-driven commands to Storyblok CMS, enabling efficient content management and data adjustments.

Input Schema

NameRequiredDescriptionDefault
dimension_idNo
dimension_valueNo
entry_idYes
nameNo
valueNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dimension_id": { "type": "number" }, "dimension_value": { "type": "string" }, "entry_id": { "type": "string" }, "name": { "type": "string" }, "value": { "type": "string" } }, "required": [ "entry_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