1+ [
2+ {
3+ "name" : " box_who_am_i" ,
4+ "description" : " Get current user information" ,
5+ "arguments" : []
6+ },
7+ {
8+ "name" : " box_authorize_app_tool" ,
9+ "description" : " Start Box application authorization" ,
10+ "arguments" : []
11+ },
12+ {
13+ "name" : " box_search_tool" ,
14+ "description" : " Search for files in Box" ,
15+ "arguments" : []
16+ },
17+ {
18+ "name" : " box_read_tool" ,
19+ "description" : " Read text content of Box files" ,
20+ "arguments" : []
21+ },
22+ {
23+ "name" : " box_ai_ask_file_single_tool" ,
24+ "description" : " Query AI about a single file" ,
25+ "arguments" : []
26+ },
27+ {
28+ "name" : " box_ai_ask_file_multi_tool" ,
29+ "description" : " Query AI using multiple files" ,
30+ "arguments" : []
31+ },
32+ {
33+ "name" : " box_ai_ask_hub_tool" ,
34+ "description" : " Ask AI about a hub" ,
35+ "arguments" : []
36+ },
37+ {
38+ "name" : " box_ai_extract_freeform_tool" ,
39+ "description" : " Extract data using freeform AI prompts" ,
40+ "arguments" : []
41+ },
42+ {
43+ "name" : " box_ai_extract_structured_using_fields_tool" ,
44+ "description" : " Extract structured data with specified fields" ,
45+ "arguments" : []
46+ },
47+ {
48+ "name" : " box_upload_file_from_path_tool" ,
49+ "description" : " Upload files from local filesystem" ,
50+ "arguments" : []
51+ },
52+ {
53+ "name" : " box_upload_file_from_content_tool" ,
54+ "description" : " Upload content as files" ,
55+ "arguments" : []
56+ },
57+ {
58+ "name" : " box_download_file_tool" ,
59+ "description" : " Download files from Box" ,
60+ "arguments" : []
61+ }
62+ ]
0 commit comments