Skip to main content
Glama

Full QA pass with regression diff

qa_run_all

Run the complete QA pipeline, combining API tests, UI flows, and crawls, then compare with the previous run to identify regressions that can block a release.

Instructions

One complete pass: discovery, generated API tests, YAML flows, Playwright specs and the frontend crawl — then an automatic comparison against the previous stored run. Returns the digest plus the diff buckets, of which regressions (passed before, fails now) is the one that should block a release. Mutating endpoints are still governed by policy.readOnly. Use this as the release gate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleNoRole used for API calls and UI login. Defaults to the first configured role.
skipUiNoSkip both UI layers (useful when no browser is available).
maxPagesNoCrawl page cap for this run.
servicesNoLimit the API part to these services.
Behavior4/5

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

With no annotations provided, the description carries the full burden of disclosure. It discloses the components included, the automatic comparison, the returned digest and diff buckets, and the policy constraint on mutating endpoints. It does not mention whether the run updates the stored baseline or the exact structure of the digest, but overall it provides solid transparency for a complex orchestration tool.

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 concise and front-loaded, using two sentences to convey the core functionality and usage guidance. It avoids fluff, with every phrase earning its place—listing components, mentioning the diff, identifying the blocking bucket, and noting the policy constraint.

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 complexity (an orchestrator running multiple QA layers) and no output schema, the description adequately explains what the tool does and what it returns (digest plus diff buckets). It highlights the critical 'regressions' bucket but does not detail the full diff bucket structure or potential side effects (e.g., updating the stored run). This is a minor gap, but the description is largely complete for an agent to understand and invoke the tool.

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%, so parameters (role, skipUi, maxPages, services) are fully documented in the schema. The description adds some context by mentioning the components (e.g., UI layers, API part), which aligns with skipUi and services, but it does not add new semantic meaning beyond what the schema already provides. This is the baseline for high schema 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 what the tool does: a complete QA pass covering discovery, generated API tests, YAML flows, Playwright specs, and frontend crawl, followed by a regression diff against the previous run. This is specific and distinguishes it from the sibling tools (which cover individual components like qa_discover, qa_run_api, etc.).

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 usage guidance, stating 'Use this as the release gate.' It also implies when to use the full run versus the individual sibling tools (e.g., qa_run_api or qa_run_flows), though it doesn't explicitly state when not to use it. The mention of 'regressions' as the blocking bucket further signals its role in release decisions.

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/shahinnr/mcp_qa'

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