Skip to main content
Glama
gangtiser

gangtise-mcp

by gangtiser

gangtise_realtime

Retrieve real-time market snapshots for A-shares, Hong Kong, and US stocks using single or multiple codes, or entire markets. Returns latest trading day snapshot outside trading hours.

Instructions

查询实时行情快照,单接口覆盖 A 股 / 港股 / 美股,可代码混合传入。非交易时间返回最近一个交易日的收盘快照;停牌证券返回停牌前最后一个有效快照。日 K 线接口(day-kline*)不含盘中数据,问"现在/此刻"请走本工具。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
securityNo证券代码或全市场关键字:单/多只代码('600519.SH' / ['600519.SH','00700.HK','AAPL.O']),或市场关键字 'aShares' / 'hkStocks' / 'usStocks' 拉取全市场。
fieldNo【默认不传 = 返回全量字段,最稳】仅当用户明确要精简、或查全市场(aShares/hkStocks/usStocks)想省 token 时才传。一旦传入必须显式包含识别字段 securityCode/tradeDate/tradeTime(exchange 可省略),否则多只查询无法对齐行与代码。示例:['securityCode','tradeDate','tradeTime','latestPrice','pctChange','volume']
Behavior4/5

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

No annotations provided, but description explains return behavior: non-trading hours return last trading day snapshot, suspended stocks return last valid snapshot. Lacks details on auth or rate limits but sufficient for a query tool.

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?

Concise, front-loaded with main purpose, followed by key details. No unnecessary words. Every sentence adds information.

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?

Covers main use cases and edge cases, distinguishes from siblings. No output schema but return format is standard for snapshots. Slightly incomplete on pagination or limits, but adequate.

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?

Schema coverage is 100% with clear descriptions. Description adds value by explaining default behavior ('默认不传 = 返回全量字段') and when to use field parameter, plus requirement to include identifier fields.

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 the tool queries real-time market snapshots covering A/HK/US stocks with mixed codes. It specifies behavior during non-trading hours and for suspended securities, and distinguishes from k-line interfaces.

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

Usage Guidelines5/5

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

Explicitly states when to use this tool vs. day-kline tools: '日 K 线接口不含盘中数据,问现在/此刻请走本工具.' Also covers edge cases like non-trading hours and suspended stocks.

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/gangtiser/gangtise-mcp'

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