compare_plans
Compare Vultr cloud infrastructure plans side by side to evaluate specifications and pricing for informed decision-making.
Instructions
Compare multiple plans side by side.
Args: plan_ids: List of plan IDs to compare
Returns: List of plan details for comparison
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| plan_ids | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "plan_ids": {
      "items": {
        "type": "string"
      },
      "title": "Plan Ids",
      "type": "array"
    }
  },
  "required": [
    "plan_ids"
  ],
  "type": "object"
}