retrieve_single_component_folder
Retrieve a specific component folder by its ID from your Storyblok space using the Storyblok MCP Server for direct access and management.
Instructions
Retrieves a single component folder (component group) by its ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"folder_id": {
"title": "Folder Id",
"type": "string"
}
},
"required": [
"folder_id"
],
"title": "retrieve_single_component_folderArguments",
"type": "object"
}