Skip to main content
Glama

gh_list_runs

Read-onlyIdempotent

List a page of GitHub Actions workflow runs with filters for branch, status, event, actor, workflow, SHA, and creation range.

Instructions

List one authoritative, bounded page of GitHub Actions workflow runs.

Existing branch, status, and per_page callers remain supported. Exact workflow, head-SHA, event, actor, creation-range, and check-suite filters are sent to GitHub's workflow-runs REST route rather than applied locally.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoOne-based result page.
repoYes
actorNo
eventNo
ownerYes
branchNo
statusNo
head_shaNoExact 40-character workflow-run head commit SHA.
per_pageNo
created_toNoInclusive timezone-aware ISO 8601 creation upper bound.
workflow_idNoExact workflow identifier to scope the authoritative route.
created_fromNoInclusive timezone-aware ISO 8601 creation lower bound.
check_suite_idNoExact check-suite identifier.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
itemsYes
queryYes
warningNo
has_moreYes
per_pageYes
truncatedYes
total_countYes
Behavior4/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive traits. The description adds valuable context about pagination ('bounded page'), backward compatibility, and that filters are applied server-side, which affects result accuracy and performance. This goes beyond the annotations without contradiction.

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?

Two tight sentences deliver the core purpose and key behavioral notes without fluff. Every clause serves a purpose, and the information is front-loaded. This is exemplary conciseness.

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?

Given the tool's 13 parameters and available output schema, the description covers pagination ('bounded page'), filter behavior (server-side), and backward compatibility, which are critical for correct usage. Minor gaps remain (e.g., default ordering, potential errors), but the provided output schema and annotations fill in much of the remaining context.

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 only 46%, and the description does not compensate by elaborating on parameter formats or relationships beyond naming 'exact workflow, head-SHA, event, actor, creation-range, and check-suite filters.' Since half the parameters lack schema descriptions and the description adds minimal parameter-specific insight, it falls short of compensating for the low coverage.

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 tool lists 'one authoritative, bounded page of GitHub Actions workflow runs,' using a specific verb and resource. It distinguishes itself from siblings by emphasizing server-side filtering and backward compatibility, making its purpose immediately clear.

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?

It provides clear context—filters are sent to GitHub's REST route rather than applied locally—which guides when to use this tool (when server-side filtering is desired). However, it does not explicitly name alternative tools or state when NOT to use it, so it lacks direct exclusions.

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/fvanevski/gh_mcp'

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