Skip to main content
Glama

MCP Server Box

box_upload_file_from_content_tool

Upload text or binary content directly to Box as a file by specifying file name and folder ID. Supports base64 encoding for secure data transfer.

Instructions

Upload content as a file to Box using the toolkit.

Args: content (str | bytes): The content to upload. Can be text or binary data. file_name (str): The name to give the file in Box. folder_id (str): The ID of the destination folder. Defaults to root ("0"). is_base64 (bool): Whether the content is base64 encoded. Defaults to False.

Input Schema

NameRequiredDescriptionDefault
contentYes
file_nameYes
folder_idNo0
is_base64No

Input Schema (JSON Schema)

{ "properties": { "content": { "anyOf": [ { "type": "string" }, { "format": "binary", "type": "string" } ], "title": "Content" }, "file_name": { "title": "File Name", "type": "string" }, "folder_id": { "default": "0", "title": "Folder Id", "type": "string" }, "is_base64": { "default": false, "title": "Is Base64", "type": "boolean" } }, "required": [ "content", "file_name" ], "title": "box_upload_file_from_content_toolArguments", "type": "object" }

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