Skip to main content
Glama

Storyblok MCP Server

by ArjunCodess

fetch_stories

Retrieve stories from Storyblok CMS using customizable filters such as pagination, slugs, search terms, and sorting to efficiently manage and access content.

Input Schema

NameRequiredDescriptionDefault
by_slugsNo
excluding_slugsNo
pageNo
per_pageNo
search_termNo
sort_byNo
starts_withNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "by_slugs": { "type": "string" }, "excluding_slugs": { "type": "string" }, "page": { "type": "number" }, "per_page": { "type": "number" }, "search_term": { "type": "string" }, "sort_by": { "type": "string" }, "starts_with": { "type": "string" } }, "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