Box

Box

Cloud content management and file sharing service for businesses.

69VIEWS
2603USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app boxnpx @composio/cli add cursor --app boxnpx @composio/cli add cursor --app boxnpx @composio/cli add cursor --app box

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Classification To File

Adds a classification to a file by specifying the label of the classification to add. this api can also be called by including the enterprise id in the url explicitly, for example `/files/:id//enterprise 12345/securityclassification-6vmvochwuwo`.

Add Classification To Folder

Adds a classification to a folder by specifying the label of the classification to add. this api can also be called by including the enterprise id in the url explicitly, for example `/folders/:id/enterprise 12345/securityclassification-6vmvochwuwo`.

Add Domain To List Of Allowed Collaboration Domains

Creates a new entry in the list of allowed domains to allow collaboration for.

Add Initial Classifications

When an enterprise does not yet have any classifications, this api call initializes the classification template with an initial set of classifications. if an enterprise already has a classification, the template will already exist and instead an api call should be made to add additional classifications.

Add Or Update User Avatar

Adds or updates a user avatar.

Add Shared Link To File

Adds a shared link to a file.

Add Shared Link To Folder

Adds a shared link to a folder.

Add Shared Link To Web Link

Adds a shared link to a web link.

Add User To Group

Creates a group membership. only users with admin-level permissions will be able to use this api.

Apply Watermark To File

Applies or update a watermark on a file.

Apply Watermark To Folder

Applies or update a watermark on a folder.

Ask Question

Sends an ai request to supported llms and returns an answer specifically focused on the user's question given the provided context.

Assign Legal Hold Policy

Assign a legal hold to a file, file version, folder, or user.

Assign Retention Policy

Assigns a retention policy to an item.

Assign Storage Policy

Creates a storage policy assignment for an enterprise or user.

Assign Task

Assigns a task to a user. a task can be assigned to more than one user by creating multiple assignments.

Authorize User

Authorize a user by sending them through the [box](https://box.com) website and request their permission to act on their behalf. this is the first step when authenticating a user using oauth 2.0. to request a user's authorization to use the box apis on their behalf you will need to send a user to the url with this format.

Cancel Box Sign Request

Cancels a sign request.

Change Shield Information Barrier Status

Change status of shield information barrier with the specified id.

Commit Upload Session

Close an upload session and create a file from the uploaded chunks. the actual endpoint url is returned by the [`create upload session`](e://post-files-upload-sessions) and [`get upload session`](e://get-files-upload-sessions-id) endpoints.

20 actions available