Skip to main content
Glama
Joseph19820124

supabase-mcp-server

supabase_storage_move

Destructive

Move or rename files within a Supabase storage bucket by specifying the bucket, current file path, and new file path.

Instructions

Move or rename a file within a storage bucket

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucketYesBucket name
toPathYesNew file path
fromPathYesCurrent file path
Behavior3/5

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

The description conveys that the operation mutates state, consistent with the destructiveHint=true annotation. It adds the constraint that the move happens 'within a storage bucket', which matches the single bucket parameter. However, it does not disclose additional behavioral traits like overwrite behavior or that the source is removed, though these are implied by the word 'move'.

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 or redundancy. It states the operation and resource efficiently, earning a high score for conciseness and structure.

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?

For a simple three-parameter move operation with annotations and no output schema, the description is nearly complete. It defines the main purpose and the within-bucket scope. It could explicitly mention that the source is removed or that the destination must not already exist, but these are reasonably inferred from the word 'move' and the parameter set.

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 descriptions cover 100% of parameters (bucket, fromPath, toPath). The tool description adds no extra semantics about parameter usage, such as path formatting or relative/absolute requirements. With high schema coverage, the baseline of 3 is appropriate.

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 operation with specific verbs 'move or rename' and identifies the resource as 'a file within a storage bucket'. This distinguishes it from sibling tools like upload, download, delete, and list, all of which have different purposes. The title 'Move File' reinforces the action.

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

Usage Guidelines2/5

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

The description gives no explicit guidance on when to use this tool versus alternatives. It lacks any mention of prerequisites, such as the destination path being available or the source file existing, and does not contrast with upload/delete combinations or other storage operations. Usage is only implied by the verb itself.

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