Skip to main content
Glama

Akave MCP Server

by akave-ai

get_object

Retrieve object content from an S3-compatible storage bucket by specifying the bucket name and object key, enabling access to stored files and data.

Instructions

Get object content from a bucket

Input Schema

NameRequiredDescriptionDefault
bucketYesBucket name
keyYesObject key

Input Schema (JSON Schema)

{ "properties": { "bucket": { "description": "Bucket name", "type": "string" }, "key": { "description": "Object key", "type": "string" } }, "required": [ "bucket", "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/akave-ai/akave-mcp'

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