Skip to main content
Glama
danizeap

Supabase Storage MCP Server

by danizeap

List files in a bucket

list_files

List files in a Supabase storage bucket with sizes and last-updated dates. Optionally filter by folder to preview contents before uploading or obtain file paths for sharing.

Instructions

List the files in a bucket, with their sizes and last-updated dates. Optionally pass a folder prefix (e.g. 'logos') to look inside a specific folder. Handy for checking what's already there before uploading, or finding the exact path to make a shareable link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoOptional maximum number of files to return (default 100).
bucketYesThe bucket to look in. Use 'list_buckets' to see options.
folderNoOptional folder to list inside, e.g. 'logos' or 'campaigns/spring'. Omit for the top level.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It correctly indicates a read operation and optional folder prefix, but lacks details on pagination, sorting, error handling (e.g., bucket not found), or default limit behavior beyond schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise, front-loaded sentences covering purpose, optional parameter, and use cases. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequately describes output content (sizes, dates) and common use cases. Lacks return format or error details, but acceptable given simplicity and no output schema requirement.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameters with descriptions. The description adds minimal extra meaning beyond schema, only mentioning 'folder prefix' as a use case rather than adding new semantic details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'List the files in a bucket' with specific output details (sizes, last-updated dates). Distinguishes from siblings like list_buckets and upload_file by focusing on file listing within a bucket.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides two explicit use cases: checking before uploading and finding paths for shareable links. Does not mention when not to use this tool or compare with alternatives like get_public_url or get_signed_url.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/danizeap/Supabase-MCP'

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