search_os_by_name
Find Vultr operating systems by name using partial matching to identify compatible OS images for cloud deployments.
Instructions
Search operating systems by name.
Args: name: OS name to search for (partial match)
Returns: List of matching operating systems
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| name | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "name": {
      "title": "Name",
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "type": "object"
}