Skip to main content
Glama

Storyblok MCP Server

get_unpublished_dependencies

Identify unpublished dependencies for specific stories in Storyblok to ensure content consistency and manage updates effectively.

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" }

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