AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

list_functions

Retrieve and filter AWS Lambda functions by region, name, or pagination token for efficient security audits and infrastructure analysis.

Instructions

List Lambda functions in the AWS account.

Args: region: Optional region to filter functions limit: Maximum number of functions to return search_term: Optional search term to filter functions by name next_token: Pagination token for fetching the next set of functions (optional) Returns: JSON formatted string with Lambda functions

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo
regionNo
search_termNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" }, "region": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Region" }, "search_term": { "default": "", "title": "Search Term", "type": "string" } }, "title": "list_functionsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g