Manage Amp Context

Lists projects for an employee-accessible organization or writes organization/project AI context with `manage_amp_context`; use `get_amplitude_context` for reads.

amplitude 86cc286 1.1 KB Updated

File contents

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.

amplitude/mcp-marketplace/tree/main/plugins/amplitude/skills/manage-amp-context commit 86cc2864a9

Frequently asked questions

npx skillmds@latest add amplitude/manage-amp-context