Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_financial_debt_ths

Read-onlyIdempotent

Fetch balance sheet financial indicators from THS for a given stock symbol, selecting either reporting period or annual data for analysis.

Instructions

同花顺-财务指标-资产负债表 https://basic.10jqka.com.cn/new/000063/finance.html https://basic.10jqka.com.cn/api/stock/finance/000063_debt.json :param symbol: 股票代码 :type symbol: str :param indicator: 指标; choice of {"按报告期", "按年度"} :type indicator: str :return: 同花顺-财务指标-资产负债表 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo000063
indicatorNo按报告期
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, which cover safety traits. The description adds minimal behavioral context: the indicator parameter controls report-period vs. annual granularity, and the return type is a DataFrame. It does not disclose rate limits, potential delays, or result-volume characteristics beyond that.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact but somewhat cluttered: it includes two long source URLs that provide little actionable guidance to an LLM, and it repeats the title in the return field. The docstring style is acceptable but not optimized for tool selection, where a clear purpose and usage summary would be more effective.

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?

The tool is relatively simple with two parameters and no output schema. The description covers the source, parameter semantics, and return type, but does not describe the data content (columns, units, or time coverage) of the balance sheet DataFrame, which would be critical for an agent to interpret the results 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?

With 0% schema description coverage, the description directly compensates by defining 'symbol' as a stock code (股票代码) with type 'str', and 'indicator' as a choice of {'按报告期', '按年度'} (by reporting period, by annual). This provides the most essential semantic meaning for both parameters, though it does not explain the exact format for symbol (e.g., leading zeros, exchange prefixes).

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 opens with '同花顺-财务指标-资产负债表' (THS Financial Indicators - Balance Sheet), which clearly identifies the tool as a balance sheet data fetcher from Tonghuashun. It also lists the return type as a pandas DataFrame. However, it lacks an explicit verb like 'fetches' or 'retrieves', and the differentiation from sibling tools is implicit via the title rather than a stated comparison.

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 through the title and source URLs, but there is no explicit guidance on when to use this tool versus the many sibling financial-data tools (e.g., stock_financial_abstract_ths, stock_zcfz_em). It also does not mention any exclusions or prerequisites, such as only supporting A-share stocks or requiring a valid symbol.

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