monte-carlo-storage-cost-analysis

Identify stale tables and generate cleanup recommendations via the analyze_storage_costs MCP pipeline.

90|6|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/monte-carlo-data/mc-agent-toolkit --skill monte-carlo-storage-cost-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monte-carlo-storage-cost-analysis
Source: https://github.com/monte-carlo-data/mc-agent-toolkit/tree/main/skills/storage-cost-analysis
Command: npx skills add https://github.com/monte-carlo-data/mc-agent-toolkit --skill monte-carlo-storage-cost-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams identify storage waste in their data warehouses, surface stale or unused tables, and guide safe cleanup to reduce storage costs.

Core Features & Use Cases

  • Delegates classification to the analyze_storage_costs MCP tool to fetch candidates, categorize waste patterns, assign safety tiers, and generate a formatted output.
  • Provides drill-down capabilities by category (temporary, archive/snapshot, other) and enables downstream lineage checks via get_asset_lineage to validate safe removals.
  • Supports Snowflake, BigQuery, Redshift, and Databricks, covering common warehouse platforms and use cases for cost optimization.

Quick Start

Run storage-cost-analysis to identify stale and wasteful tables and review recommended cleanups.

Frequently Asked Questions about monte-carlo-storage-cost-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify stale and unused tables in my data warehouse to reduce storage costs?

Data warehouse storage cost analysis identifies stale and unused tables by classifying waste patterns, assigning safety tiers, and generating formatted cleanup recommendations. This process surfaces wasteful data assets and guides safe removal opportunities.

Does storage waste analysis work with Snowflake, BigQuery, Redshift, and Databricks?

Yes, storage waste analysis works with Snowflake, BigQuery, Redshift, and Databricks. It supports these common warehouse platforms to fetch waste candidates, categorize stale tables, and guide cost optimization cleanup across your data infrastructure.

How do I verify if a stale table is safe to delete without breaking downstream pipelines?

You verify if a stale table is safe to delete by performing downstream lineage checks to validate safe removals. The analysis will not suggest deleting tables with downstream consumers without verification, ensuring downstream pipelines remain intact.

What are the different categories of storage waste I should look for when optimizing data warehouse costs?

Categories of storage waste to look for when optimizing data warehouse costs include temporary, archive, and snapshot tables. Analyzing these categories helps classify waste patterns and assign safety tiers to prioritize safe cleanup opportunities.

Do I need a Monte Carlo MCP server connection to analyze data warehouse storage costs?

Yes, you need access to the Monte Carlo MCP server to analyze data warehouse storage costs. The analysis delegates classification to the analyze_storage_costs MCP pipeline to fetch candidates, categorize waste, and generate presentation-ready output.