Skip to main content
Glama
storehausai

ECOUNT MCP Server

by storehausai

ecount_get_product

Retrieve a single product's detailed information by exact ECOUNT product code. Returns product name, specification, unit, prices, barcode, tax rate, and classification.

Instructions

품목 단건 조회. 특정 품목코드의 상세 정보를 조회합니다. 정확한 품목코드를 알고 있을 때 사용하세요. 품목코드를 모르면 ecount_get_products로 검색하거나 전체 목록을 조회하세요. [Rate Limit: 1초/1회] [Response: PROD_CD(품목코드), PROD_DES(품목명), SIZE_DES(규격), UNIT(단위), PROD_TYPE(품목구분: 0=원재료,1=제품,2=반제품,3=상품,4=부재료,7=무형상품), IN_PRICE(입고단가), OUT_PRICE(출고단가), CLASS_CD(그룹코드), BAR_CODE(바코드), BAL_FLAG(재고수량관리: 0=제외,1=대상), SET_FLAG(세트여부), TAX(부가세율), REMARKS(적요)]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prodCodeYes조회할 품목코드 (필수). ECOUNT에 등록된 정확한 품목코드 입력. 예: RP61G4
Behavior4/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It adds a rate limit ('[Rate Limit: 1초/1회]') and a detailed response field list with meanings, which are not present in the schema. However, it does not explicitly state error behavior or read-only nature, though '조회' (inquiry) implies it. This goes beyond minimal but leaves minor gaps.

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 concise and well-structured: it leads with the purpose, then usage guidance, then rate limit and response fields. Every sentence provides useful information without waste. The formatting with brackets for rate limit and response is clear and scannable.

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's low complexity (single parameter, no output schema), the description is adequately complete. It covers purpose, usage, rate limiting, and provides a full response field mapping with meanings, which is essential since no output schema exists. The only omission is error scenarios, but this is acceptable for a simple lookup tool.

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 input schema has 100% coverage for the sole parameter prodCode, with a detailed description specifying it is mandatory, must be an exact ECOUNT code, and includes an example. The tool description adds no new parameter semantics beyond restating '정확한 품목코드' (exact code), so it does not elevate beyond the schema baseline.

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 function: '품목 단건 조회' (single item lookup) and '특정 품목코드의 상세 정보를 조회합니다' (retrieve detailed info of a specific item code). It distinguishes itself from sibling tool ecount_get_products by explicitly mentioning the alternative for searching when the code is unknown.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance: '정확한 품목코드를 알고 있을 때 사용하세요' (use when you know the exact item code) and when-not-to-use with alternatives: '품목코드를 모르면 ecount_get_products로 검색하거나 전체 목록을 조회하세요' (if you don't know the code, search with ecount_get_products or view the full list). This fully addresses usage context and alternatives.

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/storehausai/mcp-server-ecount'

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