Skip to main content
Glama
nangchang

toss-invest

by nangchang

계좌 목록 조회

toss_get_accounts
Read-onlyIdempotent

Retrieve Toss Securities account list and obtain accountSeq values required for account, asset, and order API calls.

Instructions

토스증권 계좌 목록을 조회합니다. 반환된 accountSeq 값은 계좌/자산/주문 관련 API 호출 시 필요합니다.

Returns: 배열:

  • accountNo: 계좌번호

  • accountSeq: 계좌 시퀀스 (다른 API에서 X-Tossinvest-Account 헤더로 사용)

  • accountType: 계좌 유형 (현재 "BROKERAGE"만 지원)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already mark readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds the concrete return fields (accountNo, accountSeq, accountType) and notes that accountSeq is used as the X-Tossinvest-Account header, plus a current limitation (only BROKERAGE).

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?

Two concise sentences plus a structured return list. No redundant content.

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?

Given no output schema, the description provides the full return structure and usage context. It doesn't cover potential error cases or authentication, but for a 0-param list endpoint, this is sufficient.

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?

No parameters exist; input schema is empty with 100% coverage, so description adds no parameter detail needed. Baseline 4 applies.

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?

Description states '토스증권 계좌 목록을 조회합니다' (retrieve Toss Securities account list), a specific verb+resource. It also explains the returned accountSeq is needed for other API calls, distinguishing its role among 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 Guidelines4/5

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

Implies usage before account/asset/order APIs by stating accountSeq is required for those calls. Does not explicitly name alternatives or exclusions, but the context is clear among the sibling list.

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