Skip to main content
Glama

Korea Payments (Toss Payments — cards / KakaoPay·NaverPay / virtual accounts)

Server Details

Korea payments for AI agents — card, KakaoPay/NaverPay, 가상계좌 via Toss Payments. Never holds funds.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, distinct purpose: creating a payment, confirming it, and checking status. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow verb_noun pattern (confirm_payment, create_payment_link, query_payment_status) consistently, making them predictable.

Tool Count5/5

Three tools cover the essential workflow for Korea payments: create, confirm, and query. This is well-scoped and not excessive or minimal.

Completeness4/5

The core payment lifecycle is covered: create, confirm, and query. Minor gap: no explicit cancel tool, but cancelation may be handled via status or external actions. Still sufficient for typical integration.

Available Tools

3 tools
confirm_paymentA
Idempotent
Inspect

Complete (approve) a Korea payment after the buyer authenticated in the Toss Payments checkout window. Required final step of the Toss flow: call this within 10 minutes of the buyer finishing (status IN_PROGRESS), passing the same payment_key, order_id and amount used at creation — the amount match is a built-in tamper check. On success status becomes DONE (or WAITING_FOR_DEPOSIT for virtual accounts until the buyer deposits).

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesThe exact amount (KRW) used at creation — mismatch rejects the confirmation
order_idYesThe order_id of the payment
payment_keyYesThe payment_key returned by create_payment_link
Behavior4/5

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

Adds significant behavioral context beyond annotations: time constraint, tamper-check via amount match, status transitions (DONE, WAITING_FOR_DEPOSIT). Does not cover error cases or retry behavior, but idempotent hint is annotated.

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?

Three concise sentences, each earning its place: purpose, usage instructions with timing and constraints, and outcome statuses. No fluff.

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?

Well-rounded for a simple confirmation tool: explains flow, constraints, and statuses. Could mention error states or retry implications given idempotentHint, but the description is largely complete.

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 coverage is 100%, and description adds value by explaining that parameters must match those used at creation and that amount serves as a tamper check, beyond what the schema descriptions provide.

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 that the tool completes/approves a Korea payment, specifying the context of Toss Payments and distinguishing it from sibling tools like create_payment_link and query_payment_status.

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?

Provides clear context: call within 10 minutes of buyer finishing, with status IN_PROGRESS, using same parameters as creation. Does not explicitly list when not to use or alternatives, but the guidance is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

query_payment_statusA
Read-only
Inspect

Check the status of a Korea payment (created by create_payment_link). Fetches the payment from Toss Payments directly — a reliable pull-based alternative to webhooks. Statuses: READY (buyer has not finished), IN_PROGRESS (buyer authenticated — call confirm_payment within 10 minutes!), WAITING_FOR_DEPOSIT (virtual account issued, awaiting deposit), DONE (paid), CANCELED / PARTIAL_CANCELED / ABORTED / EXPIRED.

ParametersJSON Schema
NameRequiredDescriptionDefault
order_idNoAlternatively, the order_id (only finds the payment after it has been confirmed/approved)
payment_keyNoThe payment_key returned by create_payment_link (preferred)
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds that it 'Fetches the payment from Toss Payments directly,' confirming the pull-based nature. No contradictions.

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?

Description is concise with two sentences plus a status list. The list is slightly lengthy but informative. Could be more structured, but no wasted words.

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?

No output schema, so the status list fills that gap. Mentions alternative to webhooks. Lacks details on authentication or rate limits, but annotations cover safety. Adequate given complexity.

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 coverage is 100%, but the description adds value by noting that payment_key is 'preferred' and that order_id 'only finds the payment after it has been confirmed/approved.' This aids correct parameter selection.

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?

Clearly states 'Check the status of a Korea payment (created by create_payment_link).' The verb 'check' and resource 'payment status' are specific. It also distinguishes from siblings by being a read-only pull-based check, not a confirmation or creation.

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?

Provides explicit context: 'a reliable pull-based alternative to webhooks.' Guides on when to use each status, including an urgent call-to-action for IN_PROGRESS: 'call confirm_payment within 10 minutes!' Also recommends payment_key as preferred.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources