MCP2Lambda

Official

invoke_lambda_function

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