supabase-mcp

upload_file

Upload files to Supabase Storage by specifying the bucket, file path, and base64 file data. Supports cache control, content type, and file overwrite options for efficient file management.

Instructions

Upload a file to Supabase Storage

Input Schema

NameRequiredDescriptionDefault
bucketYesStorage bucket name
fileYesFile data as base64 string
optionsNo
pathYesFile path within the bucket

Input Schema (JSON Schema)

{ "properties": { "bucket": { "description": "Storage bucket name", "type": "string" }, "file": { "description": "File data as base64 string", "type": "object" }, "options": { "properties": { "cacheControl": { "description": "Cache control header", "type": "string" }, "contentType": { "description": "Content type of the file", "type": "string" }, "upsert": { "description": "Whether to overwrite existing file", "type": "boolean" } }, "type": "object" }, "path": { "description": "File path within the bucket", "type": "string" } }, "required": [ "bucket", "path", "file" ], "type": "object" }

You must be authenticated.

Other Tools from supabase-mcp

Related Tools

ID: vwi6nt8i80