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
@@ -170,6 +170,7 @@ Manage files and folders, perform searches, and handle content operations across
170
170
| Tool | Description|
171
171
| ---- | ---------- |
172
172
|`search_files_keyword`| Searches for files using keywords. Supports metadata filters, file extension filtering, and field selection.|
173
+
|`search_files_metadata`| Searches for files using SQL-like metadata queries. Supports complex filtering with parameters, field selection, and folder scoping. |
173
174
|`search_folders_by_name`| Searches for folders within Box by name using keyword matching.|
174
175
175
176
### Box AI
@@ -183,6 +184,7 @@ Use AI-powered tools to ask questions, extract insights, and analyze content acr
183
184
|`ai_qa_multi_file`| Asks a question to multiple files using Box AI.|
184
185
|`ai_extract_freeform`| Extracts metadata from files using Box AI in freeform format without requiring predefined template structures.|
185
186
|`ai_extract_structured`| Extracts structured metadata from files using Box AI based on either custom fields definition or an existing metadata template.|
187
+
|`ai_extract_structured_from_fields_enhanced`| Extracts structured metadata from files using Box AI Enhanced Extract Agent based on custom field definitions. |
186
188
187
189
### Collaboration
188
190
@@ -191,6 +193,7 @@ Enable team collaboration through comments, shared links, and collaboration mana
191
193
| Tool | Description|
192
194
| ---- | ---------- |
193
195
|`create_file_comment`| Creates a new comment on a specific file. |
196
+
|`list_item_collaborations`| List all existing collaborations on an item. |
194
197
|`list_file_comments`| Lists all comments on a specific file. |
195
198
|`list_tasks`| Lists all tasks associated with a specific file, including status, message, and due dates. |
196
199
@@ -201,6 +204,7 @@ Create and manage Box Hubs for organizing collaborative content and resources ar
201
204
| Tool | Description |
202
205
| ---- | ---------- |
203
206
|`add_items_to_hub`| Adds files, folders, or web links to a specific hub. |
207
+
|`copy_hub`| Creates a copy of an existing Box Hub with all its structure and settings. The original hub remains unmodified. |
204
208
|`create_hub`| Creates a new hub. |
205
209
|`get_hub_details`| Retrieves detailed information about a specific hub. |
206
210
|`get_hub_items`| Gets items (files and folders) associated with a specific hub. |
0 commit comments