Skip to main content
Glama

Akave MCP Server

by akave-ai

fetch_headers

Retrieve headers and metadata for a specific object stored in an S3-compatible bucket, providing essential information about the object's properties without downloading its content.

Instructions

Fetch headers/metadata for an object

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