Box MCPを使用した法務クライアント受付と契約開始手続きの自動化 — 受付書類が事務所の要件に対して完全であるかを確認し、弁護士による審査のためにリスクを要約し、不完全または高リスクの提出物を適切な弁護士にルーティング(割り当て)し、クライアントと案件のメタデータ(データの構造化情報)をBoxに抽出し、Box DocGenテンプレートから契約書を生成します。 次のような場合に使用: ユーザーがクライアント受付、クライアント契約開始手続き、新規クライアント審査、受付書類、または契約書について言及した場合
Automate legal client intake and onboarding with Box MCP — review intake documents for completeness against firm requirements, summarize risk for attorney review, route incomplete or high-risk submissions to the right attorney, extract client and matter metadata to Box, and generate engagement letters from Box DocGen templates. Use this skill when the user mentions client intake, client onboarding, new client review, intake documents, or engagement letters.
前提条件:
boxスキルを使用して Box MCP(Boxの統合プロトコル)認証、ツール選択、基本的なワークフローを実行します。インストールされていない場合は、npx skills add https://github.com/box/box-for-ai --skill boxを実行してくださいbox-legal-workflowsスキルを使用して、Box の協業ロール定義、Box AI の利用範囲、再利用可能な確認文を確認します。インストールされていない場合は、npx skills add box/box-for-ai --skill box-legal-workflowsを実行してください
クライアント受付を Box 内で実行 します。受付フォルダの内容を確認し、Box AI を使って事務所のチェックリストに対して完全性をチェックし、受付データを Box のメタデータ(付属情報)に抽出し、コメントと協業機能でルーティングし、Box DocGen(文書自動生成)で委任契約書を作成します。このスキルは受付専用の手順書です。基盤となる Box の処理方法は以下の参考資料に記載されています。事務所はチェックリストとリスク評価基準を用意します。利益相反、要注意人物リスト(PEP)、経済制裁リストの判定は事務所のスクリーニングシステムで実行されます。エージェントや Box AI ではありません。これは法的助言ではありません。
ここで説明を繰り返さず、以下から処理方法を確認してください:
box スキルの references/content-workflows.md — フォルダの内容確認、メタデータテンプレート、set_file_metadata、ファイルコメントbox スキルの references/ai-and-retrieval.md — 完全性チェックとデータ抽出。処理速度、制限、出典表記box スキルの references/mcp-doc-gen.md — テンプレートから委任契約書を生成box スキルの references/collaboration.md — 弁護士をタグ付けしてクライアントと共有box スキルの references/mcp-search.md — 事務所のメタデータテンプレートを探して確認受け付けた内容をファイルメタデータとして記録し、送信内容を検索可能な状態に保ちます。box スキルの references/mcp-search.md と references/content-workflows.md を使って事務所のテンプレートを確認または作成します。
client_name(クライアント名)、matter_name(案件名)、practice_area(専門分野)、matter_owner(案件担当者)、jurisdiction(管轄権)、matter_value(案件規模)、intake_status(完全/未完了)、risk_rating(リスク等級)、assigned_attorney(配置弁護士)、decision(判定)、decision_date(判定日)| 受付タスク | ツール | 備考 |
|---|---|---|
| 提出内容の確認 | list_folder_content_by_folder_id |
受付フォルダ内のすべてのファイル |
| 完全性チェック | ai_qa_multi_file |
事務所のチェックリストに対する存在・完全性・有効性を出典表記付きで確認 |
| 受付データ抽出 | ai_extract_structured_from_fields_enhanced |
クライアント、案件、管轄権、規模 |
| メタデータ記録 | set_file_metadata |
状態、等級、判定、担当弁護士を記録 |
| 弁護士へのタグ付け | create_file_comment |
事実の要約とともにルーティング |
| アクセス付与 | create_collaboration |
弁護士にアクセスを許可 |
| 委任契約書生成 | create_docgen_batch |
事務所が承認した場合のみ |
| クライアントと共有 | add_folder_shared_link または create_collaboration |
共有相手と有効期限を確認 |
確認: list_folder_content_by_folder_id でフォルダ内容を確認。【確認: 受付フォルダ ID】
完全性チェック: ai_qa_multi_file で、事務所のチェックリストに記載された各必須文書が存在し、完全で有効であるかを出典表記付きで確認。【確認: 事務所の必須文書リスト】
受付データ抽出: ai_extract_structured_from_fields_enhanced でクライアント名、案件名、専門分野、管轄権、案件規模などを抽出。
リスク指標の把握(事実のみ): ai_qa_multi_file を使って、事務所の基準が参照する事実(規模、管轄権、関係当事者名)を出典表記付きで洗い出します。利益相反、PEP リスト該当性、経済制裁判定には AI を使わないでください — 人名・団体名・場所は事務所のスクリーニングシステムに送ります。
記録: set_file_metadata で事務所が確認した risk_rating(リスク等級)、intake_status(受付状態)、decision(判定)を記録。
ルーティング: create_file_comment で事実の要約とともに弁護士をタグ付け。create_collaboration でアクセスを付与。【確認: 対象者、アクセス権限】
委任契約書(事務所が承認した場合のみ): create_docgen_batch を事務所のテンプレートに対して実行 → 指定フォルダに出力 → create_collaboration または add_folder_shared_link で共有。【確認: DocGen テンプレート、出力先フォルダ、共有方法・有効期限】
Box の処理方法(DocGen テンプレート・タグ要件、外部共有確認、AI の処理速度・制限・出典表記、メタデータ記録)は上記の参考資料と box-legal-workflows で定められています。受付特有の事項:
PREREQUISITES:
- Use the
boxskill for Box MCP auth, tool selection, and base workflows. If it is not installed, run:npx skills add https://github.com/box/box-for-ai --skill box- Use the
box-legal-workflowsskill for Box collaboration role definitions, Box AI usage boundaries, and reusable confirmation phrasings. If it is not installed, run:npx skills add box/box-for-ai --skill box-legal-workflows
Do client intake in Box: inventory the intake folder, check completeness with Box AI against the firm's checklist, extract intake data into Box metadata, route via comments and collaborations, and generate the engagement letter with Box DocGen. This skill is the intake-specific recipe; the underlying Box tool mechanics live in the capability references below. The firm supplies the required-document checklist and risk criteria; conflict, PEP, and sanctions determinations run through the firm's screening system — not the agent or Box AI. Not legal advice.
Reach for these for tool mechanics rather than restating them here:
box skill's references/content-workflows.md — inventory the folder, metadata templates, set_file_metadata, file commentsbox skill's references/ai-and-retrieval.md — completeness checks and data extraction; pacing, limits, citationsbox skill's references/mcp-doc-gen.md — generate the engagement letter from a templatebox skill's references/collaboration.md — tag/route the attorney and share with the clientbox skill's references/mcp-search.md — find/inspect the firm's metadata templateRecord the intake outcome as file metadata so submissions stay searchable. Find or create the firm's template using the box skill's references/mcp-search.md and its references/content-workflows.md.
client_name, matter_name, practice_area, matter_owner, jurisdiction, matter_value, intake_status (complete/incomplete), risk_rating, assigned_attorney, decision, decision_date.| Intake task | Tool | Notes |
|---|---|---|
| Inventory submission | list_folder_content_by_folder_id |
All files in the intake folder |
| Check completeness | ai_qa_multi_file |
Present/complete/valid vs. firm checklist, with citations |
| Extract intake data | ai_extract_structured_from_fields_enhanced |
Client, matter, jurisdiction, value |
| Write metadata | set_file_metadata |
Record status, rating, decision, attorney |
| Tag attorney | create_file_comment |
Route with the factual summary |
| Grant access | create_collaboration |
Give the attorney access |
| Generate engagement letter | create_docgen_batch |
Only if the firm approves |
| Share with client | add_folder_shared_link or create_collaboration |
Confirm audience/expiration |
list_folder_content_by_folder_id. [CONFIRM: intake folder ID]ai_qa_multi_file — is each required doc (per the firm's checklist) present, complete, and valid, with citations? [CONFIRM: firm's required-document list]ai_extract_structured_from_fields_enhanced (client_name, matter_name, practice_area, jurisdiction, matter_value, …).ai_qa_multi_file to surface the facts the firm's criteria reference (value, jurisdiction, named parties) with citations. Do not use AI to determine conflicts, PEP status, or sanctions — pass names/entities/locations to the firm's screening system.set_file_metadata with the firm-confirmed risk_rating, intake_status, and decision.create_file_comment to tag the attorney with the factual summary; create_collaboration for access. [CONFIRM: who, access level]create_docgen_batch against the firm's template → output to the confirmed folder → share via create_collaboration or add_folder_shared_link. [CONFIRM: DocGen template, destination folder, share method/expiration]Box mechanics (DocGen template/tag requirements, external-sharing confirmation, AI pacing/limits/citations, metadata writes) are governed by the capability references above and box-legal-workflows. Specific to intake:
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。