Skip to main content
Glama
meritz-securities

meritz-mcp

Official

메리츠 계좌

meritz_account
Read-onlyIdempotent

Retrieve account balances, holdings, valuations, deposits, and transaction history from Meritz Securities. Select an API type to query domestic and overseas positions and profit/loss details.

Instructions

메리츠 Open API — 계좌 (11건). api_type 으로 호출할 API 를 고르고 params 에 파라미터를 넣습니다. api_type='describe' 로 부르면 파라미터 설명을 돌려줍니다.

collateral GET 내 계좌 담보 현황 조회 deposit GET 내 계좌 예수금 상세 조회 holdings GET 내 계좌 종목별 평가 조회 ovs_currencies GET 해외주식 외화잔고 조회 ovs_holdings GET 해외주식 잔고 조회 ovs_profit_loss GET 해외주식 실현손익 profit_loss GET 국내주식 실현손익 (일자별) profit_loss_summary GET 국내주식 실현손익 (합계) profit_loss_symbols GET 국내주식 실현손익 (종목별) transactions GET 내 계좌 입출금 내역 조회 valuation GET 내 계좌 자산평가 조회

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNo
api_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description's listing of GET operations adds little beyond what annotations provide. It does not contradict annotations, but also does not add extra behavioral context like pagination or authentication requirements.

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 description is a compact list with a short instruction header. Each endpoint line is informative and the structure is scannable. No filler words, though the list itself is necessary for the api_type values.

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 the tool covers 11 endpoints, the description provides sufficient routing via api_type and a self-service describe option for parameters. The presence of an output schema covers return values. Auth requirements are not mentioned, but that may be handled elsewhere in the API ecosystem.

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?

The schema has 0% description coverage, but the description compensates by enumerating all valid api_type values (the 11 endpoints) and explaining the params object. The describe mechanism provides a way to get further parameter details, adding meaningful guidance beyond the bare schema.

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 this is the Meritz Open API for account-related queries, listing 11 specific GET endpoints. It names the resource (계좌) and the action (조회) for each, and the account scope distinguishes it from sibling tools like meritz_market and meritz_trading.

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 explains how to use the tool (select api_type, provide params) and mentions the 'describe' mode for parameter explanations. However, it does not explicitly state when to prefer this tool over siblings, though the account-specific scope makes that self-evident.

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