Skip to main content
Glama

Storyblok MCP Server

update_tag

Modify the name of an existing tag in a Storyblok space by specifying the tag ID and the new desired name.

Instructions

    Updates the name of an existing tag in a Storyblok space.

    

Input Schema

NameRequiredDescriptionDefault
new_nameYes
tag_idYes

Input Schema (JSON Schema)

{ "properties": { "new_name": { "title": "New Name", "type": "string" }, "tag_id": { "title": "Tag Id", "type": "string" } }, "required": [ "tag_id", "new_name" ], "title": "update_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