Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AKAVE_ENDPOINT_URL | Yes | Your Akave Endpoint URL | |
AKAVE_ACCESS_KEY_ID | Yes | Your Akave Access Key ID | |
AKAVE_SECRET_ACCESS_KEY | Yes | Your Akave Secret Access Key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_buckets | List all buckets in Akave storage |
list_objects | List objects in a bucket |
get_object | Get object content from a bucket |
put_object | Put object into a bucket |
get_signed_url | Get a signed URL for an object |
update_object | Update (overwrite) an object in a bucket |
fetch_headers | Fetch headers/metadata for an object |
delete_object | Delete an object from a bucket |
copy_object | Copy an object to another bucket/key |
create_bucket | Create a new bucket |
delete_bucket | Delete a bucket |
get_bucket_location | Get the region/location of a bucket |
list_object_versions | List all versions of objects in a bucket (if versioning enabled) |