Skip to content

Commit 6f464d4

Browse files
Add additional tools
1 parent 44a17cf commit 6f464d4

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
@@ -170,6 +170,7 @@ Manage files and folders, perform searches, and handle content operations across
170170
| Tool | Description|
171171
| ---- | ---------- |
172172
| `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. |
173174
| `search_folders_by_name`| Searches for folders within Box by name using keyword matching.|
174175

175176
### Box AI
@@ -183,6 +184,7 @@ Use AI-powered tools to ask questions, extract insights, and analyze content acr
183184
| `ai_qa_multi_file`| Asks a question to multiple files using Box AI.|
184185
| `ai_extract_freeform`| Extracts metadata from files using Box AI in freeform format without requiring predefined template structures.|
185186
| `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. |
186188

187189
### Collaboration
188190

@@ -191,6 +193,7 @@ Enable team collaboration through comments, shared links, and collaboration mana
191193
| Tool | Description|
192194
| ---- | ---------- |
193195
| `create_file_comment` | Creates a new comment on a specific file. |
196+
| `list_item_collaborations` | List all existing collaborations on an item. |
194197
| `list_file_comments` | Lists all comments on a specific file. |
195198
| `list_tasks` | Lists all tasks associated with a specific file, including status, message, and due dates. |
196199

@@ -201,6 +204,7 @@ Create and manage Box Hubs for organizing collaborative content and resources ar
201204
| Tool | Description |
202205
| ---- | ---------- |
203206
| `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. |
204208
| `create_hub` | Creates a new hub. |
205209
| `get_hub_details` | Retrieves detailed information about a specific hub. |
206210
| `get_hub_items` | Gets items (files and folders) associated with a specific hub. |

0 commit comments

Comments
 (0)