Skip to main content
Glama

setup_buckets

Initialize standard storage buckets to organize file management workflows using a base bucket name and user identifier for structured data organization.

Instructions

Initialize standard storage buckets for organized file management workflows

Input Schema

NameRequiredDescriptionDefault
base_bucket_nameNoBase name for bucketsstorage
user_idNoUser identifier for organization

Input Schema (JSON Schema)

{ "properties": { "base_bucket_name": { "default": "storage", "description": "Base name for buckets", "maxLength": 50, "minLength": 3, "type": "string" }, "user_id": { "description": "User identifier for organization", "maxLength": 36, "type": "string" } }, "required": [], "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/Desmond-Labs/supabase-storage-mcp'

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