Skip to main content
Glama

aws_securityhub_get_findings

Retrieve AWS Security Hub findings from multiple security services like GuardDuty and Inspector. Filter and sort security alerts to identify vulnerabilities and compliance issues in your AWS environment.

Instructions

Retrieve Security Hub findings with optional filters. Aggregates findings from GuardDuty, Inspector, Macie, IAM Access Analyzer, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoAWS profile name from ~/.aws/config (e.g., 'default', 'production')
regionNoAWS region override (e.g., 'us-east-1', 'sa-east-1')
filtersNoASFF filter object. Example: {"SeverityLabel": [{"Value": "HIGH", "Comparison": "EQUALS"}], "RecordState": [{"Value": "ACTIVE", "Comparison": "EQUALS"}]}
sort_criteriaNoSort results (e.g., [{"Field": "LastObservedAt", "SortOrder": "desc"}])
max_resultsNoMaximum findings to return (default: 50, max: 100)
Behavior3/5

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

No annotations provided, so description carries full disclosure burden. Successfully adds aggregation context (findings sourced from multiple AWS security services), but omits critical behavioral details like pagination behavior, API limits, or explicit read-only classification.

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 well-structured sentences with zero waste. Front-loaded with the core operation, second sentence adds valuable aggregation context 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?

Reasonably complete given the 100% schema coverage, but gaps remain: no output schema is provided and the description doesn't explain return values or pagination (relevant given max_results parameter), nor does it clarify relationship to the findings_summary sibling.

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 has 100% description coverage with detailed examples (e.g., ASFF filter structure). Description mentions 'optional filters' generally but adds no parameter-specific semantics beyond what the schema already documents, meeting baseline expectations for high-coverage schemas.

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?

States specific verb 'Retrieve' and resource 'Security Hub findings'. The aggregation mention ('from GuardDuty, Inspector, Macie...') effectively distinguishes from service-specific siblings like aws_guardduty_get_findings, though it doesn't explicitly differentiate from aws_securityhub_get_findings_summary.

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?

Provides implied usage guidance through the aggregation concept (suggests using for consolidated cross-service findings), but lacks explicit when/when-not recommendations or named alternatives.

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

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