get_story
Retrieve a specific story by its ID using the Storyblok MCP Server. Access and manage Storyblok spaces, stories, components, and assets directly through this tool.
Instructions
Retrieves a specific story by its ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
story_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"story_id": {
"title": "Story Id",
"type": "integer"
}
},
"required": [
"story_id"
],
"title": "get_storyArguments",
"type": "object"
}