Skip to main content
Glama

Storyblok MCP Server

create_tag

Add tags to content in your Storyblok space using the Management API. Define tag names and associate them with specific stories for better organization and searchability.

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

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