# Dropbox MCP Node

> Access Dropbox MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/dropboxmcp-node

## Content

## Description
Access Dropbox MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `dropboxmcp_check_job_status`
* `dropboxmcp_copy`
* `dropboxmcp_create_file`
* `dropboxmcp_create_file_request`
* `dropboxmcp_create_folder`
* `dropboxmcp_create_shared_link`
* `dropboxmcp_delete`
* `dropboxmcp_download_link`
* `dropboxmcp_get_file_content`
* `dropboxmcp_get_file_metadata`
* `dropboxmcp_get_file_request`
* `dropboxmcp_get_markdown`
* `dropboxmcp_get_shared_link_metadata`
* `dropboxmcp_get_transcript`
* `dropboxmcp_get_usage_and_quota`
* `dropboxmcp_list_file_requests`
* `dropboxmcp_list_file_revisions`
* `dropboxmcp_list_folder`
* `dropboxmcp_list_restore_events`
* `dropboxmcp_list_shared_links`
* `dropboxmcp_move`
* `dropboxmcp_restore_file_revision`
* `dropboxmcp_restore_folder`
* `dropboxmcp_search`
* `dropboxmcp_who_am_i`

## Use Cases
1. **Automate Dropbox MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.