Skip to main content
Glama

update_asset_folder

Rename or relocate an asset folder by updating its name or parent folder ID in your Storyblok space.

Instructions

Update an existing asset folder's name or parent in the current Storyblok space.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_idYesID of the folder to update
nameNoNew name for the folder
parent_idNoNew parent folder ID
Behavior2/5

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

Without annotations, the description must carry the burden of behavioral disclosure. It only states that the tool updates name or parent, but does not describe side effects, such as whether the change is reversible, what happens if the folder_id is invalid, or any authorization requirements.

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?

The description is a single sentence of 12 words, which is concise and efficient. However, it is slightly too minimal and could benefit from a second sentence explaining the return value or constraints.

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?

For a mutation tool with no output schema and no annotations, the description should be more comprehensive. It does not explain what the tool returns (e.g., the updated folder object) or mention constraints like preventing circular parent relationships. The context provided is insufficient for an agent to use this tool effectively.

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% (all three parameters are described in the input schema). The description mentions 'name or parent', which aligns with the schema's optional parameters, but adds no additional meaning beyond what the schema already provides. 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 the verb 'update', the resource 'asset folder', and the scope 'in the current Storyblok space'. It effectively distinguishes this tool from sibling tools like create_asset_folder, delete_asset_folder, and fetch_asset_folder.

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 guidance is provided on when to use this tool versus alternatives such as create_asset_folder (if the folder does not exist) or delete_asset_folder. There is no mention of prerequisites or conditions.

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