Skip to main content
Glama

Storyblok MCP Server

retrieve_multiple_datasource_entries

Retrieve multiple datasource entries from a specified Storyblok space by providing datasource ID, slug, or dimension for efficient content management and integration.

Instructions

    Retrieves multiple datasource entries from a specified Storyblok space.
    

Input Schema

NameRequiredDescriptionDefault
datasource_idNo
datasource_slugNo
dimensionNo

Input Schema (JSON Schema)

{ "properties": { "datasource_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Datasource Id" }, "datasource_slug": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Datasource Slug" }, "dimension": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dimension" } }, "title": "retrieve_multiple_datasource_entriesArguments", "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