save_profile
Snapshot the current Claude configuration as a named profile, preserving it for restoration via switch_profile.
Instructions
Snapshot the current ~/.claude.json as a named profile so it can be restored later via switch_profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Profile name (letters, digits, '-', '_'). | |
| overwrite | No | Overwrite an existing profile of this name. Default: false. |