netsuite_authenticate
Authenticate with NetSuite to unlock access to MCP tools. Provide OAuth client ID and account ID, or rely on environment variables.
Instructions
Authenticate with NetSuite to access MCP tools. Required before using any NetSuite tools. If NETSUITE_ACCOUNT_ID and NETSUITE_CLIENT_ID environment variables are set, they will be used automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientId | No | OAuth 2.0 Client ID from NetSuite integration record. Optional if NETSUITE_CLIENT_ID env var is set. | |
| accountId | No | NetSuite Account ID (e.g., 1234567 or 1234567_SB1 for sandbox). Optional if NETSUITE_ACCOUNT_ID env var is set. |