Skip to main content
Glama

Cloud Manage MCP Server

by rainhan99

get_aws_instance_monitoring

Retrieve monitoring data for AWS EC2 instances by specifying the instance ID and the desired time range. Use this tool to track resource usage and performance metrics for cloud server management.

Instructions

获取AWS EC2实例的监控数据 Args: instance_id (str): EC2实例ID hours (int): 获取过去多少小时的数据 Returns: Dict: 监控数据

Input Schema

NameRequiredDescriptionDefault
hoursNo
instance_idYes

Input Schema (JSON Schema)

{ "properties": { "hours": { "default": 1, "title": "Hours", "type": "integer" }, "instance_id": { "title": "Instance Id", "type": "string" } }, "required": [ "instance_id" ], "title": "get_aws_instance_monitoringArguments", "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