Skip to main content
Glama

MCP2Lambda

by danilop

invoke_lambda_function_impl

Invoke an AWS Lambda function with a JSON payload, enabling integration with private resources, real-time data, and custom computation through the MCP2Lambda server.

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_function_implArguments", "type": "object" }

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