Skip to main content
Glama

Storyblok MCP Server

create_tag

Generate and add a new tag to your Storyblok space using the Management API. Specify the tag name and optionally associate it with a specific story ID for organization and categorization.

Instructions

Creates a new tag in a Storyblok space via the Management API.

Input Schema

NameRequiredDescriptionDefault
nameYes
story_idNo

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "story_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Story Id" } }, "required": [ "name" ], "title": "create_tagArguments", "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