Skip to main content
Glama

Lambda Performance MCP Server

by jghidalgo

track_cold_starts

Monitor and analyze cold start patterns for AWS Lambda functions to identify performance bottlenecks and optimize execution efficiency.

Instructions

Track and analyze cold start patterns for Lambda functions

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "functionName": { "description": "Name of the Lambda function", "type": "string" }, "timeRange": { "description": "Time range for cold start 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