Skip to main content
Glama

포트원 테스트 채널 추가

addTestChannel

Add a shared test channel to your representative store for payment testing by providing a PG merchant ID.

Instructions

고객사의 대표상점에 공용 테스트 채널을 추가합니다.

NOTE: 반드시 listSharedTestChannels를 통해 얻은 MID를 사용하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
midYes테스트 채널의 PG사 MID
manualConfirmNo수동 승인 사용 여부

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelKeyYes추가된 채널의 채널키
Behavior2/5

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

No annotations are provided, so the description must carry full behavioral disclosure. It only states that the tool adds a channel, lacking details on side effects, idempotency, required permissions, or error conditions. For a mutation tool, this is insufficient.

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 with two sentences: a main statement and a NOTE. It is front-loaded and efficient, though the NOTE could be integrated for better flow.

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?

For a simple add tool with an output schema, the description is adequate but lacks context on when to use it versus sibling tools (beyond the MID note) and does not discuss concurrency or error outcomes. The behavioral gaps lower the score.

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 has 100% parameter description coverage, so the baseline is 3. The description adds minimal value beyond the schema: it reinforces the MID parameter's source but does not clarify 'manualConfirm' behavior beyond its schema description.

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: adding a public test channel to the merchant's representative store. The verb 'add' and resource 'test channel' are specific. It distinguishes from sibling tools like listSharedTestChannels (which retrieves MIDs) and getChannelsOfStore (which lists existing channels).

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 NOTE explicitly instructs users to obtain the MID from listSharedTestChannels before using this tool, providing clear prerequisite guidance. However, it does not specify when not to use this tool or mention alternative tools for different scenarios.

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/portone-io/mcp-server'

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