Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_get_discount_list

Read-only

Retrieve all discounts assigned to your account, including product discounts, credits, and coins, with their validity periods and amounts.

Instructions

Get discount list. Returns all discounts (product discounts, credits, coins) assigned to the account with their validity periods and amounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoNoPage number
endMonthNoEnd month in yyyyMM format
pageSizeNoPage size (max 1000, default 1000)
isPartnerNoQuery as Partner representative
startMonthNoStart month in yyyyMM format (max 3 months range)
memberNoListNoMember number list (master/partner only)
isOrganizationNoQuery as Organization master (integrated view)
isValidDiscountNoFilter only valid (active) discounts
discountTypeCodeNoDiscount type: PRODUCT (service discount), CREDIT, COIN
Behavior3/5

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

Annotations already declare readOnlyHint: true, so the safety profile is clear. The description adds that it returns all discounts with specific attributes (validity, amounts), which provides some behavioral context beyond annotations. However, it does not mention default sorting, pagination, or performance implications.

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 extremely concise: two short sentences (15 words) that clearly communicate the tool's function. Every word adds value, no redundancy or filler.

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 straightforward list tool with full schema coverage and readOnly annotations, the description is reasonably complete. It explains what the tool returns (discounts with types, validity, amounts). Could potentially mention that it provides a list of all assigned discounts, but overall it's sufficient.

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 coverage is 100%, so the baseline is 3. The description does not add any additional meaning or context to parameters beyond what is already in the schema. It simply restates the types returned.

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

Purpose4/5

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

The description clearly states the tool retrieves a list of discounts (product discounts, credits, coins) with validity periods and amounts. The verb 'Get' and the resource 'discount list' are specific. It distinguishes itself from similar sibling tools like 'ncloud_get_product_discount_history_list' by focusing on the current assigned discounts, though not explicitly.

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?

No guidance is provided on when to use this tool versus alternatives, such as filtering by discount type or using historical tools. The description only states what it does without context for selection or prerequisites.

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-mcp-server'

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