Skip to main content
Glama

Quality Gate Status

quality_gate_status
Read-onlyIdempotent

Evaluate pull request or git ref for merge readiness by checking CI, reviews, labels, and mergeability, providing 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
trustBoundaryNo
policyDegradedNo
unverifiedSignalsYes
appliedPolicyRulesNo
Behavior4/5

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

Annotations indicate readOnlyHint, idempotentHint, and non-destructive, which are consistent with the description's claim of evaluation. The description adds value by detailing the return structure (evidence packet, blockers, warnings, next actions, conservative conclusion), going beyond annotation metadata.

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 sentences for purpose and parameter explanation, one sentence for return. No fluff, front-loaded with the core action. Every sentence contributes essential information.

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 (5 parameters, conditional behavior, output schema), the description covers the main use cases and return structure. It lacks error conditions or edge cases, but annotations and output schema fill some gaps. Overall, it is fairly complete for an evaluation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds significant meaning: e.g., pullNumber is preferred and evaluates more aspects (CI, reviews, policy, labels, mergeability), while ref evaluates CI only. It also explains blockingLabels default and customization. This is a valuable addition beyond the schema's terse descriptions.

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 merge-gate evidence for PRs or CI evidence for git refs. It distinguishes between pullNumber (full evaluation) and ref (CI only), and the verb 'evaluate' combined with 'merge-gate evidence' is specific and resource-oriented. This distinct purpose sets it apart from sibling tools like branch_protection_status or 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 provides clear context for when to use pullNumber vs ref, and explains that blockingLabels can be customized. It lacks explicit 'when not to use' or alternatives, but the guidance is sufficient for typical scenarios. The sibling list implies alternatives, but no direct comparisons are made.

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