get_applications_by_vendor
Retrieve all available applications from a specific vendor to identify and select appropriate software solutions for deployment on Vultr cloud infrastructure.
Instructions
Get all applications from a specific vendor.
Args: vendor: Vendor name (e.g., "vultr", "LiteSpeed_Technologies")
Returns: List of applications from the specified vendor
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| vendor | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "vendor": {
      "title": "Vendor",
      "type": "string"
    }
  },
  "required": [
    "vendor"
  ],
  "type": "object"
}