Skip to main content
Glama

Unstructured API MCP Server

Official

create_s3_destination

Create an S3 destination connector for storing data by specifying S3 bucket details, AWS credentials, and optional session tokens or custom endpoints.

Instructions

Create an S3 destination connector.

Args: name: A unique name for this connector remote_url: The S3 URI to the bucket or folder key: The AWS access key ID secret: The AWS secret access key token: The AWS STS session token for temporary access (optional) endpoint_url: Custom URL if connecting to a non-AWS S3 bucket Returns: String containing the created destination connector information

Input Schema

NameRequiredDescriptionDefault
nameYes
remote_urlYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "remote_url": { "title": "Remote Url", "type": "string" } }, "required": [ "name", "remote_url" ], "title": "create_s3_destinationArguments", "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/Unstructured-IO/UNS-MCP'

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