Skip to main content
Glama

update_field_plugin

Update existing field plugins in Storyblok by modifying JS source, compiled code, name, options, or space assignments within specified contexts like space, org, or partner.

Instructions

    Updates an existing field plugin in the specified context.

    Args:
      field_type_id: Numeric ID of the field plugin.
      body: Updated uncompiled JS source.
      compiled_body: Updated compiled JS source.
      name: Optional new name (must still be unique).
      options: Optional config options for the plugin.
      space_ids: Optional space assignment list.
      context: 'space', 'org', or 'partner'.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
compiled_bodyNo
contextNospace
field_type_idYes
nameNo
optionsNo
space_idsNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states this is an update operation but doesn't mention whether it's destructive, requires specific permissions, has side effects, or what happens to unspecified fields. It provides minimal behavioral context beyond the basic operation type.

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 well-structured with a clear purpose statement followed by parameter documentation. Each parameter explanation is brief and focused. There's minimal waste, though the formatting with 'Args:' could be slightly more integrated with the main description text.

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 7 parameters, no annotations, and no output schema, the description is incomplete. It covers parameters well but lacks crucial information about behavioral traits, error conditions, return values, and usage context. The agent would struggle to use this tool correctly without additional context.

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

Parameters5/5

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

With 0% schema description coverage, the description compensates fully by providing clear semantic explanations for all 7 parameters. Each parameter gets a brief but meaningful description that adds value beyond the schema's type information, explaining what each field represents and their optional nature.

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

Purpose4/5

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

The description clearly states the verb 'updates' and the resource 'existing field plugin', specifying it operates 'in the specified context'. It distinguishes from sibling 'create_field_plugin' by focusing on updates rather than creation, though it doesn't explicitly differentiate from other update tools like 'update_extension'.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites like authentication, permissions, or when to choose this over other update tools. The only implied usage is for modifying field plugins, but no explicit context or exclusions are provided.

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

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

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