従業員がアクセスできる組織のプロジェクト一覧を表示するか、`manage_amp_context` を使用して組織やプロジェクトの AI コンテキスト(AI が理解するべき背景情報)を作成します。 読み込み操作には `get_amplitude_context` を使用してください。
Lists projects for an employee-accessible organization or writes organization/project AI context with `manage_amp_context`; use `get_amplitude_context` for reads.
list_projects: Amplitude(サービス提供企業)の従業員で管理者権限を持つ呼び出し元が、顧客組織のプロジェクトをリスト表示します。set_org_context: 組織レベルの AI コンテキスト(文脈情報)を置き換えます。set_project_context: プロジェクトレベルの AI コンテキスト(文脈情報)を置き換えます。get_amplitude_context を使用してください。list_projects: 顧客の orgId(組織 ID)を指定します。set_org_context: 最大 10,000 字までの空でない context(文脈情報)を指定します。組織管理者のアクセス権が必要です。set_project_context: projectId(プロジェクト ID)と、最大 10,000 字までの空でない context(文脈情報)を指定します。プロジェクト管理者またはプロジェクト管理権限者のアクセス権が必要です。コンテキストの書き込みは既存の値を上書きします。書き込み前に対象範囲と置き換え内容を確認し、list_projects を通常の顧客プロジェクト検索に使用しないでください。
list_projects: list projects for a customer organization when the caller is an Amplitude employee with an admin grant.set_org_context: replace organization-level AI context.set_project_context: replace project-level AI context.get_amplitude_context, not this tool.list_projects: pass the customer orgId.set_org_context: pass non-empty context up to 10,000 characters; org-admin access is required.set_project_context: pass projectId and non-empty context up to 10,000 characters; project manager/admin access is required.Context writes overwrite the existing value. Confirm the target scope and exact replacement text before writing, and do not use list_projects for ordinary customer project discovery.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。