Skip to main content
Glama
scjang01

tossinvest-mcp

Toss Get Holdings

toss_get_holdings

Retrieve your Toss Securities account holdings, with optional filtering by stock symbol.

Instructions

Get account holdings. accountSeq is optional when TOSSINVEST_ACCOUNT is configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountSeqNoToss accountSeq. If omitted, TOSSINVEST_ACCOUNT is used.
symbolNo
Behavior2/5

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

With no annotations provided, the description carries full burden. It only mentions optionality of accountSeq but fails to disclose read-only nature, rate limits, or behavior when symbol is provided.

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 front-loaded with purpose. Every sentence adds value without redundancy.

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

Completeness2/5

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

Despite low complexity (2 params, no output schema), the description omits return value details, behavior when symbol is used, and prerequisites. Insufficient for an agent to fully understand invocation context.

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?

Schema coverage is 50% (only accountSeq described). The description adds context about accountSeq's optionality but says nothing about symbol's purpose or allowed values, which remain unclear.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get account holdings' as a verb+resource. It distinguishes from siblings like 'toss_get_accounts' and 'toss_get_stocks' by focusing on holdings, although holdings could be more precisely defined as positions or assets.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

The description gives a usage hint about accountSeq being optional when TOSSINVEST_ACCOUNT is configured, but it lacks explicit guidance on when to use this tool versus alternatives like toss_get_accounts or toss_get_orders.

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/scjang01/tossinvest-mcp'

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