Skip to main content
Glama
dsvantien

NetSuite MCP Server

by dsvantien

netsuite_authenticate

Authenticate with NetSuite to enable access to MCP tools. Uses environment variables for automatic configuration if set.

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

TableJSON Schema
NameRequiredDescriptionDefault
accountIdNoNetSuite Account ID (e.g., 1234567 or 1234567_SB1 for sandbox). Optional if NETSUITE_ACCOUNT_ID env var is set.
clientIdNoOAuth 2.0 Client ID from NetSuite integration record. Optional if NETSUITE_CLIENT_ID env var is set.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It states authentication is required but does not disclose side effects (e.g., session duration, token storage, error behavior if credentials are invalid). The agent lacks critical behavioral details for robust execution.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, no unnecessary words. It front-loads the purpose and then provides the env var fallback info. Every sentence is informative and concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple authentication tool with two optional params and no output schema, the description covers the core purpose and prerequisite. However, it lacks info on success/failure signals, idempotency, or what happens if authentication fails, which an agent might need for error handling.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for both parameters. The description adds value by explaining that parameters are optional when corresponding environment variables are set, which is not in the schema. This reduces ambiguity for the agent.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool authenticates with NetSuite and is required before using other NetSuite tools. The verb 'authenticate' and resource 'NetSuite' are specific, and it distinguishes itself from sibling 'netsuite_logout' by being the setup step.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says it's required before using any NetSuite tools, and mentions automatic use of environment variables if set. However, it doesn't specify when not to use the tool or compare to alternatives beyond the sibling, but the context is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dsvantien/netsuite-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server