Skip to main content
Glama
Joseph19820124

supabase-mcp-server

supabase_storage_upload

Destructive

Upload base64-encoded files to Supabase Storage buckets. Specify bucket, path, and content type, with optional upsert to overwrite existing files.

Instructions

Upload a file to a storage bucket (base64-encoded content)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesFile path within the bucket (e.g., folder/file.txt)
bucketYesBucket name
upsertNoOverwrite if file exists (default: false)
fileBodyYesBase64-encoded file content
contentTypeNoMIME type of the fileapplication/octet-stream
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, and the description adds the base64-encoded content requirement. However, it does not disclose overwrite behavior (e.g., upsert), authentication needs, or error/failure semantics, leaving some behavioral gaps beyond what annotations provide.

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?

The description is a single, front-loaded sentence with no fluff. It efficiently communicates the core purpose and key constraint ('base64-encoded content'). Every word earns its place.

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 schema and annotations cover parameters and safety, but the description lacks information about return values or success/failure behavior (no output schema exists). It also does not mention upsert semantics, though that is in the schema. Overall, it is minimally sufficient but with notable gaps for a storage upload tool.

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 100%, so all parameters are well-documented. The description adds no new parameter semantics beyond reiterating base64-encoded content, which the schema already specifies for fileBody. Baseline 3 is appropriate given full schema coverage.

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 ('Upload') and the resource ('a file to a storage bucket'), with a parenthetical about base64 content. This distinguishes it from sibling storage tools like download, delete, and move. The verb+resource structure is specific and unambiguous.

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 implies usage for uploading base64-encoded files to buckets but does not explicitly state when to use it vs alternatives. It gives no exclusions or references to sibling tools, though the base64 constraint provides some contextual guidance. This is implied usage, not explicit guidance.

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/Joseph19820124/supabase-mcp-server'

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