Skip to main content
Glama

Storyblok MCP Server

create_field_plugin

Create custom field plugins (field types) in Storyblok by specifying a unique name, JavaScript source, and context (space, org, or partner) for seamless integration.

Instructions

    Creates a new field plugin (field type) in the specified context.

    Args:
        name (str): Unique name for your plugin (e.g., 'my-geo-selector').
        body (str): The uncompiled JavaScript source for the plugin.
        compiled_body (str): Required; empty string if developing locally.
        context (str): 'space', 'org', or 'partner'.
    

Input Schema

NameRequiredDescriptionDefault
bodyYes
compiled_bodyNo
contextNospace
nameYes

Input Schema (JSON Schema)

{ "properties": { "body": { "title": "Body", "type": "string" }, "compiled_body": { "default": "", "title": "Compiled Body", "type": "string" }, "context": { "default": "space", "title": "Context", "type": "string" }, "name": { "title": "Name", "type": "string" } }, "required": [ "name", "body" ], "title": "create_field_pluginArguments", "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