Skip to main content
Glama

Storyblok MCP Server

fetch_components

Retrieve components from Storyblok with server-side filtering, sorting, and group inclusion. Supports customizable options for component summaries and schema details.

Instructions

Fetches components with server-side filters, sorting, and option to include groups.

Input Schema

NameRequiredDescriptionDefault
component_summaryNo
filter_by_nameNo
in_groupNo
include_schema_detailsNo
is_rootNo
per_pageNo
sort_byNo

Input Schema (JSON Schema)

{ "properties": { "component_summary": { "default": false, "title": "Component Summary", "type": "boolean" }, "filter_by_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Filter By Name" }, "in_group": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "In Group" }, "include_schema_details": { "default": true, "title": "Include Schema Details", "type": "boolean" }, "is_root": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Is Root" }, "per_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Per Page" }, "sort_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort By" } }, "title": "fetch_componentsArguments", "type": "object" }

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