Skip to main content
Glama
webapper-services

CloudSee Drive MCP Server

Upload file

upload_file

Upload local files to a CloudSee Drive folder using pre-signed URLs, with automatic multipart upload for large files.

Instructions

Upload a local file to a folder in a drive. Requires the drive (bucketName). Reads the file from the local machine, requests pre-signed upload URL(s), uploads the bytes to storage, then finalizes the object. Files up to 8 MiB use a single upload; larger files are uploaded in parts automatically. (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 local file to upload (absolute, or relative to the server's working directory).
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.
contentTypeNoMIME type. Defaults to application/octet-stream.
storageClassNoOptional S3 storage class (e.g. STANDARD, INTELLIGENT_TIERING).
destinationFolderYesDestination folder/prefix in the drive. Empty = drive root.
Behavior5/5

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

The description discloses substantial behavioral details beyond the annotations: the pre-signed URL flow, automatic multi-part upload for files over 8 MiB, and the RBAC authorization mechanism with an explicit note that denial is a scope issue, not a tool failure. There is no contradiction with annotations (readOnlyHint=false confirms write operation).

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 efficient and front-loaded with the core action, followed by necessary process details (pre-signed URLs, size threshold, RBAC). Every sentence contributes useful information without redundancy. It is well-structured and appropriately sized.

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?

The description covers the upload process, size handling, and authorization failure behavior, which is solid for a tool with no output schema. However, it does not mention what the tool returns on success (e.g., object URL or metadata) or what happens on overwriting an existing file. This is a minor gap given the complexity.

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 coverage is 100% with each parameter described. The description adds minimal parameter-specific meaning, mostly restating that bucketName is required (which the schema already states). It does not clarify new parameter behavior beyond what the schema provides, so baseline 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 action: 'Upload a local file to a folder in a drive.' It uses a specific verb and resource, and the distinct purpose is obvious versus sibling tools like download_file or search_files. The scope (drive/folder) and the requirement for bucketName are also mentioned.

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?

The description gives clear context: it requires a drive (bucketName), reads from local machine, and uses pre-signed URLs. It explains the process but does not explicitly state exclusions or alternatives (e.g., when to use download_file instead). However, the context is sufficient to infer appropriate use.

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

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