Skip to main content
Glama

deployment_readiness

Validate deployment readiness with automated checks for test failures, deployment history, and production thresholds to block unsafe deployments before release.

Instructions

Comprehensive deployment readiness validation with test failure tracking, deployment history analysis, and hard blocking for unsafe deployments. Integrates with smart_git_push for deployment gating.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYesType of deployment readiness check to perform
strictModeNoEnable strict validation (recommended for production)
projectPathNoPath to project directory (defaults to current working directory)
allowMockCodeNoAllow mock code in deployment (NOT RECOMMENDED)
emergencyBypassNoEmergency bypass for critical fixes
maxTestFailuresNoMaximum test failures allowed (0 = zero tolerance)
approvalRequiredNoRequire approval for overrides
maxRecentFailuresNoMaximum recent deployment failures allowed
targetEnvironmentNoTarget deployment environmentproduction
testSuiteRequiredNoRequired test suites that must pass
integrateTodoTasksNoAuto-create blocking tasks for issues
mockCodeMaxAllowedNoMaximum mock code indicators allowed
blockOnFailingTestsNoBlock deployment if tests are failing
requireTestCoverageNoMinimum test coverage percentage required
triggerSmartGitPushNoTrigger smart git push validation
updateHealthScoringNoUpdate project health scores
requireAdrComplianceNoRequire ADR compliance validation
blockOnRecentFailuresNoBlock if recent deployments failed
businessJustificationNoBusiness justification for overrides (required for emergency_override)
migrateExistingHistoryNoMigrate existing JSON-based deployment history to memory entities
enableMemoryIntegrationNoEnable memory entity storage for deployment assessment tracking and historical analysis
productionCodeThresholdNoMinimum production code quality score (0-100)
deploymentSuccessThresholdNoMinimum deployment success rate required (%)
rollbackFrequencyThresholdNoMaximum rollback frequency allowed (%)
Behavior2/5

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

No annotations are provided, so the description must fully convey behavior. It mentions 'hard blocking' and 'emergency_override' but fails to clarify whether the tool performs actual deployments or only checks readiness. There is no mention of side effects, such as whether it mutates state or requires write permissions.

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?

Description is only two sentences, efficiently front-loading key capabilities and integration. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite 24 parameters and no output schema, the description is very brief. It does not explain return values, error states, or handling of complex operations like emergency_override. For a tool with multiple operations and strict defaults, more detail on expected outcomes is needed.

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%, so parameters are already well-documented. The description adds minimal new meaning beyond the schema, summarizing categories like 'test failure tracking' and 'deployment history analysis' but not enriching individual parameter semantics.

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?

Description clearly states the tool does 'comprehensive deployment readiness validation' with specific capabilities like 'test failure tracking, deployment history analysis, and hard blocking'. It distinguishes itself from siblings like analyze_deployment_progress by emphasizing gating and blocking, and explicitly mentions integration with smart_git_push.

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?

Description hints at usage by mentioning integration with smart_git_push for deployment gating, but does not explicitly state when to use this tool versus alternatives like analyze_deployment_progress or analyze_environment. No when-not-to-use or prerequisite guidance.

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/tosin2013/mcp-adr-analysis-server'

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