Skip to main content
Glama

AWS‑IReveal‑MCP

networkinsights_get_findings

Retrieve findings for specified AWS network analysis, providing insights into access scope data. Input includes AWS region, analysis ID, and max results to return relevant JSON output.

Instructions

Retrieve all findings for a given analysis. Parameters: aws_region (str): The AWS region - use 'us-east-1' if not specified. analysis_id (str): The ID of the analysis to retrieve findings for. max_results (int): Maximum number of findings to return. Returns: JSON list of NetworkInsightsAccessScopeAnalysisFinding objects.

Input Schema

NameRequiredDescriptionDefault
analysis_idYes
aws_regionYes
max_resultsNo

Input Schema (JSON Schema)

{ "properties": { "analysis_id": { "title": "Analysis Id", "type": "string" }, "aws_region": { "title": "Aws Region", "type": "string" }, "max_results": { "default": 1, "title": "Max Results", "type": "integer" } }, "required": [ "aws_region", "analysis_id" ], "title": "networkinsights_get_findingsArguments", "type": "object" }

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

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