Skip to main content
Glama
storehausai

ECOUNT MCP Server

by storehausai

ecount_create_sale

Record sales (outgoing) slips in ECOUNT after an order ships. Enter product code, quantity, price, amount; entries with the same UPLOAD_SER_NO combine into one sales slip.

Instructions

판매 입력. 실제 판매(출고) 전표를 ECOUNT에 등록합니다. 주문이 출고되어 매출이 발생했을 때 사용합니다. 품목코드(PROD_CD)는 필수이며, 수량/단가/금액을 입력합니다. UPLOAD_SER_NO가 같은 항목들은 하나의 판매전표로 묶입니다. [Rate Limit: 10초/1회] [Response: success(성공건수), failed(실패건수), slipNos(전표번호 배열 - YYYYMMDD-N 형식), details(상세결과 - IsSuccess, TotalError, Errors 배열)]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes판매 품목 목록. 1~300건. UPLOAD_SER_NO가 같은 항목들은 하나의 판매전표로 묶임
Behavior4/5

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

With no annotations, the description carries the full burden. It adds valuable behavioral context: rate limit (10초/1회), response structure (success, failed, slipNos, details), and grouping behavior for UPLOAD_SER_NO. It does not mention auth/session requirements or inventory side effects, but the 'actual sales (shipping)' phrasing implies such impacts. It is more transparent than typical.

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 well-structured: it starts with the purpose, then the usage condition, then key requirements, and finally rate limit and response format in brackets. Every sentence adds value, with 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?

The description covers the essential context: what it does, when to use it, required fields, grouping behavior, rate limit, and response format. It does not mention array size limits (1-300) or default UPLOAD_SER_NO, but those are in the schema. Given the rich schema and the description's inclusion of response details, it is sufficiently complete for a create tool.

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

Parameters4/5

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

Schema coverage is 100% with descriptions for every field, so the baseline is 3. The description adds meaning by emphasizing that PROD_CD is required, listing key inputs (quantity, unit price, amount), and explaining the UPLOAD_SER_NO grouping mechanism—information that goes beyond the schema's per-field descriptions and clarifies how multiple items form a single slip.

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 registers actual sales (shipping) slips in ECOUNT, using the specific verb '등록합니다' and resource '판매(출고) 전표'. It distinguishes from sibling tools like ecount_create_sale_order by specifying the condition '주문이 출고되어 매출이 발생했을 때' (when an order is shipped and revenue occurs). This is specific and unambiguous.

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?

It explicitly states when to use: when an order has shipped and sales have occurred. This provides clear contextual guidance. However, it does not explicitly name alternative tools or state when not to use this tool, though the sibling names like ecount_create_sale_order imply the distinction.

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