Skip to main content
Glama
renanpires-tech

GPA Backend Test Analyst MCP

multi_agent_analyze

Orchestrates multiple AI agents to analyze backend code, detect GPA-specific patterns, generate tests and documentation, and store insights in a knowledge base for continuous learning.

Instructions

Pipeline completo Multi-Agent com Auto-Aprendizado. Orquestra ANALYST → TESTER → ARCHITECT → DOC → MEMORY em tempo real. Detecta padrões GPA (webhook, kafka, transactional, feign), gera testes prontos, documentação Javadoc e persiste aprendizado no Knowledge Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesDescrição do que analisar ou a intenção (ex: 'analisa esse webhook handler')
code_snippetNoCódigo-fonte a ser analisado (Java/Kotlin/etc)
Behavior4/5

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

Since no annotations exist, the description carries the full burden. It discloses key behaviors: orchestrating agents in real time, pattern detection, generation of tests and Javadoc, and persistence to Knowledge Base. This makes the tool's write side effects clear, though it does not detail safety or reversibility.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense paragraph, front-loaded with the core concept. Every sentence contributes specific information about the pipeline stages and outputs. It is appropriately concise for the complexity, though a more structured layout could improve scannability.

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 tool's complexity (multi-agent, multiple outputs) and lack of output schema, the description provides a high-level overview but omits detailed return structure. It mentions generated outputs but not their format (e.g., files, strings). For an AI agent, this may be insufficient to fully understand the tool's response.

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%, so baseline is 3. The description adds minimal meaning beyond the schema—it mentions analyzing code snippets and intents but does not provide formatting or constraints not already in the schema. No added value.

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 it is a complete multi-agent pipeline for real-time orchestration, detecting patterns, generating tests, documentation, and persisting knowledge. It uses specific verbs (orchestrates, detects, generates, persists) and resources (ANALYST, TESTER, etc.), and distinguishes itself from siblings like analyze or generate_test_suite by combining multiple steps.

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

Usage Guidelines2/5

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

The description does not provide explicit guidance on when to use this tool vs alternatives (e.g., simpler analyze or generate_test_suite). It lacks 'when not to use' or references to sibling tools, leaving the agent to infer based on the description of comprehensiveness.

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