S3 MCP Server

by samuraikun
Verified

get-object

Retrieve specific objects from an S3 bucket by specifying the bucket name and object key. Ideal for accessing and managing stored data efficiently.

Instructions

Retrieve an object from an S3 bucket

Input Schema

NameRequiredDescriptionDefault
bucketYesName of the S3 bucket
keyYesKey (path) of the object to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bucket": { "description": "Name of the S3 bucket", "type": "string" }, "key": { "description": "Key (path) of the object to retrieve", "type": "string" } }, "required": [ "bucket", "key" ], "type": "object" }

You must be authenticated.

Other Tools from S3 MCP Server

Related Tools

ID: f43ejwha58