Skip to main content
Glama

Storyblok MCP Server

update_datasource_entry

Modify an existing datasource entry in a Storyblok space by updating its name, value, dimension value, or dimension ID. Ensure accurate and efficient data management within your content workflows.

Instructions

    Updates an existing datasource entry in a specified Storyblok space.
    

Input Schema

NameRequiredDescriptionDefault
datasource_entry_idYes
dimension_idNo
dimension_valueNo
nameNo
valueNo

Input Schema (JSON Schema)

{ "properties": { "datasource_entry_id": { "title": "Datasource Entry Id", "type": "integer" }, "dimension_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Dimension Id" }, "dimension_value": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dimension Value" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Value" } }, "required": [ "datasource_entry_id" ], "title": "update_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