Skip to main content
Glama
CNQQC

xueqiu

by CNQQC

get_quote

Fetch real-time market quotes for A-shares, HK, US stocks, indices, ETFs, and convertible bonds. Retrieve price, change, volume, market cap, PE/PB, and dividend yield in one call, supporting multiple comma-separated symbols.

Instructions

实时行情快照:价格、涨跌、成交、市值、PE/PB、股息率等。

支持一次查多个标的,用逗号分隔,也支持 A 股 / 港股 / 美股 / 指数 / ETF / 可转债。

Args: symbols: 一个或多个代码,如 "600519" 或 "600519,00700,AAPL" detail: 为 true 时返回全部行情字段(含质押比例、商誉占比等)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNo
symbolsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. While 'real-time snapshot' hints at read-only behavior, it does not explicitly declare it read-only or disclose any constraints like rate limits, pagination behavior, or that it returns only current values. There is no mention of error handling or data freshness limitations. The description adds minimal behavioral context beyond the tool name.

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 concise and front-loaded with the primary purpose. It efficiently covers the key asset classes and parameter details. No filler words. The structure separates the main description from parameter docs, which is clear.

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?

There is an output schema, so return values are covered. The description explains both parameters and the supported scope. However, it lacks explicit mention of the read-only nature or any operational constraints (e.g., number of symbols allowed per call, rate limits). For a tool with no annotations and only two simple parameters, this is adequate but not complete.

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 description coverage is 0%, so the description must explain parameters. It does this well: 'symbols' is explained with concrete examples (e.g., '600519' or '600519,00700,AAPL') and supports multiple types; 'detail' is described as returning full fields including pledge ratio and goodwill. This adds meaningful semantics beyond the schema's bare titles.

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 fetches a real-time market snapshot with specific fields (price, change, volume, market cap, PE/PB, dividend yield, etc.). It explicitly mentions multi-symbol support and asset classes (A-shares, HK, US, indices, ETFs, convertible bonds). This distinguishes it from siblings like get_kline (historical data) and get_minute (intraday bars).

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 implies usage context by saying 'real-time snapshot' and lists the asset types it supports, but it does not explicitly state when to use this tool instead of alternatives like get_kline or get_minute. It could be clearer about avoiding this for historical data or comparison with siblings.

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/CNQQC/xueqiu-mcp'

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