Skip to main content
Glama

Execute Workflow Run Step

workflow_runs_execute_step

Execute one pending workflow run step and return updated run status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runIdYesWorkflow run ID. UUID string.
stepRunIdYesStep run ID from workflow_runs_create or workflow_runs_get. UUID string.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
runYes
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations indicate a non-read-only, non-idempotent action, so it is understood to mutate state. The description adds the 'pending' constraint and that it returns updated status, but does not disclose side effects, failure behavior, or consequences of re-execution. Given the low annotation information, the description carries much of the burden and only partially meets it.

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 a single, well-structured sentence that places the verb and object first, with no redundant information. Every word contributes value.

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

Completeness4/5

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

With two well-documented parameters, an output schema present, and a straightforward action, the description provides sufficient context for a tool of this complexity. It lacks detail on state prerequisites or error handling, but these are partially mitigated by the output schema and the 'pending' qualifier.

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 description coverage is 100% for both parameters (runId and stepRunId), each described as UUID strings with context. The description adds no parameter-specific meaning beyond the schema, so baseline 3 applies.

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 action ('Execute'), the specific resource ('one pending workflow run step'), and the outcome ('return updated run status'). This distinguishes it from sibling tools like workflow_runs_get (which retrieves) and workflow_runs_create (which creates a run).

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

Usage Guidelines4/5

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

The description gives clear context: it is for executing a pending step, implying it should be used when a run has steps ready to advance. It does not explicitly mention alternatives or exclusions, but the scope is unambiguous given the tool name and sibling set.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources