Skip to main content
Glama

Lambda Performance MCP Server

by jghidalgo

compare_lambda_performance

Analyze and compare AWS Lambda function performance by evaluating metrics such as duration, cold starts, errors, invocations, and costs across specified time ranges to optimize efficiency and reduce expenses.

Instructions

Compare performance metrics between multiple Lambda functions

Input Schema

NameRequiredDescriptionDefault
functionNamesYesList of Lambda function names to compare
metricsNoMetrics to compare (default: all)
timeRangeNoTime range for comparison (default: 24h)

Input Schema (JSON Schema)

{ "properties": { "functionNames": { "description": "List of Lambda function names to compare", "items": { "type": "string" }, "type": "array" }, "metrics": { "description": "Metrics to compare (default: all)", "items": { "enum": [ "duration", "cold-starts", "errors", "invocations", "cost" ], "type": "string" }, "type": "array" }, "timeRange": { "description": "Time range for comparison (default: 24h)", "enum": [ "1h", "6h", "24h", "7d" ], "type": "string" } }, "required": [ "functionNames" ], "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