# Box MCP Node

> Access Box MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `boxmcp_add_items_to_hub`
* `boxmcp_ai_extract_freeform`
* `boxmcp_ai_extract_structured_from_fields`
* `boxmcp_ai_extract_structured_from_fields_enhanced`
* `boxmcp_ai_extract_structured_from_metadata_template`
* `boxmcp_ai_extract_structured_from_metadata_template_enhanced`
* `boxmcp_ai_qa_hub`
* `boxmcp_ai_qa_multi_file`
* `boxmcp_ai_qa_single_file`
* `boxmcp_copy_file`
* `boxmcp_copy_folder`
* `boxmcp_copy_hub`
* `boxmcp_create_file_comment`
* `boxmcp_create_folder`
* `boxmcp_create_hub`
* `boxmcp_create_metadata_template`
* `boxmcp_get_file_content`
* `boxmcp_get_file_details`
* `boxmcp_get_file_preview`
* `boxmcp_get_folder_details`
* `boxmcp_get_hub_details`
* `boxmcp_get_hub_items`
* `boxmcp_get_metadata_template_schema`
* `boxmcp_get_preview_page`
* `boxmcp_list_file_comments`
* `boxmcp_list_folder_content_by_folder_id`
* `boxmcp_list_hubs`
* `boxmcp_list_item_collaborations`
* `boxmcp_list_metadata_templates`
* `boxmcp_list_tasks`
* `boxmcp_move_file`
* `boxmcp_move_folder`
* `boxmcp_search_files_keyword`
* `boxmcp_search_files_metadata`
* `boxmcp_search_folders_by_name`
* `boxmcp_set_file_metadata`
* `boxmcp_set_folder_metadata`
* `boxmcp_update_file_properties`
* `boxmcp_update_folder_properties`
* `boxmcp_update_hub`
* `boxmcp_update_metadata_template`
* `boxmcp_upload_file`
* `boxmcp_upload_file_version`
* `boxmcp_who_am_i`

## Use Cases
1. **Automate Box 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.