Skip to main content
Glama

quickS3

Create download link

create_download_link
Read-onlyIdempotent

Create a short-lived download link (valid 5 minutes, single use) for one object. Download the file by following the link, e.g. with curl -L -o output.bin "<uri>". quickS3 never sees or stores the file contents; the link redirects directly to your storage provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesObject key, e.g. "reports/2026/q3.csv"
bucketYesBucket name
connectionIdYesConnection ID from list_connections

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
expiresAtYes
transferIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "https://json-schema.org/draft/2020-12/schema",
      +  "additionalProperties": false,
      +  "properties": {
      +    "expiresAt": {
      +      "type": "string"
      +    },
      +    "transferId": {
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "transferId",
      +    "expiresAt"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

Score is being calculated.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources