Skip to main content
Glama

Storyblok MCP Server

retrieve_extension

Retrieve extension settings by numeric ID from the Storyblok MCP Server. Specify ID and context ('org' or 'partner') to access organization or partner-level configurations.

Instructions

    Retrieves the settings of a specific extension by its numeric ID.
    
    Args:
        extension_id (int): The numeric ID of the extension.
        context (str): The context to retrieve the extension from. 
                       Options are 'org' for organization-level or 'partner' for partner-level extensions.
    

Input Schema

NameRequiredDescriptionDefault
contextYes
extension_idYes

Input Schema (JSON Schema)

{ "properties": { "context": { "title": "Context", "type": "string" }, "extension_id": { "title": "Extension Id", "type": "integer" } }, "required": [ "extension_id", "context" ], "title": "retrieve_extensionArguments", "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