{
  "tool_id": "eldercare_cost",
  "slug": "eldercare-cost-planner",
  "path": "/eldercare-cost-planner/",
  "mode": "url_api",
  "api_usage": "GET https://aifinhub.io/api/eldercare-cost-planner/?<params>",
  "sample_input": {
    "tool": "eldercare_cost_planner",
    "in_home_care_monthly": "4500",
    "assisted_living_monthly": "4500",
    "nursing_home_monthly": "8000",
    "estimated_years": "3",
    "family_members_contributing": "2",
    "insurance_coverage_monthly": "0"
  },
  "input_schema": {
    "type": "object",
    "properties": {
      "in_home_care_monthly": {
        "type": "number",
        "minimum": 0
      },
      "assisted_living_monthly": {
        "type": "number",
        "minimum": 0
      },
      "nursing_home_monthly": {
        "type": "number",
        "minimum": 0
      },
      "estimated_years": {
        "type": "number",
        "minimum": 1,
        "maximum": 20
      },
      "family_members_contributing": {
        "type": "number",
        "minimum": 1,
        "maximum": 20
      },
      "insurance_coverage_monthly": {
        "type": "number",
        "minimum": 0
      }
    },
    "required": [
      "in_home_care_monthly",
      "assisted_living_monthly",
      "nursing_home_monthly",
      "estimated_years",
      "family_members_contributing",
      "insurance_coverage_monthly"
    ]
  },
  "output_schema": {
    "type": "object",
    "properties": {
      "primaryLabel": {
        "type": "string"
      },
      "primaryValue": {
        "type": "number"
      },
      "primaryFormat": {
        "type": "string"
      },
      "summary": {
        "type": "string"
      },
      "metrics": {
        "type": "array"
      },
      "warnings": {
        "type": "array"
      }
    }
  }
}
