Skip to main content
Glama

ncloud_get_product_list

Read-only

Retrieve available products with codes, names, and categories for billing. Filter by region, product code, name, or category, and paginate through results.

Instructions

Get product (service) list for billing. Returns available products with their codes, names, descriptions, and categories. Use regionCode and optional filters to narrow results. Paginated (default 50/page, sorted by productCode); the response includes totalRows/returnedRows/hasMore/nextPageNo — follow nextPageNo to page through all results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoNoPage number (default 1). Use nextPageNo from the response to page through results.
pageSizeNoPage size (default 50, max 1000). Results are server-sorted by productCode for stable pagination.
regionCodeYesRegion code (KR, KRS)
productCodeNoProduct code to filter
productNameNoKeyword search (case-insensitive substring). Matches across productName, productDescription, productCode, productType.codeName, productItemKind.codeName — works even when the NCP productName field is empty/Korean (e.g. 'Load Balancer').
productCategoryCodeNoProduct category code (e.g. COMPUTE)
productItemKindCodeNoProduct item kind code (e.g. VSVR, SW)
productItemKindDetailCodeNoProduct item kind detail code (NCP billing classification change, 2026-06-25). Use 'VM' to query VM servers only (otherwise BM may be mixed in), 'BM' for Bare Metal only. Block Storage: BSTAD / BSTBS / BSTBS_BSTAD / CB1 / CB2 / FB1 / FB2.
Behavior5/5

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

Annotations already declare readOnlyHint=true, and the description aligns with a read-only operation. Beyond annotations, it discloses important behavior: pagination details (default 50/page, sorted by productCode, response fields totalRows/returnedRows/hasMore/nextPageNo, and instruction to follow nextPageNo). This adds significant context for handling results correctly.

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 compact and front-loaded: first sentence states purpose, second lists return content, third gives usage and pagination. Every sentence contributes value; no filler or redundancy.

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

Completeness5/5

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

Given the tool has no output schema, the description adequately covers return values (product codes, names, descriptions, categories) and pagination mechanics. The schema covers parameter details, and annotations cover safety, leaving no major context gaps for an agent to invoke this tool correctly.

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?

Schema description coverage is 100% with each of the 8 parameters fully described (e.g., regionCode 'KR, KRS', productName substring matching). The description only repeats the high-level 'use regionCode and optional filters' without adding parameter-level meaning, so the baseline 3 is appropriate.

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 'Get product (service) list for billing,' using a specific verb ('Get') and resource ('product list'), and distinguishes it from sibling product-list tools by scoping it to billing. It also enumerates returned fields (codes, names, descriptions, categories), leaving no ambiguity about its core function.

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 gives clear usage guidance: 'Use regionCode and optional filters to narrow results' and mentions pagination behavior. It establishes the billing context but does not explicitly name alternatives or exclusions (e.g., when to use ncloud_get_product_category_list instead), so it falls short of full differentiation.

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/sjk4425/ncloud-gov-mcp-server'

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