Skip to main content
Glama

Quality Gate Status

quality_gate_status
Read-onlyIdempotent

Evaluate pull request or branch CI evidence to determine merge readiness, returning blockers, warnings, and next actions.

Instructions

Evaluate real merge-gate evidence for a pull request or CI evidence for a git ref.

Args:

  • owner, repo: Repository coordinates.

  • pullNumber (number?): PR number (preferred); evaluates CI, reviews, policy, labels, and mergeability.

  • ref (string?): Branch name or commit SHA; evaluates CI only.

  • blockingLabels (string[]): Exact case-insensitive PR labels that block merging. Pass [] to disable.

Returns: A structured evidence packet, blockers, warnings, next actions, and a conservative conclusion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref (branch name, commit SHA). Ignored if pullNumber is set.
repoNoGitHub repo. Falls back to GITHUB_REPO.
ownerNoGitHub owner. Falls back to GITHUB_OWNER.
pullNumberNoPR number. Takes precedence over ref when provided.
blockingLabelsNoExact, case-insensitive PR labels that block the gate. Pass [] to disable.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorsYes
headShaYes
blockersYes
degradedYes
evidenceYes
warningsYes
categoriesYes
conclusionYes
nextActionsYes
totalChecksYes
contextLabelYes
policyDigestNo
policySourcesNo
policyDegradedNo
unverifiedSignalsYes
appliedPolicyRulesNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description goes beyond by detailing what is evaluated in each mode (CI, reviews, policy, labels, mergeability) and what is returned (evidence packet, blockers, warnings, next actions, conservative conclusion). 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?

The description is extremely concise, with the purpose stated first, followed by a structured list of parameters and return value. Every sentence contributes meaningful information, with no wasted words.

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 (two modes, five parameters, output schema), the description covers the key behavioral differences and output structure. It could mention that sibling tools exist for related checks, but it stands alone adequately.

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 description coverage is 100%, and the description largely repeats schema info (e.g., blockingLabels default, case-insensitivity). It adds no new parameter meaning beyond what the schema already provides, meeting the baseline for high 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 evaluates real merge-gate evidence for a PR or CI evidence for a git ref. It distinguishes between two modes (PR vs ref) and contrasts with sibling tools like branch_protection_status and release_readiness_check.

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 explicitly explains when to use pullNumber (preferred, evaluates more checks) vs ref (CI only) and how to disable blocking labels. However, it does not compare with sibling tools or specify 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/SakuraCianna/agentic-sdlc-mcp'

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