Skip to main content
Glama

Cloud Manage MCP Server

by rainhan99

check_provider_availability

Verify the operational status of specified cloud service providers like AWS, DigitalOcean, Vultr, or Alibaba to ensure their availability, returning detailed provider-specific information.

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