{
  "id": "mulch-calculator",
  "version": "7.0.0",
  "name": "Mulch Calculator",
  "shortName": "Mulch",
  "description": "Estimate the volume of mulch or soil needed for your garden beds and landscaping projects.",
  "category": "Home & Construction",
  "categorySlug": "home-construction",
  "keywords": [
    "mulch"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-18",
  "engine": "legacy-react",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/mulch-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "7.0.0",
    "referenceCoverage": "references-pending",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-08-18",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "urls": {
    "page": "/calculator/mulch-calculator/",
    "definition": "/calculator/mulch-calculator/definition.json",
    "schema": "/calculator/mulch-calculator/schema.json",
    "llms": "/calculator/mulch-calculator/llms.txt",
    "legacyDefinition": "/calculator/mulch-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/mulch-calculator/?length=10&width=5&depth=3",
  "queryParameters": {
    "length": {
      "label": "Length (ft)",
      "type": "number",
      "required": false,
      "default": 10
    },
    "width": {
      "label": "Width (ft)",
      "type": "number",
      "required": false,
      "default": 5
    },
    "depth": {
      "label": "Target Depth (inches)",
      "type": "number",
      "required": false,
      "default": 3
    }
  },
  "inputs": [
    {
      "id": "length",
      "label": "Length (ft)",
      "type": "number",
      "defaultValue": 10
    },
    {
      "id": "width",
      "label": "Width (ft)",
      "type": "number",
      "defaultValue": 5
    },
    {
      "id": "depth",
      "label": "Target Depth (inches)",
      "type": "number",
      "defaultValue": 3
    }
  ],
  "outputs": [
    {
      "id": "result",
      "label": "Result",
      "format": "text",
      "primary": true
    }
  ],
  "formula": {
    "expression": "Volume = area × depth; the result converts cubic feet to cubic yards."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "length": 10,
        "width": 5,
        "depth": 3
      }
    }
  ],
  "sources": []
}
