Skip to main content
Glama

A-Share MCP Server

MIT License
323

get_market_analysis_timeframe

Determine optimal timeframes for market analysis using actual dates in China's A-share market. Supports recent, quarterly, biannual, or yearly periods to ensure up-to-date insights for accurate evaluations.

Instructions

获取适合市场分析的时间范围,基于当前真实日期而不是训练数据。 这个工具应该在进行市场分析或大盘分析时首先调用,以确保使用最新的实际数据。 Args: period: 时间范围类型,可选值: "recent": 最近1-2个月(默认) "quarter": 最近一个季度 "half_year": 最近半年 "year": 最近一年 Returns: 包含分析时间范围的详细描述字符串,格式为"YYYY年M月-YYYY年M月"。

Input Schema

NameRequiredDescriptionDefault
periodNorecent

Input Schema (JSON Schema)

{ "properties": { "period": { "default": "recent", "title": "Period", "type": "string" } }, "title": "get_market_analysis_timeframeArguments", "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