Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| S3_REGION | No | The region | auto |
| S3_ENDPOINT | Yes | The S3 API endpoint URL | |
| S3_ACCESS_KEY_ID | Yes | Your access key ID | |
| S3_SECRET_ACCESS_KEY | Yes | Your secret access key |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| s3_list_buckets | List all S3 buckets |
| s3_list_objects | List objects in an S3 bucket |
| s3_read_object | Read the content of an object from an S3 bucket |
| s3_put_object | Upload an object to an S3 bucket |
| s3_delete_object | Delete an object from an S3 bucket |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |