Skip to main content
Glama

Storyblok MCP Server

retrieve_field_plugin

Retrieve a specific field plugin by its ID within a defined context (space, org, or partner) to manage and access plugin data in Storyblok MCP Server.

Instructions

    Retrieves a single field plugin by its ID in the specified context.

    Args:
        field_type_id (int): Numeric ID of the field plugin.
        context (str): 'space', 'org', or 'partner'.
    

Input Schema

NameRequiredDescriptionDefault
contextNospace
field_type_idYes

Input Schema (JSON Schema)

{ "properties": { "context": { "default": "space", "title": "Context", "type": "string" }, "field_type_id": { "title": "Field Type Id", "type": "integer" } }, "required": [ "field_type_id" ], "title": "retrieve_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