Skip to main content
Glama

Lambda Performance MCP Server

by jghidalgo

analyze_lambda_performance

Evaluate AWS Lambda function metrics such as cold starts, duration, and errors within specified time ranges. Provides detailed insights to optimize performance and identify issues effectively.

Instructions

Analyze Lambda function performance metrics including cold starts, duration, and errors

Input Schema

NameRequiredDescriptionDefault
functionNameYesName of the Lambda function to analyze
includeDetailsNoInclude detailed metrics and logs (default: true)
timeRangeNoTime range for analysis (default: 24h)

Input Schema (JSON Schema)

{ "properties": { "functionName": { "description": "Name of the Lambda function to analyze", "type": "string" }, "includeDetails": { "description": "Include detailed metrics and logs (default: true)", "type": "boolean" }, "timeRange": { "description": "Time range for analysis (default: 24h)", "enum": [ "1h", "6h", "24h", "7d", "30d" ], "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