@@ -112,6 +112,10 @@ Amazon Quick SuiteでリモートBox MCPサーバーを追加するには、以
112112
113113詳細については、Amazon Quick Suiteドキュメントの[ Model Context Protocol (MCP) integration] ( https://docs.aws.amazon.com/quicksuite/latest/userguide/mcp-integration.html ) (英語) を参照してください。
114114
115+ <iframe width =" 100% " height =" 500 " src =" https://www.youtube.com/embed/S2kns2tYJjA?si=AWuXpvrjJY0J0qBb " title =" Box remote MCP with Amazon Quick Suite " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " referrerpolicy =" strict-origin-when-cross-origin " allowfullscreen >
116+
117+ </iframe >
118+
115119### AnthropicのMessages API
116120
117121リモートBox MCPサーバーを[ AnthropicのMessages API] ( https://docs.anthropic.com/en/api/messages ) と関連付けます。[ こちらのサンプルチャットボットプロジェクト] ( https://github.com/box-community/mcp-client-remote-mcp-react ) を複製すると、すぐに作業を開始できます。これにより、Anthropicモデルとの会話が可能になり、BoxのリモートMCPサーバーが提供するツールにアクセスできます。
@@ -132,24 +136,92 @@ Amazon Quick SuiteでリモートBox MCPサーバーを追加するには、以
132136
133137</ImageFrame >
134138
139+ ### GitHub Copilot
140+
141+ To set up the Box MCP server with GitHub Copilot, go to the [ overview page] ( https://github.com/mcp/box/mcp-server-box-remote ) and click _ Install MCP server_ . You'll be redirected to the VS Code editor. Click _ Install_ and complete OAuth to grant access to Box.
142+
143+ You may need to manually enter your Client ID and Client Secret. When registering your OAuth application, make sure to include following redirect URIs:
144+
145+ ``` curl
146+ http://127.0.0.1:33418
147+ https://vscode.dev/redirect
148+
149+ ```
150+
151+ <iframe width =" 100% " height =" 500 " src =" https://www.youtube.com/embed/Y1a16jhCVPc?si=MOutZC3_tGtpcJ7c " title =" Box remote MCP with Github Copilot " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " referrerpolicy =" strict-origin-when-cross-origin " allowfullscreen >
152+
153+ </iframe >
154+
135155### MCPサーバーでのBox AIの機能の使用
136156
137157サードパーティ製アプリケーションでBox AIを使用すると、Box MCPサーバー経由でアプリケーションにアクセスするため、最適なエクスペリエンスと質の高い結果を得ることができます。これにより、すべての機能、パフォーマンスの向上、シームレスなユーザーエクスペリエンスが実現します。
138158
139159## 利用可能なツール
140160
141- リモートBox MCPサーバーには、使用できるツールがいくつかあります。
142-
143- | ツール | 説明 |
144- | ---------------------------------- | -------------------------------------------------------------------------------- |
145- | ` who_am_i ` | 現在認証されているBoxユーザーの詳細な情報を返します。 |
146- | ` get_file_content ` | Boxに保存されているファイルのコンテンツを返します。 |
147- | ` search_folders_by_name ` | キーワードの照合を使用して、名前でBox内のフォルダを検索します。 |
148- | ` list_folder_content_by_folder_id ` | フォルダ内のファイル、フォルダ、ウェブリンクのリストを取得します。 |
149- | ` search_files_keyword ` | キーワードを使用してファイルを検索します。メタデータフィルタ、ファイル拡張子によるフィルタ処理、フィールドの選択がサポートされています。 |
150- | ` search_files_metadata ` | SQLに似たメタデータクエリを使用してファイルを検索します。パラメータを使用した複雑なフィルタ処理、フィールドの選択、フォルダの範囲指定がサポートされています。 |
151- | ` ai_qa_single_file ` | Box AIを使用して単一のファイルに質問します。 |
152- | ` ai_qa_multi_file ` | Box AIを使用して複数のファイルに質問します。 |
153- | ` ai_qa_hub ` | Box AIを使用してBox Hubに質問します。 |
154- | ` ai_extract_freeform ` | Box AIを使用して、ファイルから自由形式でメタデータを抽出します。あらかじめ定義されたテンプレート構造は必要ありません。 |
155- | ` ai_extract_structured ` | Box AIを使用して、ファイルから、カスタムフィールドの定義または既存のメタデータテンプレートに基づいて構造化メタデータを抽出します。 |
161+ The remote Box MCP server provides access to a comprehensive set of tools that enable AI agents to interact with Box content and features. These tools are organized by functional category to help you quickly identify the right capabilities for your use case.
162+
163+ ### User and authentication
164+
165+ Manage user authentication and retrieve information about the authenticated user.
166+
167+ | ツール | 説明 |
168+ | ---------- | ---------------------------- |
169+ | ` who_am_i ` | 現在認証されているBoxユーザーの詳細な情報を返します。 |
170+
171+ ### Content Management
172+
173+ Manage files and folders, perform searches, and handle content operations across your Box environment.
174+
175+ #### ファイル操作
176+
177+ | ツール | 説明 |
178+ | --------------------- | --------------------------------------------------------------------------------------------------- |
179+ | ` get_file_content ` | Returns the content of a file stored in Box. |
180+ | ` get_file_details ` | Gets comprehensive file information from Box including metadata, permissions, and version details. |
181+ | ` upload_file ` | Uploads a new file to Box. |
182+ | ` upload_file_version ` | Uploads a new file version by providing the entire file contents to update an existing file in Box. |
183+
184+ #### Folder operations
185+
186+ | ツール | 説明 |
187+ | ---------------------------------- | ------------------------------------------------------------------------------------------------------- |
188+ | ` create_folder ` | Creates a new folder in Box. |
189+ | ` get_folder_details ` | Retrieves comprehensive folder information including metadata, permissions, and collaboration settings. |
190+ | ` list_folder_content_by_folder_id ` | フォルダ内のファイル、フォルダ、ウェブリンクのリストを取得します。 |
191+
192+ #### 検索
193+
194+ | ツール | 説明 |
195+ | ------------------------ | -------------------------------------------------------------------- |
196+ | ` search_files_keyword ` | キーワードを使用してファイルを検索します。メタデータフィルタ、ファイル拡張子によるフィルタ処理、フィールドの選択がサポートされています。 |
197+ | ` search_folders_by_name ` | キーワードの照合を使用して、名前でBox内のフォルダを検索します。 |
198+
199+ ### Box AI
200+
201+ Use AI-powered tools to ask questions, extract insights, and analyze content across files and hubs.
202+
203+ | ツール | 説明 |
204+ | ----------------------- | -------------------------------------------------------------------- |
205+ | ` ai_qa_hub ` | Box AIを使用してBox Hubに質問します。 |
206+ | ` ai_qa_single_file ` | Box AIを使用して単一のファイルに質問します。 |
207+ | ` ai_qa_multi_file ` | Box AIを使用して複数のファイルに質問します。 |
208+ | ` ai_extract_freeform ` | Box AIを使用して、ファイルから自由形式でメタデータを抽出します。あらかじめ定義されたテンプレート構造は必要ありません。 |
209+ | ` ai_extract_structured ` | Box AIを使用して、ファイルから、カスタムフィールドの定義または既存のメタデータテンプレートに基づいて構造化メタデータを抽出します。 |
210+
211+ ### コラボレーション
212+
213+ Enable team collaboration through comments, shared links, and collaboration management tools.
214+
215+ | ツール | 説明 |
216+ | ------------ | ------------------------------------------------------------------------------------------ |
217+ | ` list_tasks ` | Lists all tasks associated with a specific file, including status, message, and due dates. |
218+
219+ ### Hub
220+
221+ Create and manage Box Hubs for organizing collaborative content and resources around specific topics or projects.
222+
223+ | ツール | 説明 |
224+ | ----------------- | -------------------------------------------------------------- |
225+ | ` get_hub_details ` | Retrieves detailed information about a specific hub. |
226+ | ` get_hub_items ` | Gets items (files and folders) associated with a specific hub. |
227+ | ` list_hubs ` | Lists all hubs accessible to the authenticated user. |
0 commit comments