Skip to main content
Glama
hbmun

MCP AWS Monitor

by hbmun

cloudwatch_get_metric

Retrieve CloudWatch metric data by specifying namespace, metric name, dimensions, and statistic. Adjust time range with hours parameter.

Instructions

CloudWatch 메트릭 데이터 조회. 예시: namespace=AWS/EC2, metric_name=CPUUtilization, dimension_name=InstanceId, dimension_value=i-xxx stat: Average, Sum, Maximum, Minimum, SampleCount hours: 조회할 시간 범위 (기본 1시간)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statNoAverage
hoursNo
namespaceYes
metric_nameYes
dimension_nameYes
dimension_valueYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It mentions it is a read operation but does not disclose side effects, permissions, rate limits, or behavior limits like pagination or data granularity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, front-loaded with purpose, and each element (example, stat list, hours) adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 6 parameters, no annotations, and an output schema exists, the description covers the core usage but omits prerequisites, error conditions, and clarification on multi-dimensional metrics.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It adds meaning via an example showing parameter values and lists stat options and hours default, but does not fully explain all parameters or constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it retrieves CloudWatch metric data and provides an example. It differentiates from sibling tools that handle alarms or logs, but could explicitly state that this tool is for metric data retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes an example and lists stat options and hours, which implicitly guides usage. However, it does not provide explicit when-to-use or when-not-to-use guidance relative to other tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/hbmun/aws-monitor-mcp'

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