Skip to main content
Glama

Storyblok MCP Server

create_datasource_entry

Create a new datasource entry in a Storyblok space by specifying the datasource ID, name, and value to organize and manage structured data efficiently.

Instructions

    Creates a new datasource entry in a specified Storyblok space.
    

Input Schema

NameRequiredDescriptionDefault
datasource_idYes
nameYes
valueYes

Input Schema (JSON Schema)

{ "properties": { "datasource_id": { "title": "Datasource Id", "type": "integer" }, "name": { "title": "Name", "type": "string" }, "value": { "title": "Value", "type": "string" } }, "required": [ "datasource_id", "name", "value" ], "title": "create_datasource_entryArguments", "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