Skip to main content
Glama
nangchang

toss-invest

by nangchang

매매 수수료 조회

toss_get_commissions
Read-onlyIdempotent

Fetch trading commission fees for a specific account using its account sequence number. Get detailed fee information to review costs.

Instructions

특정 계좌의 매매 수수료 정보를 조회합니다.

Args:

  • accountSeq (number, 필수): 계좌 시퀀스. toss_get_accounts 응답의 accountSeq 값

Returns: 수수료 정보 (API 응답 그대로 반환)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountSeqYes계좌 시퀀스. toss_get_accounts 응답의 accountSeq 값
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description is not burdened with those. The description adds behavioral context by stating the return value is the raw API response ('API 응답 그대로 반환'), which is useful. 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.

Conciseness5/5

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

The description is concise, with a clear purpose sentence followed by compact Args/Returns sections. No filler or redundant explanations beyond what is useful, and it is well-structured for quick parsing.

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?

For a simple read-only tool with one parameter and strong annotations, the description fully covers the necessary context: purpose, parameter source, and return behavior. No significant gaps remain.

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 schema description covers the parameter fully (100% coverage), and the description repeats the same semantics without adding further details. Baseline 3 is appropriate since the schema already provides the meaning and source of the parameter.

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 'Retrieves trade fee information for a specific account' with a specific verb (조회/retrieve) and resource (매매 수수료/transaction fees). It distinguishes itself from all sibling tools, none of which are fee-related, and specifies the account scope.

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 provides contextual guidance by noting the accountSeq should come from the toss_get_accounts response, implying this tool is used after listing accounts. It clearly implies when to use (query fees for a known account), though it does not explicitly mention alternatives 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/nangchang/stock-toss-mcp'

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