Skip to main content
Glama
storehausai

ECOUNT MCP Server

by storehausai

ecount_create_clock_in_out

Input employee clock-in and clock-out times into ECOUNT. Specify employee number, start and end times, with optional half-day and external work indicators.

Instructions

출퇴근 기록 입력. 직원의 출퇴근 시간을 ECOUNT에 등록합니다. 사원번호(EMP_CD), 출근일시(ATTDC_DTM_I), 퇴근일시(ATTDC_DTM_O)가 필수입니다. 일시 형식은 YYYY-MM-DD HH:mm:ss 입니다. 반차 여부(HDOFF_TYPE_CD_I/O)와 외근 구분(OUT_WORK_TF)도 지정합니다. [Rate Limit: 10초/1회] [Response: success(성공건수), failed(실패건수), details(상세결과 - IsSuccess, TotalError, Errors 배열)]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes출퇴근 기록 목록. 직원 출퇴근 시간 등록용
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses rate limits (10 sec/1 request), required formats, and response structure (success/failed counts, details). However, it misses important behavioral aspects like permission requirements, duplicate handling, or side effects, leaving some uncertainty about the tool's full behavior.

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: a single main sentence with purpose, followed by brackets for rate limit and response. Every piece of information earns its place, providing high information density without bloat.

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 batch create tool with no output schema, the description covers required fields, datetime format, optional flags, rate limiting, and response shape. It omits batch size limits and doesn't address the schema's internal inconsistency where some fields are marked '필수' but not in the required list, but overall it is adequately 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 coverage is 100%, providing descriptions for all fields. The description adds the datetime format and clarifies which fields are required, which is useful but largely redundant with the schema. It does not significantly deepen understanding beyond the structured definitions.

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: registering employee clock-in/out times in ECOUNT. It uses specific verbs (등록/registers) and identifies the resource (attendance records), distinguishing it from sibling tools focused on products, customers, sales, etc.

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 provides clear context for when to use the tool (to input attendance records) and specifies required fields and format. It does not explicitly mention alternatives or exclusions, but the sibling domain differences make the intended use obvious.

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