profile
Retrieve or update npm user profile fields including email, fullname, and homepage using get or set actions, with support for two-factor authentication.
Instructions
View or modify npm user profile settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| field | No | Profile field to get or set (e.g. email, fullname, homepage) | |
| value | No | Value to set (required for set action) | |
| otp | No | One-time password for 2FA |