Integration SuiteApps
This release note was updated February 23, 2026.
Following are the 2026.1 integration enhancements to SuiteApps:
Support for Consolidated Reports and New SuiteQL Tool in MCP Standard Tools
MCP Standard Tools SuiteApp version 1.0.6 includes the following enhancements:
Support for Consolidated and Context Subsidiaries in Reporting
The ns_getSubsidiaries tool now returns individual, consolidated, and context subsidiaries:
-
Individual subsidiaries display positive internal IDs.
-
Consolidated or context subsidiaries display negative internal IDs.
For reports that support consolidation, you can use the negative internal IDs with the ns_runReport tool to run the report for a consolidated or context subsidiary:
-
Reports for consolidated subsidiaries include data for the selected subsidiary and its child subsidiaries.
-
Reports for context subsidiaries show data for any child subsidiary you have access to, in the currency of the selected context subsidiary.
For more information, see Report Tools.
New SuiteQL Metadata Tool
The new ns_getSuiteQLMetadata tool gives you detailed metadata for NetSuite records that you can access with SuiteQL. You can specify a record type to get its metadata. If you don't specify a record type, the tool returns a list of all supported record types.
The ns_runCustomSuiteQL tool calls this tool before building and running custom SuiteQL queries to ensure the query uses only valid fields and relationships.
For more information, see SuiteQL Tools.
For information about the MCP Standard Tools SuiteApp, see MCP Standard Tools SuiteApp.
Enhancements to MCP Standard Tools
MCP Standard Tools SuiteApp version 1.0.5 includes the following enhancements:
-
Custom reports are now included in the list returned by the ns_listAllReports tool.
-
Subsidiary filters are now supported when running reports.
-
A new parameter called
subsidiaryIdis now available in the ns_runReport tool. This parameter is required if the report that you want to run uses the subsidiary filter and your NetSuite account has subsidiaries. -
A new tool called ns_getSubsidiaries is now available. You can use this tool to get the list of subsidiaries in your NetSuite account that you can use to filter results for reports with a subsidiary filter.
-
-
The report tools now have currency support.
-
For accounts with one or more subsidiaries, the reports use the currency of the subsidiary selected in the report.
-
For accounts without subsidiaries, the reports use the base currency set up on the Company Information page.
-
For more information, see MCP Standard Tools SuiteApp.