Skip to main content
Glama
ezra-y
by ezra-y

Create workflow step

create_step
Idempotent

Add an immutable executable step to an existing workflow. Supply workflow ID, position, name, executor kind, and spec to define a step's action within the workflow.

Instructions

Create an immutable executable Step inside one Workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
specYes
positionYes
workflow_idYes
write_scopeNoread_only
executor_kindYes
worktree_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds 'immutable' and 'executable' beyond what annotations convey. It clarifies that the created step is immutable and executable, which is not evident from readOnlyHint=false or idempotentHint=true. This is valuable behavioral context not present in structured fields.

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

Conciseness3/5

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

The description is a single sentence, which is concise and front-loaded, but it is too terse to be useful. It omits critical parameters and usage context, so brevity comes at the expense of completeness.

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's complexity (7 parameters, nested objects, output schema) and the absence of schema descriptions, this one-sentence description is severely incomplete. It lacks parameter explanations, usage guidance, and behavioral details beyond immutability, leaving agents to rely on trial and error.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides zero explanation of any of the 7 parameters (workflow_id, position, name, executor_kind, spec, write_scope, worktree_path). The enum values and nested spec object are entirely undocumented, leaving agents to guess at required semantics.

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 states a clear verb ('Create') and a specific resource ('immutable executable Step inside one Workflow'), which distinguishes it from broader tools like 'create_workflow'. It doesn't contrast with sibling step-related tools (e.g., 'start_step') but the core purpose is unambiguous.

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 like 'start_step' or 'create_workflow'. The description only states what it does, not when to invoke it or prerequisites like having an existing workflow.

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/ezra-y/local-agent-mcp'

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