Skip to main content
Glama

Storyblok MCP Server

get_story_versions

Retrieve and manage story revisions by specifying story ID, version ID, or release ID. Paginate results and optionally display content for detailed tracking and updates.

Instructions

Retrieves versions (revisions) of stories.

Input Schema

NameRequiredDescriptionDefault
by_release_idNo
by_story_idYes
pageNo
per_pageNo
show_contentNo
version_idNo

Input Schema (JSON Schema)

{ "properties": { "by_release_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "By Release Id" }, "by_story_id": { "title": "By Story Id", "type": "integer" }, "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1, "title": "Page" }, "per_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 25, "title": "Per Page" }, "show_content": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": false, "title": "Show Content" }, "version_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Version Id" } }, "required": [ "by_story_id" ], "title": "get_story_versionsArguments", "type": "object" }

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