Skip to main content
Glama

A-Share MCP Server

MIT License
323

get_money_supply_data_year

Retrieve yearly money supply data (M0, M1, M2) for specified date ranges from China's A-Share MCP Server. Returns data in a markdown table format for analysis.

Instructions

Fetches yearly money supply data (M0, M1, M2 - year end balance) within a date range. Args: start_date: Optional. Start year in 'YYYY' format. end_date: Optional. End year in 'YYYY' format. Returns: Markdown table with yearly money supply data or an error message.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" } }, "title": "get_money_supply_data_yearArguments", "type": "object" }

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/24mlight/a-share-mcp-is-just-i-need'

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