get_cost_analysis
Analyze and project costs for Vultr storage gateways using gateway labels or IDs to estimate expenses and plan budgets.
Instructions
Get cost analysis and projections for a storage gateway.
Smart identifier resolution: Use gateway label or ID.
Args: gateway_identifier: Gateway label or ID
Returns: Detailed cost analysis and projections
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| gateway_identifier | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "gateway_identifier": {
      "title": "Gateway Identifier",
      "type": "string"
    }
  },
  "required": [
    "gateway_identifier"
  ],
  "type": "object"
}