Skip to main content
Glama

AWS MCP Server

s3_object_read

Retrieve and read the content of an object stored in an S3 bucket by specifying the bucket name and object key using the AWS MCP Server.

Instructions

Read an object's content from S3

Input Schema

NameRequiredDescriptionDefault
bucket_nameYesName of the S3 bucket
object_keyYesKey/path of the object to read

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "description": "Name of the S3 bucket", "type": "string" }, "object_key": { "description": "Key/path of the object to read", "type": "string" } }, "required": [ "bucket_name", "object_key" ], "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/rishikavikondala/mcp-server-aws'

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