Skip to main content
Glama

Lambda Performance MCP Server

by jghidalgo

monitor_real_time_performance

Track and analyze real-time performance metrics for AWS Lambda functions, including cold starts and memory usage, to optimize performance and reduce costs effectively.

Instructions

Get real-time performance metrics and alerts for Lambda functions

Input Schema

NameRequiredDescriptionDefault
durationNoMonitoring duration in minutes (default: 5)
functionNameYesName of the Lambda function

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Monitoring duration in minutes (default: 5)", "type": "number" }, "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