Skip to main content
Glama

Storyblok MCP Server

retrieve_extension_settings

Retrieve detailed settings for a specific extension within a Storyblok space by specifying the space and extension IDs, enabling precise configuration management.

Instructions

Retrieve settings for a specific extension in a space.

Input Schema

NameRequiredDescriptionDefault
extension_idYes
space_idYes

Input Schema (JSON Schema)

{ "properties": { "extension_id": { "title": "Extension Id", "type": "integer" }, "space_id": { "title": "Space Id", "type": "integer" } }, "required": [ "space_id", "extension_id" ], "title": "retrieve_extension_settingsArguments", "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