Skip to main content
Glama

Storyblok MCP Server

fetch_stories

Retrieve multiple stories from Storyblok with customizable filters, pagination, and advanced search options for precise content management.

Instructions

Fetch multiple stories from Storyblok with advanced filtering and pagination.

Input Schema

NameRequiredDescriptionDefault
by_idsNo
by_slugsNo
by_uuidsNo
by_uuids_orderedNo
contain_componentNo
excluding_idsNo
excluding_slugsNo
favouriteNo
filter_queryNo
folder_onlyNo
in_releaseNo
in_trashNo
in_workflow_stagesNo
is_publishedNo
mineNo
pageNo
per_pageNo
pinnedNo
reference_searchNo
scheduled_at_gtNo
scheduled_at_ltNo
searchNo
sort_byNo
starts_withNo
story_onlyNo
text_searchNo
with_parentNo
with_slugNo
with_summaryNo
with_tagNo

Input Schema (JSON Schema)

{ "properties": { "by_ids": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "By Ids" }, "by_slugs": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "By Slugs" }, "by_uuids": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "By Uuids" }, "by_uuids_ordered": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "By Uuids Ordered" }, "contain_component": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Contain Component" }, "excluding_ids": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Excluding Ids" }, "excluding_slugs": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Excluding Slugs" }, "favourite": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Favourite" }, "filter_query": { "anyOf": [ { "type": "string" }, { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Filter Query" }, "folder_only": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Folder Only" }, "in_release": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "In Release" }, "in_trash": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "In Trash" }, "in_workflow_stages": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "In Workflow Stages" }, "is_published": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Is Published" }, "mine": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Mine" }, "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1, "title": "Page" }, "per_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 25, "title": "Per Page" }, "pinned": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Pinned" }, "reference_search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Reference Search" }, "scheduled_at_gt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Scheduled At Gt" }, "scheduled_at_lt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Scheduled At Lt" }, "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Search" }, "sort_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort By" }, "starts_with": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Starts With" }, "story_only": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Story Only" }, "text_search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Text Search" }, "with_parent": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "With Parent" }, "with_slug": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "With Slug" }, "with_summary": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "With Summary" }, "with_tag": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "With Tag" } }, "title": "fetch_storiesArguments", "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