Skip to main content
Glama
storehausai

ECOUNT MCP Server

by storehausai

ecount_get_inventory_by_warehouse

Check stock quantities per warehouse for a specific product on a given date. Useful for tracking inventory distributed across multiple warehouses.

Instructions

창고별 재고현황 단건 조회. 특정 품목의 각 창고별 재고 수량을 조회합니다. 여러 창고에 분산된 재고를 창고별로 확인할 때 사용합니다. 기준일(baseDate)과 품목코드(prodCode)는 필수입니다. [Rate Limit: 1초/1회] [Response: date(조회기준일), prodCode(품목코드), inventory 배열 - 각 항목: WH_CD(창고코드), WH_DES(창고명), PROD_CD(품목코드), PROD_DES(품목명), PROD_SIZE_DES(품목명[규격]), BAL_QTY(재고수량)]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
whCodeNo창고코드 (선택). 특정 창고의 재고만 조회. 생략시 전체 창고 합계
baseDateYes조회 기준일 (필수). YYYYMMDD 형식. 해당 일자 기준 재고 수량 조회. 예: 20240115
prodCodeYes품목코드 (필수). 재고를 조회할 품목. 예: RP61G4
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the rate limit (1초/1회) and the response structure in detail, which is helpful. However, it does not mention whether the operation is read-only, any permissions required, or behavior when no data is found. For a query tool, the response and rate limit add value, but missing edge-case behavior keeps it at a 3.

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 opens with the purpose, then usage context, then required parameters, followed by clearly tagged [Rate Limit] and [Response] sections. Every sentence adds value with no 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?

For a tool with low complexity, the description covers the main purpose, usage, required parameters, rate limit, and response format. The optional whCode parameter is not mentioned in the description, but the schema explains it. The description could be more complete by noting the effect of whCode, but the schema covers it, so this is not a critical gap.

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%, and the schema already documents each parameter with descriptions and format constraints. The description only repeats that baseDate and prodCode are required, which is already in the schema. It adds no additional semantics beyond what the schema provides, 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 is a single-record inquiry of inventory by warehouse for a specific item (특정 품목의 각 창고별 재고 수량을 조회). The verb '조회' (inquiry) and resource '창고별 재고현황' are specific, and the scope (단건 조회) distinguishes it from list variants like ecount_get_inventory_by_warehouse_list.

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 explicitly states when to use: '여러 창고에 분산된 재고를 창고별로 확인할 때 사용합니다' (use when checking inventory distributed across multiple warehouses by warehouse). It does not explicitly mention alternatives or when not to use, but the context is clear for a single-item query.

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