Skip to main content
Glama
storehausai

ECOUNT MCP Server

by storehausai

ecount_create_product

Register new products in ECOUNT by providing product code and name, with optional specs, units, and prices. Batch up to 300 items in a single request.

Instructions

품목 등록. 새로운 품목을 ECOUNT에 등록합니다. 품목코드(PROD_CD)와 품목명(PROD_DES)은 필수이며, 규격/단위/단가 등은 선택입니다. 최대 300건까지 한 번에 등록할 수 있습니다. [Rate Limit: 10초/1회] [Response: success(성공건수), failed(실패건수), slipNos(전표번호 배열), details(상세결과 - IsSuccess, TotalError, Errors 배열)]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productsYes등록할 품목 목록. 1~300건까지 한 번에 등록 가능
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the rate limit (10 seconds/1 request), response format (success/failed/slipNos/details), and batch limit (300). However, it does not explicitly state the mutating nature beyond '등록' (register) or describe error handling for duplicates/partial failures beyond the response counts.

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, with three sentences covering purpose, required/optional fields, and batch capacity, followed by a structured rate limit and response section. It is front-loaded and every sentence provides necessary information without redundancy.

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 schema fully describes the single parameter's nested structure and constraints, while the description covers the response format and rate limit. It lacks explicit usage guidance versus alternatives or detailed error semantics, but for a batch-create tool with full schema coverage, it is largely complete.

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%, so all parameters have comprehensive descriptions with constraints. The tool description only adds a high-level summary of required vs optional fields, which is already contained in the schema. It provides no additional semantic depth beyond what the schema already offers.

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 '새로운 품목을 ECOUNT에 등록합니다' (registers new products to ECOUNT), specifying the action (register) and resource (products). This distinguishes it from sibling tools like create_customer or create_sale, and it also highlights required vs optional fields.

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 implies the tool is for creating new products, which clearly differentiates it from other creation tools. However, it does not explicitly mention when to use this over alternatives or any exclusions, but the context is clear enough for proper selection.

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