Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_profit_sheet_by_quarterly_em

Read-onlyIdempotent

Fetch quarterly profit statement data for a stock from East Money, enabling detailed financial analysis of revenue, costs, and earnings per quarter.

Instructions

东方财富-股票-财务分析-利润表-按单季度 https://emweb.securities.eastmoney.com/PC_HSF10/NewFinanceAnalysis/Index?type=web&code=sh600519#lrb-0 :param symbol: 股票代码; 带市场标识 :type symbol: str :return: 利润表-按单季度 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoSH600519
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds that the return is a pandas.DataFrame and identifies the data source (东方财富), but it does not disclose any additional behavioral traits such as how missing symbols are handled or data update frequency. This is adequate but not rich.

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 structured as a docstring with title, URL, parameter, type, return, and return type, making it scannable and appropriately sized. The URL adds reference value without excessive verbosity, and every line earns its place.

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?

With a single optional parameter and no output schema, the description explains the main input and states that the return is a pandas.DataFrame containing the quarterly income statement. It does not enumerate columns or edge-case behaviors, but given the tool's simplicity and the provided source link, it is sufficiently complete for an agent to invoke it correctly.

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 input schema has 0% description coverage, but the description fully defines the 'symbol' parameter as the stock code with market identifier (股票代码; 带市场标识) and provides an example URL containing 'sh600519', clarifying the expected format. This compensates for the schema's lack of parameter descriptions.

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 retrieves the income statement (利润表) by single quarter (按单季度) from Eastmoney's financial analysis section. It explicitly includes a URL and specifies the return type, effectively distinguishing it from sibling tools like stock_profit_sheet_by_yearly_em or stock_profit_sheet_by_report_em via the '按单季度' qualifier.

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 provides a parameter specification and notes that the symbol must include the market identifier (带市场标识), which is helpful. However, it does not explicitly state when to use this tool over alternatives (e.g., yearly or report-based versions). The usage context is implied by the tool name and quarterly qualifier, but no direct when-to-use guidance is given.

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