Skip to main content
Glama

list_workflow_runs

Retrieve GitHub Actions workflow runs for a repository, with options to filter by workflow, branch, or status to monitor CI/CD execution.

Instructions

List workflow runs for a repository or specific workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYesRepository owner
repoYesRepository name
workflow_idNoWorkflow ID or filename (e.g. 'ci.yml') to filter by
branchNoFilter by branch name
statusNoFilter by status (completed, action_required, cancelled, failure, neutral, skipped, stale, success, timed_out, in_progress, queued, requested, waiting, pending)
per_pageNoResults per page (max 100)
pageNoPage number

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions listing but doesn't specify if this is a read-only operation, whether it requires authentication, how pagination works (beyond schema details), or what the output includes (e.g., run statuses, timestamps). For a tool with 7 parameters and no annotations, this is a significant gap in transparency.

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 extremely concise—a single sentence with no wasted words. It front-loads the core purpose ('List workflow runs') and efficiently adds scope ('for a repository or specific workflow'). Every word earns its place, making it easy for an agent to parse quickly.

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

Completeness3/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, no annotations, but with an output schema), the description is minimally adequate. The output schema likely covers return values, reducing the need for output details in the description. However, the lack of behavioral context (e.g., authentication needs, pagination behavior) and usage guidelines leaves gaps that could hinder effective tool invocation.

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?

The schema description coverage is 100%, meaning all parameters are well-documented in the schema itself (e.g., 'owner' as 'Repository owner', 'workflow_id' with filtering details). The description adds no additional parameter semantics beyond implying filtering by repository or workflow, which is already covered. This meets the baseline score of 3 for high schema coverage.

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 tool's purpose: 'List workflow runs for a repository or specific workflow.' It specifies the verb ('List') and resource ('workflow runs'), and distinguishes the scope (repository or specific workflow). However, it doesn't explicitly differentiate from sibling tools like 'list_workflows' or 'list_check_runs', which reduces it from a perfect score.

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, such as requiring repository access, or compare it to similar tools like 'list_workflows' (which lists workflow definitions) or 'list_check_runs' (which might list check runs). This leaves the agent without context for tool selection.

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/software-engineer-mj/github-mcp'

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