Skip to main content
Glama

get_kr_prices

Read-only

Get cryptocurrency prices from Korean exchanges (Upbit, Bithumb). Returns KRW-denominated prices, 24h volume, and change rate.

šŸ’° Price: $0.002 USDC per call šŸ’³ Payment: x402 micropayment on Base, Polygon, or Solana šŸ”§ Client: AgentCash, Pay.sh, or any x402 SDK šŸ“– Docs: https://api.printmoneylab.com/.well-known/x402

Args: symbol: Crypto symbol (e.g., BTC, ETH, XRP, SOL, DOGE) exchange: Exchange to query — 'upbit', 'bithumb', or 'all' for both

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoCrypto symbol to query (e.g., BTC, ETH, XRP)BTC
exchangeNoExchange to query: upbit, bithumb, or allall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / exchange / description
      Added value: +"Exchange to query: upbit, bithumb, or all"
    • addedInput schema / properties / symbol / description
      Added value: +"Crypto symbol to query (e.g., BTC, ETH, XRP)"
  2. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. The description meaningfully adds that the tool is paid ($0.002 per call) and requires a micropayment client, which is essential behavioral context for an agent deciding whether to invoke it. It also clarifies return fields.

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 core purpose is front-loaded in the first sentence, followed by a structured payment section and clear argument list. Although it includes emojis and a docs link, each section earns its place; nothing is redundant.

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

Completeness5/5

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

Given the output schema and annotations exist, the description covers purpose, payment requirements, argument semantics, and return fields. For a paid price-query tool with two optional parameters, this is complete and actionable.

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 descriptions cover both parameters, so baseline is 3. The description adds extra value with example symbols (SOL, DOGE) and explicitly explains the 'all' option for exchange, going beyond the schema's brief descriptions.

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 uses the specific verb 'Get' and identifies the resource as 'cryptocurrency prices from Korean exchanges (Upbit, Bithumb)', while also listing the returned data (KRW prices, 24h volume, change rate). This clearly distinguishes it from siblings like get_kimchi_premium or get_arbitrage_scanner.

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 implies usage context by naming the target exchanges and the type of data returned, but it does not explicitly state when to avoid this tool or mention alternatives. It provides clear context without exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.