Skip to main content
Glama

MCP SysOperator

by tarnover

aws_lambda

Manage AWS Lambda functions via MCP SysOperator. Perform actions like create, update, delete, invoke, and list functions across specified regions with customizable runtime, handler, role, and environment settings.

Instructions

Manage AWS Lambda functions

Input Schema

NameRequiredDescriptionDefault
actionYes
descriptionNo
environmentNo
functionCodeNo
handlerNo
memorySizeNo
nameNo
payloadNo
regionYes
roleNo
runtimeNo
s3BucketNo
s3KeyNo
tagsNo
timeoutNo
zipFileNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "list", "create", "update", "delete", "invoke" ], "type": "string" }, "description": { "type": "string" }, "environment": { "additionalProperties": { "type": "string" }, "type": "object" }, "functionCode": { "type": "string" }, "handler": { "type": "string" }, "memorySize": { "type": "number" }, "name": { "type": "string" }, "payload": {}, "region": { "minLength": 1, "type": "string" }, "role": { "type": "string" }, "runtime": { "type": "string" }, "s3Bucket": { "type": "string" }, "s3Key": { "type": "string" }, "tags": { "additionalProperties": { "type": "string" }, "type": "object" }, "timeout": { "type": "number" }, "zipFile": { "type": "string" } }, "required": [ "action", "region" ], "type": "object" }

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/tarnover/mcp-sysoperator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server