Skip to main content
Glama

Update Flow Configuration Parameter

update_flow_configuration

Update an externalized configuration parameter in an integration flow. Provide artifact ID, parameter key, and value to modify runtime settings.

Instructions

Update a single externalized configuration parameter of an integration flow. Requires ALLOW_WRITE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true to proceed.
versionNoactive
dataTypeNoxsd:string
artifactIdYes
parameterKeyYes
parameterValueYes
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It only states that the tool updates a parameter and requires write permission. It does not specify side effects, whether changes are immediate, or how errors are handled.

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

Conciseness5/5

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

The description is two sentences long, highly efficient, and front-loaded with the core action. No redundant information is present.

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 the tool has 6 parameters (3 required), no output schema, and no annotations, the description is insufficient. It lacks context about the integration flow, the nature of configuration parameters, and the effects of the 'confirm' flag.

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

Parameters2/5

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

Schema description coverage is low (17%), with only the 'confirm' parameter having a description. The tool description does not compensate by explaining the meaning or permitted values of parameters like 'parameterKey', 'parameterValue', 'version', or 'dataType'.

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 explicitly states the verb 'Update' and the resource 'a single externalized configuration parameter of an integration flow'. This clearly distinguishes it from sibling tools like 'get_flow_configurations' which is read-only.

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

Usage Guidelines3/5

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

The description mentions 'Requires ALLOW_WRITE' which is a prerequisite but does not provide explicit context for when to use this tool versus alternatives. No when-not-to-use guidance or alternative tool references are given.

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/premsaidaggolu/sap-cpi-mcp-server'

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