Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_rmb_loan

Read-onlyIdempotent

Fetches new RMB loan figures from Chinese macro data and returns them as a pandas DataFrame, enabling direct analysis of credit trends.

Instructions

同花顺-数据中心-宏观数据-新增人民币贷款 https://data.10jqka.com.cn/macro/loan/ :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 readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the source URL and return type (pandas.DataFrame), but it does not disclose whether the data is scraped, how fresh it is, or the DataFrame's columns/units. It provides some context but does not substantially go beyond the annotations.

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 compact, with a clear label, source URL, and return annotation. It is front-loaded with the indicator name and contains no filler. The structure is a bit docstring-like rather than a full sentence, but it is efficient and every line adds value.

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?

For a simple no-parameter read-only tool, the description provides the essential source and return type, but it omits specifics like data periodicity (monthly?), the exact columns in the DataFrame, and whether it returns historical series or only the latest value. Since there is no output schema, more detail would improve completeness.

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 schema coverage is trivially complete. The description does not need to explain parameter meaning, and the baseline of 4 is appropriate since there is nothing to document.

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 identifies the tool as providing new RMB loan (新增人民币贷款) macro data from THS Data Center, with a source URL and return type. It distinguishes itself from sibling tools like macro_rmb_deposit and macro_china_new_financial_credit by naming the specific indicator, though it lacks an explicit action verb like 'fetch' or 'query'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives such as macro_china_money_supply or macro_china_new_financial_credit. The description does not mention data frequency (e.g., monthly), date ranges, or any constraints, leaving the agent with no criteria for choosing it over similar macro 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/kevynf/akbridge'

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