Skip to main content
Glama
mimi1vx
by mimi1vx

list_jobs_overview

Fetch a filtered overview of openQA jobs with options for build, test, or result. Summary mode provides compact triage; full data can be saved for further processing.

Instructions

List a condensed jobs overview matching the given filters.

WARNING: the full result can be very large (~1.5 MB / 150+ jobs for a populated build) and may be truncated by MCP clients. For triage, pass summary=True for a compact per-result breakdown. To work with the full data, save it to a temporary file and process it with jq, e.g. jq '.jobs[] | select(.result=="failed")'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNo
archNo
testNo
buildNo
groupNo
limitNo
stateNo
distriNo
latestNo
resultNo
groupidNo
machineNo
summaryNo
versionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that results can be very large and may be truncated, and explains the summary parameter's effect. However, it does not explicitly state that the tool is read-only, leaving some behavioral ambiguity.

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 three sentences: purpose, warning, advice. It is front-loaded with the primary action and contains no redundant or vague statements. Every sentence earns its place.

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 complexity (14 parameters, no annotations, output schema exists), the description covers purpose, size warning, and summary usage. However, it lacks explanation for most parameters and does not mention authentication or permissions. It is adequate but not fully comprehensive.

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 0%, so the description must compensate. It only explains the 'summary' parameter, ignoring the other 13 parameters. The description adds minimal value beyond the schema for most parameters.

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 a 'condensed jobs overview' matching filters, distinguishing it from siblings like list_jobs. The verb 'list' and resource 'jobs overview' are specific, and the warning about large results indicates the tool's scope.

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 provides explicit guidance on when to use summary=True for triage and suggests saving to file for full data, along with a jq example. However, it does not explicitly exclude alternatives or state when not to use this tool.

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/mimi1vx/openqa-mcp'

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