Skip to main content
Glama
hbmun

MCP AWS Monitor

by hbmun

rds_get_metrics

Retrieve key metrics for an RDS instance including CPU utilization, connection count, and read/write latency. Specify the instance ID and optional time range.

Instructions

RDS 인스턴스 주요 메트릭 조회 (CPU, 커넥션, 읽기/쓰기 지연시간). db_instance_id: RDS 인스턴스 식별자 hours: 조회 시간 범위 (기본 1시간)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNo
db_instance_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided; description carries burden. It implies read-only operation but does not detail error handling, rate limits, or exact set of returned metrics beyond the three examples.

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?

Extremely concise: two lines covering purpose and parameter descriptions. Front-loaded and efficient with no wasted text.

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?

Tool is simple and output schema exists, so return values need not be explained. However, lacks usage guidelines and behavioral depth, making it minimally complete for a no-annotation tool.

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

Parameters4/5

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

Schema has 0% parameter descriptions; description adds clear explanations for both params and default value for hours, significantly adding value.

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?

Description states tool queries RDS main metrics (CPU, connection, read/write latency) and identifies db_instance_id. It distinguishes from rds_list_instances and rds_slow_queries but does not explicitly differentiate from cloudwatch_get_metric.

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

Usage Guidelines2/5

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

No explicit when-to-use or when-not-to-use guidance. No alternatives mentioned, such as cloudwatch_get_metric for specific scenarios.

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