Skip to main content
Glama

Storyblok MCP Server

create_approval

Generate an approval request for a Storyblok content entry, specifying the story ID and the approver ID to streamline content review workflows.

Instructions

    Creates an approval request for a story (and optional release) in a Storyblok space.
    
    :param story_id: Numeric ID of the content entry to be approved.
    :param approver_id: Numeric ID of the user who will approve it.
    

Input Schema

NameRequiredDescriptionDefault
approver_idYes
story_idYes

Input Schema (JSON Schema)

{ "properties": { "approver_id": { "title": "Approver Id", "type": "integer" }, "story_id": { "title": "Story Id", "type": "integer" } }, "required": [ "story_id", "approver_id" ], "title": "create_approvalArguments", "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