Skip to main content
Glama
storehausai

ECOUNT MCP Server

by storehausai

ecount_test_connection

Tests ECOUNT ERP API authentication by verifying company code, user ID, and API key, then confirms zone lookup and login success. Run this before using other tools to ensure valid credentials.

Instructions

ECOUNT ERP 연결 테스트. API 인증 정보(회사코드, 사용자ID, API키)가 올바른지 확인하고, Zone 조회와 로그인이 성공하는지 테스트합니다. 다른 ECOUNT 도구 사용 전에 먼저 실행하세요. 인자 없이 호출합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/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 that the tool checks three specific aspects (auth info, Zone lookup, login) and that it takes no arguments. However, it does not describe return values or failure behavior, which could be expected for a test tool, but overall it is sufficiently transparent for a connection check.

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, each adding distinct value: what it does, what it verifies, and when to use it. It is front-loaded with the purpose and contains no redundant information.

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?

Given the tool's simplicity (no parameters, no output schema), the description covers the essential aspects: purpose, verification steps, usage prerequisite, and invocation. It is missing explicit information about expected response format, but for a connection test with no schema, this is a minor gap.

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?

The schema has zero parameters, and the description explicitly states 'called with no arguments' (인자 없이 호출합니다), reinforcing the empty schema. This is a solid baseline for a no-parameter tool, adding clarity that the agent does not need to generate any arguments.

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 purpose: testing the ECOUNT ERP connection by verifying authentication info and checking Zone lookup and login success. It distinguishes itself from siblings by explicitly positioning as a prerequisite to run before other ECOUNT tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance: 'Run this before using other ECOUNT tools.' It also states it is called with no arguments, which sets expectations for invocation. No alternative tools are named, but the directive is unambiguous.

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