Skip to main content
Glama

Get Workflow Run

workflow_runs_get
Read-onlyIdempotent

Get workflow run status, step statuses, outputs, warnings, and dashboard URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runIdYesWorkflow run ID. UUID string.
stepLimitNoMaximum workflow run steps to return (1-100).
stepOffsetNoWorkflow run step offset.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
runYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare the read-only, idempotent, non-destructive nature. The description adds context by specifying the response contents (status, step statuses, outputs, warnings, dashboard URL), which is valuable beyond the structured annotations. No contradictions.

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?

A single sentence that lists exactly what the tool returns with zero wasted words. It is front-loaded with the action and resource.

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

Completeness5/5

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

With an output schema present, annotations covering safety, and a fully described parameter schema, the description is sufficient. It covers the core purpose and response scope without needing to duplicate structured data.

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%, with all parameters described. The description mentions 'step statuses' but does not directly map to stepLimit/stepOffset; however, the schema already documents these parameters thoroughly, so the description adds no significant semantics beyond the schema.

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 uses the specific verb 'Get' with a clear resource ('workflow run') and enumerates exactly what is returned (status, step statuses, outputs, warnings, dashboard URL). This distinguishes it from sibling tools like workflow_runs_create or workflow_runs_execute_step.

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 clearly implies this tool is for retrieving workflow run details, and the sibling tool names (create, execute_step) make the context unambiguous. However, it does not explicitly state when not to use it or name alternative tools.

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