AWS Security MCP

Apache 2.0
4
  • Apple

get_function_details

Retrieve detailed information about an AWS Lambda function, including its configuration and metadata, for security analysis and infrastructure inspection on AWS Security MCP.

Instructions

Get detailed information about a specific Lambda function.

Args: function_name: Name or ARN of the Lambda function Returns: JSON formatted string with Lambda function details

Input Schema

NameRequiredDescriptionDefault
function_nameYes

Input Schema (JSON Schema)

{ "properties": { "function_name": { "title": "Function Name", "type": "string" } }, "required": [ "function_name" ], "title": "get_function_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g