npm_verify_token
Verify NPM_TOKEN to check username, 2FA status, and write capability. Use it first to diagnose auth issues before attempting writes, avoiding 401/403 errors.
Instructions
Verify the NPM_TOKEN and surface its capabilities — username, 2FA status, and whether writes are likely to succeed. Call this FIRST when debugging any write failure to rule out auth issues before trying other fixes. Faster than running writes and interpreting 401/403 errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||