Skip to main content
Glama

Lambda Performance MCP Server

by jghidalgo

list_lambda_functions

Retrieve and analyze all AWS Lambda functions in an account, with optional runtime filtering and performance metrics. Optimize function performance and track key insights using Lambda Performance MCP Server.

Instructions

List all Lambda functions in the account with basic performance info

Input Schema

NameRequiredDescriptionDefault
includeMetricsNoInclude basic performance metrics (default: false)
runtimeNoFilter by runtime (e.g., nodejs18.x, python3.9)

Input Schema (JSON Schema)

{ "properties": { "includeMetrics": { "description": "Include basic performance metrics (default: false)", "type": "boolean" }, "runtime": { "description": "Filter by runtime (e.g., nodejs18.x, python3.9)", "type": "string" } }, "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