Skip to main content
Glama

Vultr MCP

by rsp2k

search_applications

Find Vultr applications by name, description, type, or vendor to deploy suitable solutions for your cloud infrastructure needs.

Instructions

Search applications by name, description, or other criteria.

Args: search_term: Search term to match against application names and descriptions app_type: Optional filter by type ('marketplace', 'one-click') vendor: Optional filter by vendor name

Returns: List of matching applications

Input Schema

NameRequiredDescriptionDefault
app_typeNo
search_termYes
vendorNo

Input Schema (JSON Schema)

{ "properties": { "app_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "App Type" }, "search_term": { "title": "Search Term", "type": "string" }, "vendor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Vendor" } }, "required": [ "search_term" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server