Skip to main content
Glama

quickS3

Create share link

create_share_link

Create a public share link for one object. Anyone who has the link can download the file without a quickS3 account, until it expires. Use this only when the user asks to share a file with someone; to download a file yourself, use create_download_link. The link never outlives this access grant: revoking the grant, or losing read access to the file, disables it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesObject key, e.g. "reports/2026/q3.csv"
bucketYesBucket name
connectionIdYesConnection ID from list_connections
expiresInSecondsNoHow long the link stays valid, in seconds: from 300 (5 minutes) to 2592000 (30 days). Default 86400 (24 hours).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
shareUrlYes
expiresAtYes
shareLinkIdYes
limitedByGrantYes

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"
      +    },
      +    "limitedByGrant": {
      +      "type": "boolean"
      +    },
      +    "shareLinkId": {
      +      "type": "string"
      +    },
      +    "shareUrl": {
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "shareUrl",
      +    "shareLinkId",
      +    "expiresAt",
      +    "limitedByGrant"
      +  ],
      +  "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