Skip to main content
Glama
stockmcp

Stock Data MCP Server

by stockmcp

A股选股器

stock_screener

Screen A-share stocks by financial metrics including PE, PB, market cap, change percent, turnover rate, and volume ratio. Customize min/max values, sort order, and result limit to find specific stocks.

Instructions

根据条件筛选A股股票,支持按PE、PB、市值、涨跌幅、换手率等指标筛选。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pe_minNo最小市盈率(动态)
pe_maxNo最大市盈率(动态),0表示不限
pb_minNo最小市净率
pb_maxNo最大市净率,0表示不限
mc_minNo最小总市值(亿元)
mc_maxNo最大总市值(亿元),0表示不限
change_minNo最小涨跌幅(%)
change_maxNo最大涨跌幅(%)
turnover_minNo最小换手率(%)
volume_ratio_minNo最小量比
sort_byNo排序字段: 涨跌幅/换手率/量比/市盈率/市净率/总市值涨跌幅
ascendingNo是否升序排列
limitNo返回数量
Behavior2/5

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

No annotations provided. Description does not disclose whether the tool is read-only, rate limits, data freshness, or other behavioral traits. For a screening tool, read-only nature is assumed but not stated.

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?

Single sentence, no redundancy, front-loaded with purpose. Every word contributes meaning.

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?

No output schema, but description does not explain return format, pagination, or sorting behavior. With 13 parameters and no annotations, more contextual detail is needed for completeness.

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?

All 13 parameters have descriptions in the schema (100% coverage), so baseline 3. The description adds no extra parameter level details beyond listing indicators, but it does summarize the filtering dimensions.

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?

Description clearly states the tool screens A-share stocks with specific indicators (PE, PB, market cap, etc.), distinguishing it from real-time price or news tools among siblings.

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?

Description implies usage for filtering stocks by criteria but does not specify when to use versus alternatives like stock_realtime or stock_indicators, nor provide exclusions.

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/stockmcp/stock-data-mcp'

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