KosmoKrator

data

Storyblok MCP, CLI, and Lua Integration for AI Agents

Storyblok integration docs for AI agents: MCP gateway setup, Storyblok CLI commands, Lua API reference, credentials, and function schemas.

Storyblok for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
storyblok.storyblok_list_stories Read read 4 List stories in the configured Storyblok space. Supports pagination, search, and sorting.
storyblok.storyblok_get_story Read read 1 Retrieve a single Storyblok story by its numeric ID, including full content.
storyblok.storyblok_create_story Write write 6 Create a new story in the configured Storyblok space. Requires a name, slug, and content object.
storyblok.storyblok_update_story Write write 5 Update an existing Storyblok story. Provide the story ID and the fields to update (e.g., content, name, slug).
storyblok.storyblok_delete_story Write write 1 Delete a story from the configured Storyblok space by its numeric ID. This action is irreversible.
storyblok.storyblok_list_components Read read 0 List all component schemas defined in the configured Storyblok space. Useful for understanding available content structures.
storyblok.storyblok_get_current_user Read read 0 List all available Storyblok spaces for the authenticated user. Useful as a health check or to discover space IDs.