Skip to main content
Glama
renanpires-tech

GPA Backend Test Analyst MCP

generate_cicd_pipeline

Creates a GitHub Actions workflow that checks code coverage on pull requests using JaCoCo, blocks merge if coverage is below target, and posts a coverage report as a PR comment.

Instructions

Gera workflow completo de GitHub Actions para análise de cobertura em PR: checkout, build, JaCoCo, bloqueio de merge se cobertura < meta, comentário no PR com relatório.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_nameYesNome do serviço GPA (ex: payment-service, checkout-service)
target_coverageNoMeta de cobertura de linha em % (default: 100)
java_versionNoVersão do Java (default: 17)
build_toolNoFerramenta de build (default: maven)maven
Behavior3/5

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

The description explains the generated workflow's behavior, but does not disclose the tool's own behavior: e.g., whether it overwrites files, requires permissions, or has side effects. No annotations are provided, so the description carries the full burden but is only partially transparent.

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?

A single sentence that is front-loaded with the main purpose and includes key details. Every word earns its place; no redundancy.

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?

The description sufficiently explains what the tool produces (a GitHub Actions workflow) and its steps. It lacks details on output format (e.g., YAML) and prerequisites, but given the tool's simplicity and no output schema, it covers most contextual needs.

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 coverage is 100% with all parameters described. The tool description does not add deeper meaning beyond the schema, so baseline 3 is appropriate.

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 generates a complete GitHub Actions workflow for coverage analysis in pull requests, listing specific steps (checkout, build, JaCoCo, merge block, PR comment). It is distinct from siblings like analyze_test_coverage (analyzes existing coverage) and generate_test_suite (generates tests, not pipelines).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for setting up CI coverage checks, but it does not explicitly state when to use this tool vs alternatives (e.g., analyze_test_coverage for existing reports). No exclusions or alternative tool references are mentioned.

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/renanpires-tech/McpAutomation'

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