list_bare_metal_plans
Retrieve available bare metal server plans from Vultr, optionally filtered by plan type, to help users select suitable hardware configurations for their infrastructure needs.
Instructions
List available bare metal plans.
Args: plan_type: Optional plan type filter
Returns: List of bare metal plans
Input Schema
Name | Required | Description | Default |
---|---|---|---|
plan_type | No |
Input Schema (JSON Schema)
{
"properties": {
"plan_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Plan Type"
}
},
"type": "object"
}