Skip to main content
Glama

quickS3

List buckets

list_buckets
Read-onlyIdempotent

List the buckets of one storage connection that this access grant can see.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionIdYesConnection ID from list_connections

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucketsYes

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": {
      +    "buckets": {
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "buckets"
      +  ],
      +  "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