Skip to main content
Glama

Storyblok MCP Server

validate_story_content

Validate story content against a predefined component schema using either story ID or direct input to ensure compliance and consistency in Storyblok MCP Server.

Instructions

Validates a story's content against a component schema. Either provide story_id (to fetch) or story_content directly.

Input Schema

NameRequiredDescriptionDefault
component_nameYes
space_idNo
story_contentNo
story_idNo

Input Schema (JSON Schema)

{ "properties": { "component_name": { "title": "Component Name", "type": "string" }, "space_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Space Id" }, "story_content": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Story Content" }, "story_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Story Id" } }, "required": [ "component_name" ], "title": "validate_story_contentArguments", "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