Skip to main content
Glama

AWS Security MCP

get_finding

Retrieve detailed JSON-formatted information about a specific Access Analyzer finding by providing the analyzer ARN and finding ID, enabling precise security issue analysis on AWS infrastructure.

Instructions

Get detailed information about a specific Access Analyzer finding.

Args: analyzerArn: ARN of the Access Analyzer finding_id: ID of the finding Returns: JSON string with finding details

Input Schema

NameRequiredDescriptionDefault
analyzerArnYes
finding_idYes

Input Schema (JSON Schema)

{ "properties": { "analyzerArn": { "title": "Analyzerarn", "type": "string" }, "finding_id": { "title": "Finding Id", "type": "string" } }, "required": [ "analyzerArn", "finding_id" ], "title": "get_findingArguments", "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