Skip to main content
Glama

AWS Security MCP

get_function_policy

Retrieve the resource policy for an AWS Lambda function by specifying its name or ARN. Returns a JSON-formatted policy for security analysis and configuration review.

Instructions

Get the resource policy for a Lambda function.

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

Input Schema

NameRequiredDescriptionDefault
function_nameYes

Input Schema (JSON Schema)

{ "properties": { "function_name": { "title": "Function Name", "type": "string" } }, "required": [ "function_name" ], "title": "get_function_policyArguments", "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