You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/box-mcp/remote/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,7 @@ Manage files and folders, perform searches, and handle content operations across
194
194
| Tool | Description|
195
195
| ---- | ---------- |
196
196
|`search_files_keyword`| Searches for files using keywords. Supports metadata filters, file extension filtering, and field selection.|
197
+
|`search_files_metadata`| Searches for files using SQL-like metadata queries. Supports complex filtering with parameters, field selection, and folder scoping. |
197
198
|`search_folders_by_name`| Searches for folders within Box by name using keyword matching.|
198
199
199
200
### Box AI
@@ -207,6 +208,7 @@ Use AI-powered tools to ask questions, extract insights, and analyze content acr
207
208
|`ai_qa_multi_file`| Asks a question to multiple files using Box AI.|
208
209
|`ai_extract_freeform`| Extracts metadata from files using Box AI in freeform format without requiring predefined template structures.|
209
210
|`ai_extract_structured`| Extracts structured metadata from files using Box AI based on either custom fields definition or an existing metadata template.|
211
+
|`ai_extract_structured_from_fields_enhanced`| Extracts structured metadata from files using Box AI Enhanced Extract Agent based on custom field definitions. |
210
212
211
213
### Collaboration
212
214
@@ -215,6 +217,7 @@ Enable team collaboration through comments, shared links, and collaboration mana
215
217
| Tool | Description|
216
218
| ---- | ---------- |
217
219
|`create_file_comment`| Creates a new comment on a specific file. |
220
+
|`list_item_collaborations`| List all existing collaborations on an item. |
218
221
|`list_file_comments`| Lists all comments on a specific file. |
219
222
|`list_tasks`| Lists all tasks associated with a specific file, including status, message, and due dates. |
220
223
@@ -225,6 +228,7 @@ Create and manage Box Hubs for organizing collaborative content and resources ar
225
228
| Tool | Description |
226
229
| ---- | ---------- |
227
230
|`add_items_to_hub`| Adds files, folders, or web links to a specific hub. |
231
+
|`copy_hub`| Creates a copy of an existing Box Hub with all its structure and settings. The original hub remains unmodified. |
228
232
|`create_hub`| Creates a new hub. |
229
233
|`get_hub_details`| Retrieves detailed information about a specific hub. |
230
234
|`get_hub_items`| Gets items (files and folders) associated with a specific hub. |
0 commit comments