Skip to main content
Glama

Lambda Performance MCP Server

by jghidalgo

get_optimization_recommendations

Analyze AWS Lambda functions to identify performance improvements. Specify function name and analysis type (cold-start, memory, duration, cost, or all) to receive actionable optimization recommendations for enhanced efficiency and reduced costs.

Instructions

Get performance optimization recommendations for Lambda functions

Input Schema

NameRequiredDescriptionDefault
analysisTypeNoType of optimization analysis (default: all)
functionNameYesName of the Lambda function

Input Schema (JSON Schema)

{ "properties": { "analysisType": { "description": "Type of optimization analysis (default: all)", "enum": [ "cold-start", "memory", "duration", "cost", "all" ], "type": "string" }, "functionName": { "description": "Name of the Lambda function", "type": "string" } }, "required": [ "functionName" ], "type": "object" }

Other Tools from Lambda Performance MCP Server

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/jghidalgo/lambda-performance-mcp-nodejs'

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