Skip to main content
Glama

update_story

Update an existing Storyblok story by ID, supporting all fields including content, metadata, and optional publishing.

Instructions

Updates an existing Storyblok story by ID. Supports all documented fields including publishing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
story_idYesID of the story to update
nameNoNew name
slugNoNew slug
contentNoNew content
parent_idNoNew parent folder ID
group_idNoNew group ID
sort_by_dateNoSort by date field
tag_listNoTags for the story
is_folderNoWhether this is a folder
pathNoCustom path
default_rootNoDefault root component
disable_fe_editorNoDisable frontend editor
is_startpageNoWhether this is the start page
meta_dataNoMeta data object
pinnedNoWhether the story is pinned
first_published_atNoFirst published date
translated_slugs_attributesNoTranslated slug attributes
positionNoPosition in list
force_updateNoForce update even if conflicts
release_idNoRelease ID
publishNoPublish after update
langNoLanguage code for translation
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must disclose behavioral traits. It only says 'Updates' without describing side effects, permissions needed, conflict handling, or idempotency. This is insufficient for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences, front-loaded with action. No redundant information, though it could be slightly more structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 22 parameters, no output schema, and no annotations, the description is too brief. It omits return values, error behavior, and key usage context like the implications of the publish parameter.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with detailed parameter descriptions. The description adds minimal value beyond highlighting 'publishing', which is already in schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it updates an existing Storyblok story by ID, and mentions it supports all documented fields including publishing, which distinguishes it from create_story, publish_story, and delete_story.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit when-to-use or when-not-to-use guidance. Does not contrast with siblings like bulk_update_stories or update_story_schedule, and no prerequisites or alternative scenarios are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/hypescale/storyblok-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server