Skip to main content
Glama

MCP Server Box

box_upload_file_from_path_tool

Upload files to Box from a server filesystem path. Specify file path, destination folder ID, and optional new file name. Returns details of the uploaded file.

Instructions

Upload a file to Box from a filesystem path.

Args: file_path (str): Path on the server filesystem to the file to upload. folder_id (str): The ID of the destination folder. Defaults to root ("0"). new_file_name (str): Optional new name to give the file in Box. If empty, uses the original filename.

return: str: Information about the uploaded file (ID and name).

Input Schema

NameRequiredDescriptionDefault
file_pathYes
folder_idNo0
new_file_nameNo

Input Schema (JSON Schema)

{ "properties": { "file_path": { "title": "File Path", "type": "string" }, "folder_id": { "default": "0", "title": "Folder Id", "type": "string" }, "new_file_name": { "default": "", "title": "New File Name", "type": "string" } }, "required": [ "file_path" ], "title": "box_upload_file_from_path_toolArguments", "type": "object" }
Install Server

Other Tools from MCP Server Box

Related Tools

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/box-community/mcp-server-box'

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