Skip to main content
Glama

Cloud Manage MCP Server

by rainhan99

check_provider_availability

Check the availability of specific cloud service providers (e.g., AWS, DigitalOcean, Vultr, Alibaba) using Cloud Manage MCP Server. Returns provider status details to ensure reliable cloud operations.

Instructions

检查特定云服务提供商的可用性 Args: provider_name (str): 提供商名称 ('aws', 'digitalocean', 'vultr', 'alibaba') Returns: Dict: 提供商可用性信息

Input Schema

NameRequiredDescriptionDefault
provider_nameYes

Input Schema (JSON Schema)

{ "properties": { "provider_name": { "title": "Provider Name", "type": "string" } }, "required": [ "provider_name" ], "title": "check_provider_availabilityArguments", "type": "object" }

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/rainhan99/cloud_manage_mcp_server'

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