Skip to main content
Glama
storehausai

ECOUNT MCP Server

by storehausai

ecount_get_purchase_orders

Get purchase orders by date range, with optional filters for customer or product. Returns order details including status, quantities, and amounts.

Instructions

발주서 조회. 특정 기간의 발주서 목록을 조회합니다. 조회 시작일(baseDateFrom)과 종료일(baseDateTo)은 필수입니다. YYYYMMDD 형식. 최대 30일 조회 가능. 거래처코드나 품목코드로 필터링할 수 있습니다. [Rate Limit: 10분/1회, 결과 10분간 캐싱됨] [Response: period(조회기간), count(조회건수), orders 배열 - 각 발주서: ORD_NO(발주번호), ORD_DATE(발주일자), CUST(거래처코드), CUST_DES(거래처명), WH_CD(창고코드), WH_DES(창고명), QTY(발주수량합계), BUY_AMT(공급가액합계), VAT_AMT(부가세합계), P_FLAG(상태: 1=진행중,9=종결), TIME_DATE(납기일자), TTL_CTT(제목)]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prodCodeNo품목코드 (선택). 특정 품목 발주만 조회
baseDateToYes조회 종료일 (필수). YYYYMMDD 형식. 예: 20240131
baseDateFromYes조회 시작일 (필수). YYYYMMDD 형식. 예: 20240101
customerCodeNo거래처코드 (선택). 특정 거래처 발주만 조회
Behavior5/5

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

No annotations are provided, so the description carries full burden. It discloses rate limit (1 request per 10 minutes), result caching (10 minutes), and detailed response structure including order fields and status meanings. This goes beyond schema and gives the agent clear expectations.

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 dense but every clause adds value: purpose, required params, format, max range, filters, rate limit, and response fields. It is well-structured and front-loaded with the primary purpose.

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?

With no output schema, the description fully documents the response structure (period, count, orders array with field details) and rate limiting. It covers usage constraints and filters, making it self-sufficient for an agent.

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 already provides per-parameter descriptions (100% coverage). The description adds the critical 30-day max query range constraint and clarifies required fields, supplementing schema with cross-parameter semantics.

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 '발주서 조회' (purchase order inquiry) and '특정 기간의 발주서 목록을 조회합니다' (retrieves list of purchase orders for a specific period), providing a specific verb and resource. It distinguishes from siblings like ecount_get_product(s) and ecount_create_purchase by focusing on purchase order list retrieval.

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 specifies required date fields, YYYYMMDD format, 30-day max range, and optional filters by customer or product code. It gives clear context for when to use this tool (querying purchase orders by period) but does not explicitly name alternatives or exclusions.

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