Skip to main content
Glama

AWS Security MCP

list_findings

Retrieve IAM Access Analyzer findings by ARN, filter by status, and paginate results for AWS security analysis. Returns findings in JSON format for further inspection.

Instructions

List findings from a specific IAM Access Analyzer.

Args: analyzerArn: ARN of the Access Analyzer status: Optional filter for finding status (ACTIVE, ARCHIVED, RESOLVED) next_token: Pagination token for fetching the next set of results limit: Maximum number of findings to return Returns: JSON string with findings

Input Schema

NameRequiredDescriptionDefault
analyzerArnYes
limitNo
next_tokenNo
statusNo

Input Schema (JSON Schema)

{ "properties": { "analyzerArn": { "title": "Analyzerarn", "type": "string" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" }, "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Status" } }, "required": [ "analyzerArn" ], "title": "list_findingsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

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

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