Skip to main content
Glama
wujinkim

korea-business-verify

by wujinkim

check_invoice_eligibility

Check whether a Korean business can receive tax invoices by combining tax type and closure status, with clear reasoning for the decision.

Instructions

과세유형·휴폐업 상태를 종합해 세금계산서 수취 가능 여부 판정 + 근거. 순수 래퍼 대비 차별화 도구.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
business_noYes사업자등록번호
Behavior3/5

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

With no annotations, the description is the sole source of behavioral disclosure. It conveys that the tool synthesizes multiple factors (tax type, closure status) and outputs a determination with reasoning, but it does not address permissions, error behavior, or whether the operation is read-only, leaving gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded, with the core function in the first sentence. The second sentence about being a differentiation tool is somewhat unnecessary but not verbose, so the overall structure is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with one parameter and no output schema. The description explains the core logic and mentions providing a rationale, which is helpful, but it does not specify the exact return structure or errors. Given the absence of annotations and output schema, this is moderately complete but not fully.

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?

The input schema fully documents the single parameter business_no as '사업자등록번호' (business registration number), so schema coverage is 100%. The description adds no extra parameter nuance, matching the baseline score for fully covered schemas.

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 evaluates tax type and business closure status to determine eligibility for receiving tax invoices, and provides the rationale. It distinguishes itself by noting it is '순수 래퍼 대비 차별화 도구', implying a more integrated analysis than a simple wrapper, which sets it apart from sibling tools.

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

Usage Guidelines2/5

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

No explicit guidance is given on when to use this tool versus the sibling tools. The phrase about being a 'differentiation tool' relative to a pure wrapper is vague and does not mention alternatives, scenarios, 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/wujinkim/korea-business-verify'

If you have feedback or need assistance with the MCP directory API, please join our Discord server