debug_story_access
Analyze and troubleshoot access to a specific story using fetch parameters through the Storyblok MCP server. Identify issues and verify permissions efficiently by inputting the story ID.
Instructions
Debug access to a specific story via various fetch parameters.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
story_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"story_id": {
"title": "Story Id",
"type": "string"
}
},
"required": [
"story_id"
],
"title": "debug_story_accessArguments",
"type": "object"
}