Skip to main content
Glama
hbmun

MCP AWS Monitor

by hbmun

cloudwatch_list_log_groups

List CloudWatch log groups with optional prefix filter to narrow results by name.

Instructions

CloudWatch 로그 그룹 목록 조회. prefix: 로그 그룹 이름 접두사 필터 (선택)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prefixNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral details such as pagination, rate limits, or scope (e.g., all log groups in the region). For a list operation, basic transparency is missing.

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?

Two short sentences: first states purpose, second explains the parameter. No redundant text. Front-loaded and efficient.

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?

The description is minimal. It does not mention the scope of listing (e.g., all log groups in the account/region) or any limitations. However, an output schema exists which may compensate for some missing details.

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?

The description adds meaning to the prefix parameter by stating it's a prefix filter on the log group name, which is not evident from the schema alone (just a string type with default).

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

Purpose5/5

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

The description clearly states the tool lists CloudWatch log groups, and the optional prefix filter is specified. It distinguishes from sibling cloudwatch_search_logs which searches log events.

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 explains the prefix filter but provides no guidance on when to use this tool versus other listing tools like s3_list_buckets or when not to use it. Usage context is implied by the resource type.

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