Skip to main content
Glama

Storyblok MCP Server

by ArjunCodess

create_datasource_entry

Adds a new entry to a specified datasource in Storyblok CMS, enabling users to define values and dimensions for structured content management.

Input Schema

NameRequiredDescriptionDefault
datasource_idYes
dimension_valuesNo
nameYes
valueYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "datasource_id": { "type": "string" }, "dimension_values": { "additionalProperties": { "type": "string" }, "type": "object" }, "name": { "type": "string" }, "value": { "type": "string" } }, "required": [ "datasource_id", "name", "value" ], "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