Skip to main content
Glama
webapper-services

CloudSee Drive MCP Server

Upload file

upload_file

Upload a file from your local machine to a specified CloudSee Drive folder. If the name is already used, it automatically creates a timestamped name, and files larger than 8 MiB are split into parts.

Instructions

Upload a file into a folder of a drive. The file is read from the machine running this server — which, over this connection, is your own machine — so pass its path. Requires the drive (bucketName). Files up to 8 MiB are sent in one piece; larger ones are split into parts automatically. If the name is already taken, a timestamped name is used instead, so an existing file is never overwritten. (Write access is authorized server-side by the public API's RBAC — a denial means the API key lacks this tool's scope, not a tool failure.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNameNoName to store the file as. Defaults to the local file's name.
localPathYesPath to the file to upload, on the machine running this server. Copy the name exactly — invisible characters in a file name are a common cause of 'not found'.
bucketNameNoThe CloudSee drive (S3 bucket) name to operate in, e.g. 'max-2778abc0' — find it in the CloudSee dashboard. Required unless CLOUDSEE_DEFAULT_BUCKET is configured on the server.
storageClassNoOptional S3 storage class (e.g. STANDARD, INTELLIGENT_TIERING).
destinationFolderNoDestination folder/prefix in the drive. Omit or empty = drive root.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed4 schema fields changedv2.0.2
    • removedInput schema / properties / contentType
      Removed value: -{
      -  "description": "MIME type. Defaults to application/octet-stream.",
      -  "type": "string"
      -}
    • changedInput schema / properties / destinationFolder / description
      Previous value: -"Destination folder/prefix in the drive. Empty = drive root."New value: +"Destination folder/prefix in the drive. Omit or empty = drive root."
    • changedInput schema / properties / localPath / description
      Previous value: -"Path to the local file to upload (absolute, or relative to the server's working directory)."New value: +"Path to the file to upload, on the machine running this server. Copy the name exactly — invisible characters in a file name are a common cause of 'not found'."
    • changedInput schema / required
      Previous value: -[
      -  "localPath",
      -  "destinationFolder"
      -]New value: +[
      +  "localPath"
      +]
  2. First observedv1.0.0

TDQS

A4.6/5.0
Behavior5/5

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

The description richly discloses behavior beyond annotations: files are read from the local machine, files up to 8 MiB are sent in one piece while larger ones are split, existing files are never overwritten because a timestamped name is used, and auth failures indicate an API key scope problem rather than a tool malfunction. This is exactly the kind of behavioral detail an agent needs.

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 dense but every sentence earns its place: scope, source location, size handling, collision behavior, and auth semantics are all covered without redundancy. The main action is front-loaded.

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 tool with five parameters and no output schema, the description covers the important operational details: path semantics, bucket requirement, size thresholds, collision policy, and auth failure interpretation. It does not explain what the tool returns or how an agent would track an upload via the sibling upload_status tool, which is a minor gap.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds extra value beyond the schema by explaining that localPath refers to the server's machine and cautioning about invisible characters, by telling users where to find bucketName in the CloudSee dashboard, and by noting that fileName defaults to the local file's name. This goes beyond simple schema repetition.

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 uses a specific verb and resource: 'Upload a file into a folder of a drive.' It clearly differentiates this from the sibling tools by focusing on the act of uploading a local file to a drive, while leaving listing, downloading, and metadata operations to those other tools.

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?

It gives clear practical context: the file must be read from the machine running the server, the bucketName is required unless a default is configured, and file size determines multi-part behavior. However, it does not explicitly name alternatives such as upload_status or state when not to use this tool.

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

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/webapper-services/cloudsee-drive-mcp'

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