Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | The AWS region to use for S3 operations. | us-east-1 |
| AWS_ACCESS_KEY_ID | No | AWS access key ID for authentication. | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key for authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_buckets | List all S3 buckets in your AWS account. |
| list_objects | List objects in an S3 bucket. Optionally filter by prefix and limit count. |
| get_object | Download and read the contents of an S3 object as text. |
| put_object | Upload text content to an S3 object. |
| delete_object | Delete an object from an S3 bucket. |
| presigned_url | Generate a presigned URL for temporary access to an S3 object. |
| bucket_info | Check if a bucket exists and get basic info. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |