Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_market_fund_flow

Read-onlyIdempotent

Retrieves recent market-wide capital flow data from Eastmoney, covering aggregate inflows and outflows for the broader market. Use this to analyze overall market sentiment and liquidity trends.

Instructions

东方财富网-数据中心-资金流向-大盘 https://data.eastmoney.com/zjlx/dpzjlx.html :return: 近期大盘的资金流数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds the data source (Eastmoney), the URL, and that it returns a pandas DataFrame of recent data, but does not disclose any additional behavioral nuances such as data update frequency or row count. This is adequate given the annotation coverage.

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, consisting of a source title, URL, and return type. It is front-loaded with the resource name and avoids unnecessary prose, though the URL is somewhat redundant with the title.

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?

For a simple read-only tool with no parameters, the description provides enough context: it identifies the data source, the specific dataset (market-wide fund flow), and the return type. An output schema is absent, but the return type is mentioned, making it reasonably 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?

The tool has zero parameters, so the schema is fully descriptive. The description adds no parameter information, but none is needed. The baseline of 4 for zero-parameter tools applies.

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 returns recent market-wide fund flow data (大盘资金流) from Eastmoney, with a specific URL as evidence. This distinguishes it from sibling tools that focus on sector or individual fund flows.

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 for retrieving recent market-wide fund flow data, but provides no explicit guidance on when to choose this tool over alternatives like stock_sector_fund_flow_rank or stock_individual_fund_flow. No exclusions or conditions are mentioned.

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/kevynf/akbridge'

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