Skip to main content
Glama

Lambda Performance MCP Server

by jghidalgo

get_cost_analysis

Analyze AWS Lambda function costs, identify optimization opportunities, and select time ranges (24h, 7d, 30d) for detailed cost insights to improve performance and reduce expenses.

Instructions

Analyze Lambda function costs and identify optimization opportunities

Input Schema

NameRequiredDescriptionDefault
functionNameNoName of the Lambda function (optional for account-wide analysis)
timeRangeNoTime range for cost analysis (default: 30d)

Input Schema (JSON Schema)

{ "properties": { "functionName": { "description": "Name of the Lambda function (optional for account-wide analysis)", "type": "string" }, "timeRange": { "description": "Time range for cost analysis (default: 30d)", "enum": [ "24h", "7d", "30d" ], "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