AWS Security MCP

Apache 2.0
4
  • Apple

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

ID: s0vblk657g