Skip to main content
Glama
plug-support

nhplug-mcp

Official
by plug-support

call_api

Call NH Investment & Securities Open API using an operation ID and input parameters. Automatically handles authentication and headers; order execution requires trading mode enabled.

Instructions

operationId 와 입력값으로 NH Open API 를 실제 호출합니다. 인증/헤더/Input_0 봉투는 자동 처리됩니다. 주문(거래) API 는 서버가 거래 활성화 모드(NHPLUG_ENABLE_TRADING=true)일 때만 호출됩니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctsNo연속조회(페이지네이션) 키. 목록 조회 다음 페이지에 사용.
inputYesInput_0 에 들어갈 파라미터 객체 (예: { shrn_iscd: '005930' })
operationIdYes호출할 operationId
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses automatic processing of auth/headers/envelope and the trading mode condition for orders. However, it does not specify whether calls are read-only or write, rate limits, error handling, or idempotency, leaving significant behavioral gaps.

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 sentences, front-loaded with the core action, followed by a critical condition. No wasted words. Every sentence earns its place.

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

Completeness3/5

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

No output schema exists, yet the description does not explain what the return value is (e.g., raw API response) or error handling. While it covers authentication and a key condition, it omits pagination (cts parameter) and response format, leaving the agent underinformed for a generic API caller.

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 100% and each parameter has a description. The tool description adds no extra meaning beyond the schema, referencing operationId and input only in passing and omitting cts entirely. Thus it meets the baseline for high-coverage 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 that the tool calls the NH Open API with operationId and input, automatically handling authentication, headers, and envelope. It distinguishes itself from siblings by being the actual execution tool, while siblings like describe_api or list_apis provide metadata.

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 provides a conditional guideline for order APIs requiring trading mode, but does not explicitly advise when to use this tool vs its siblings (e.g., to first get operationId from describe_api or list_apis). The context for using alternatives is implied but not stated.

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/plug-support/nhplug-mcp'

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