Skip to main content
Glama

Storyblok MCP Server

get_unpublished_dependencies

Retrieve unpublished dependencies for specific stories in Storyblok spaces. Input story IDs to identify and manage unpublished content efficiently.

Instructions

Retrieves unpublished dependencies for one or more stories.

Input Schema

NameRequiredDescriptionDefault
release_idNo
story_idsYes

Input Schema (JSON Schema)

{ "properties": { "release_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Release Id" }, "story_ids": { "items": { "type": "integer" }, "title": "Story Ids", "type": "array" } }, "required": [ "story_ids" ], "title": "get_unpublished_dependenciesArguments", "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