Skip to main content
Glama

Ansible MCP Server

by tarnover

aws_lambda

Manage AWS Lambda functions by listing, creating, updating, deleting, or invoking them. Configure region, code, runtime, and other parameters directly through Ansible MCP Server.

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" }

Other Tools from Ansible 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/tarnover/mcp-ansible'

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