Skip to main content
Glama
samson10504

netsuite-suiteanalytics-odbc-mcp

by samson10504

netsuite_query

Execute a bounded, read-only SQL query against NetSuite SuiteAnalytics Connect via local ODBC to retrieve data.

Instructions

Execute one bounded, read-only SuiteAnalytics Connect SQL query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sqlYes
max_rowsNo
timeout_secondsNo
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

The description discloses 'read-only' and 'bounded', which are important safety traits, especially given no annotations are provided. However, it does not elaborate on what 'bounded' entails (e.g., row limits, timeout behavior) or the format of results, leaving gaps in behavioral understanding.

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 a single, front-loaded sentence with no redundant words. It efficiently conveys the core action and key constraints, making it highly concise and well-structured.

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

Completeness2/5

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

For a tool that executes arbitrary SQL, the description lacks crucial details such as output format, error handling, and specific limit behavior. The vague term 'bounded' and absence of an output schema make the description insufficient for fully understanding the tool's behavior.

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

Parameters2/5

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

The schema provides no descriptions, and the tool description only hints at 'bounded' without explaining max_rows or timeout_seconds. It also does not clarify the meaning of the sql parameter, so the description adds minimal value to parameter understanding.

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 it executes a SuiteAnalytics Connect SQL query, with specific qualifiers 'bounded' and 'read-only'. This distinguishes it from sibling tools like netsuite_tables or netsuite_describe, which serve different purposes.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives. The description does not mention conditions under which one should choose a different tool, such as when listing tables or describing metadata, leaving the selection entirely to inference.

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

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/samson10504/odbc-netsuite-mcp'

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