Skip to main content
Glama
julienchriqui-okkoer

netsuite-mcp-server

netsuite_get_record_schema

Retrieve a NetSuite record's REST API schema: required fields, property names, and sub-resources. Use before implementing or debugging a create handler.

Instructions

Get the exact NetSuite REST API schema for a record type. Returns required fields, property names, and sub-resources (those using items[] format). Use before implementing or debugging a create handler.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recordTypeYesRecord type, e.g. expenseReport, journalEntry, vendorBill, vendorCredit
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns schema details including sub-resources and the items[] format, which is useful behavioral context. It doesn't mention authentication or error behavior, but for a schema lookup, it is sufficiently transparent.

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, front-loaded with the primary action, and every clause adds value. No unnecessary words or repetition.

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

Completeness4/5

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

For a simple one-parameter tool with no output schema, the description adequately explains what it returns, why it matters, and when to use it. It could mention the response format explicitly, but the lack of that is minor given the stated purpose.

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

Parameters3/5

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

The schema covers the single parameter fully with examples (expenseReport, journalEntry, etc.), so coverage is 100%. The description adds no additional parameter-specific meaning beyond contextualizing recordType in relation to create handlers, keeping it at the baseline of 3.

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's purpose: 'Get the exact NetSuite REST API schema for a record type.' It specifies what is returned (required fields, property names, sub-resources) and distinguishes itself from sibling tools, which target specific record data, not schemas.

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 advises using the tool 'before implementing or debugging a create handler.' This gives clear contextual guidance, though it doesn't explicitly mention alternatives or when not to use it, which would make it a 5.

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/julienchriqui-okkoer/netsuite-mcp-server'

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