Skip to main content
Glama
chengzuopeng

Stock SDK MCP Server

by chengzuopeng

get_cffex_option_quotes

Read-only

Retrieve real-time CFFEX stock index option quotes, including latest price, change, and open interest.

Instructions

获取中金所期权实时行情列表(股指期权),包含最新价、涨跌、持仓等

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageSizeNo每页数量
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint, and the description adds the real-time nature and return fields. However, it does not disclose pagination behavior, default page size, or any other operational constraints beyond what annotations provide.

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?

The description is a single, tightly-wound sentence that conveys the tool's purpose and content without any filler. It is fully front-loaded and efficient.

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 simple one-parameter schema and annotations, the description sufficiently explains the tool's output (list with latest price, change, open interest). It lacks details on pagination defaults or relationship to sibling option tools, but these are not critical for basic invocation.

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?

The input schema has 100% coverage with a description for the only parameter (pageSize), so the description adds no extra semantic value. The description does not mention pagination or provide any context beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves real-time CFFEX option quotes (stock index options) and lists included fields like latest price, change, and open interest. It distinguishes itself through the '中金所' (CFFEX) reference, though it does not explicitly compare with overlapping sibling tools like get_index_option_spot.

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 when real-time CFFEX stock index option quotes are needed, but it provides no explicit context, exclusions, or alternatives. No guidance is given on when to prefer this tool over similar option quote tools.

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/chengzuopeng/stock-sdk-mcp'

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