Skip to main content
Glama

MCP2Lambda

by danilop

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" }
Install Server

Other Tools from MCP2Lambda

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/danilop/MCP2Lambda'

If you have feedback or need assistance with the MCP directory API, please join our Discord server