Skip to main content
Glama

Ansible MCP Server

by tarnover

aws_s3

Manage AWS S3 buckets and objects directly from Ansible. Perform actions like creating, deleting, listing buckets, and uploading or downloading objects with specified configurations.

Instructions

Manage AWS S3 buckets and objects

Input Schema

NameRequiredDescriptionDefault
aclNo
actionYes
bucketNo
contentTypeNo
localPathNo
metadataNo
objectKeyNo
regionYes
tagsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "acl": { "type": "string" }, "action": { "enum": [ "list_buckets", "create_bucket", "delete_bucket", "list_objects", "upload", "download" ], "type": "string" }, "bucket": { "type": "string" }, "contentType": { "type": "string" }, "localPath": { "type": "string" }, "metadata": { "additionalProperties": { "type": "string" }, "type": "object" }, "objectKey": { "type": "string" }, "region": { "minLength": 1, "type": "string" }, "tags": { "additionalProperties": { "type": "string" }, "type": "object" } }, "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