runbooks finops validate-with-mcpΒΆ
Auto-generated from
runbooks finops validate-with-mcp --helpon 2026-05-21. Source of truth: runbooks PyPI package v1.3.22
Usage: runbooks finops validate-with-mcp [OPTIONS]
Validate runbooks cost projections against MCP Cost Explorer (Feature 1).
Implements 3-mode validation: 1. Import mode: Python API validation 2. CLI
mode: Command-line batch validation 3. MCP cross-validation: Cost Explorer
accuracy check (β₯99.5% target)
Examples: # Validate EC2 cost projections runbooks finops validate-
with-mcp --input ec2-enriched.xlsx --resource-type ec2
# Validate WorkSpaces with custom tolerance runbooks finops
validate-with-mcp --input ws-enriched.xlsx --resource-type workspaces
--tolerance 0.03
# Validate with specific billing profile runbooks finops validate-
with-mcp --input ec2-enriched.xlsx --billing-profile billing-mgmt
Options:
-i, --input TEXT Input Excel file with cost projections
[required]
-t, --resource-type [ec2|workspaces|lambda|snapshots]
Resource type for validation
-tol, --tolerance FLOAT Variance tolerance (default: 5%)
--profile TEXT AWS profile (convenience β maps to billing
profile)
--help Show this message and exit.