Skip to content

Commit eae0d9e

Browse files
Merge branch 'DDOC-1427-remote-MCP-tools' of github.com:box/developer.box.com into staging
2 parents 913afea + 6f464d4 commit eae0d9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ Manage files and folders, perform searches, and handle content operations across
194194
| Tool | Description|
195195
| ---- | ---------- |
196196
| `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. |
197198
| `search_folders_by_name`| Searches for folders within Box by name using keyword matching.|
198199

199200
### Box AI
@@ -207,6 +208,7 @@ Use AI-powered tools to ask questions, extract insights, and analyze content acr
207208
| `ai_qa_multi_file`| Asks a question to multiple files using Box AI.|
208209
| `ai_extract_freeform`| Extracts metadata from files using Box AI in freeform format without requiring predefined template structures.|
209210
| `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. |
210212

211213
### Collaboration
212214

@@ -215,6 +217,7 @@ Enable team collaboration through comments, shared links, and collaboration mana
215217
| Tool | Description|
216218
| ---- | ---------- |
217219
| `create_file_comment` | Creates a new comment on a specific file. |
220+
| `list_item_collaborations` | List all existing collaborations on an item. |
218221
| `list_file_comments` | Lists all comments on a specific file. |
219222
| `list_tasks` | Lists all tasks associated with a specific file, including status, message, and due dates. |
220223

@@ -225,6 +228,7 @@ Create and manage Box Hubs for organizing collaborative content and resources ar
225228
| Tool | Description |
226229
| ---- | ---------- |
227230
| `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. |
228232
| `create_hub` | Creates a new hub. |
229233
| `get_hub_details` | Retrieves detailed information about a specific hub. |
230234
| `get_hub_items` | Gets items (files and folders) associated with a specific hub. |

0 commit comments

Comments
 (0)