Skip to main content
Glama

download_bucket

Download files from Supabase storage to a local buckets folder. Choose to download all buckets, a single bucket, a folder, or a single file.

Instructions

Download files from Supabase storage to local buckets/ folder. Can download all buckets, one bucket, a specific folder, or a single file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucketNoBucket to download — omit to download ALL buckets
folderNoFolder path to download (e.g. 'branding/logos') — requires bucket
fileNoSingle file path to download (e.g. 'branding/logo.svg') — requires bucket
limitNo
Behavior3/5

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

The description discloses the destination (local buckets/ folder) and the scoping options, but lacks details on side effects (e.g., overwriting local files), authentication requirements, or rate limits. Since no annotations are provided, the description carries the full burden, and while it is not misleading, it omits important behavioral context.

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 sentences with front-loaded action and clear options. Every sentence adds value with no redundancy or extraneous detail.

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

Completeness3/5

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

The description covers the main functionality and parameter relationships but omits the limit parameter, return format, and error conditions. Given the lack of output schema and annotations, it leaves gaps that an agent would need to infer or discover.

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 description coverage is 75% (bucket, folder, file described; limit not). The description adds value by explaining how parameters relate (folder and file require bucket), but does not mention the limit parameter. Thus it adds some meaning beyond the schema but is incomplete.

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?

The description clearly states the action ('Download files') and the resource ('from Supabase storage to local buckets/ folder'). It distinguishes from sibling tools like list_buckets (list only) and list_files (list files) by specifying the download action and the ability to scope to all buckets, one bucket, folder, or file.

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

Usage Guidelines3/5

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

The description explains what the tool can do but provides no explicit guidance on when to use it versus alternatives like list_buckets or manage_bucket. The usage context is implied (download vs. list) but not stated, leaving the agent to infer appropriate scenarios.

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/natuleadan/mcp-backend'

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