Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region | |
| AWS_PROFILE | No | AWS CLI profile name | |
| AWS_ACCESS_KEY_ID | No | Your AWS access key ID | |
| AWS_SECRET_ACCESS_KEY | No | Your AWS secret access key |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_lambda_performance | Analyze Lambda function performance metrics including cold starts, duration, and errors |
| track_cold_starts | Track and analyze cold start patterns for Lambda functions |
| get_optimization_recommendations | Get performance optimization recommendations for Lambda functions |
| compare_lambda_performance | Compare performance metrics between multiple Lambda functions |
| list_lambda_functions | List all Lambda functions in the account with basic performance info |
| analyze_memory_utilization | Analyze memory utilization and provide right-sizing recommendations |
| get_cost_analysis | Analyze Lambda function costs and identify optimization opportunities |
| monitor_real_time_performance | Get real-time performance metrics and alerts for Lambda functions |