Skip to content

Commit d0ac3ee

Browse files
Add new MCP tools (#867)
1 parent 05f90f2 commit d0ac3ee

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

content/guides/box-mcp/remote/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Manage user authentication and retrieve information about the authenticated user
142142
| ---- | ---------- |
143143
| `who_am_i`| Returns detailed information about the currently authenticated Box user.|
144144

145-
### Content Management
145+
### Content management
146146

147147
Manage files and folders, perform searches, and handle content operations across your Box environment.
148148

@@ -152,6 +152,7 @@ Manage files and folders, perform searches, and handle content operations across
152152
| ---- | ---------- |
153153
| `get_file_content` | Returns the content of a file stored in Box. |
154154
| `get_file_details` | Gets comprehensive file information from Box including metadata, permissions, and version details. |
155+
| `update_file_properties` | Updates file properties, including name, description, tags, and collections. |
155156
| `upload_file` | Uploads a new file to Box. |
156157
| `upload_file_version` | Uploads a new file version by providing the entire file contents to update an existing file in Box. |
157158

@@ -162,6 +163,7 @@ Manage files and folders, perform searches, and handle content operations across
162163
| `create_folder` | Creates a new folder in Box. |
163164
| `get_folder_details` | Retrieves comprehensive folder information including metadata, permissions, and collaboration settings. |
164165
| `list_folder_content_by_folder_id`| Lists files, folders, and web links in a folder. |
166+
| `update_folder_properties` | Updates folder properties, including name, description, tags, and collections. |
165167

166168
#### Search
167169

@@ -188,14 +190,20 @@ Enable team collaboration through comments, shared links, and collaboration mana
188190

189191
| Tool | Description|
190192
| ---- | ---------- |
193+
| `create_file_comment` | Creates a new comment on a specific file. |
194+
| `list_file_comments` | Lists all comments on a specific file. |
191195
| `list_tasks` | Lists all tasks associated with a specific file, including status, message, and due dates. |
192196

193197
### Hubs
194198

195199
Create and manage Box Hubs for organizing collaborative content and resources around specific topics or projects.
196200

197-
| Tool | Description|
201+
| Tool | Description |
198202
| ---- | ---------- |
203+
| `add_items_to_hub` | Adds files, folders, or web links to a specific hub. |
204+
| `copy_hub` | Creates a copy of an existing hub with all its structure and settings. The original hub remains unmodified. |
205+
| `create_hub` | Creates a new hub. |
199206
| `get_hub_details` | Retrieves detailed information about a specific hub. |
200207
| `get_hub_items` | Gets items (files and folders) associated with a specific hub. |
201208
| `list_hubs` | Lists all hubs accessible to the authenticated user. |
209+
| `update_hub` | Updates the title and description of a specific hub. |

0 commit comments

Comments
 (0)