Skip to main content
Glama

Supabase Storage MCP

by Desmond-Labs

list_files

Enumerate files in a Supabase Storage bucket folder to identify available files for processing or download operations, with optional filtering by file extension.

Instructions

Enumerate files in bucket folder for processing or download

Input Schema

NameRequiredDescriptionDefault
bucket_nameYesBucket to search
file_extensionNoFilter by extension (.jpg, .png)
folder_pathNoSpecific folder path

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "description": "Bucket to search", "maxLength": 63, "minLength": 3, "type": "string" }, "file_extension": { "description": "Filter by extension (.jpg, .png)", "maxLength": 10, "type": "string" }, "folder_path": { "description": "Specific folder path", "maxLength": 300, "type": "string" } }, "required": [ "bucket_name" ], "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