MCP2Lambda

invoke_lambda_function

Execute AWS Lambda functions with a JSON payload to access private resources, process real-time data, or perform custom computations securely via the MCP protocol.

Instructions

Tool that invokes an AWS Lambda function with a JSON payload. Before using this tool, list the functions available to you.

Input Schema

NameRequiredDescriptionDefault
function_nameYes
parametersYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP2Lambda

Related Tools

ID: 4hokv207sz