Skip to main content
Glama

Lambda Performance MCP Server

by jghidalgo

analyze_memory_utilization

Monitor AWS Lambda function memory usage over specified time ranges, identify inefficiencies, and generate right-sizing recommendations to optimize performance and reduce costs.

Instructions

Analyze memory utilization and provide right-sizing recommendations

Input Schema

NameRequiredDescriptionDefault
functionNameYesName of the Lambda function
timeRangeNoTime range for memory analysis (default: 24h)

Input Schema (JSON Schema)

{ "properties": { "functionName": { "description": "Name of the Lambda function", "type": "string" }, "timeRange": { "description": "Time range for memory analysis (default: 24h)", "enum": [ "1h", "6h", "24h", "7d" ], "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