• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLOfficialmonitoring

manage-amp-context

プラグイン
amplitude
ソース
GitHub で見る ↗
説明

従業員がアクセスできる組織のプロジェクト一覧を表示するか、`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.

ユースケース
  • 従業員がアクセス可能なプロジェクト一覧を表示したい
  • 組織のAIコンテキストを作成するとき
  • プロジェクトのAIコンテキストを作成するとき
  • AIが理解すべき背景情報を設定するとき
  • AIコンテキストを読み込むとき
本文(日本語訳)

Amp コンテキストを管理

アクション選択

  • 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 を通常の顧客プロジェクト検索に使用しないでください。

原文(English)を表示

Manage Amp Context

Choose an action

  • 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.
  • For all context reads and accessible-project discovery, use get_amplitude_context, not this tool.

Required inputs

  • 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.

Output and guardrails

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 による自動翻訳です。