Skip to main content
Glama

FinanceMCP

MIT License
603
60
  • Apple
  • Linux

fund_manager_by_name

Query detailed information about a fund manager, including their managed funds, background, and career history, based on their name using the FinanceMCP server.

Instructions

根据基金经理姓名查询基金经理详细信息,包括管理的基金列表、个人背景、任职经历等

Input Schema

NameRequiredDescriptionDefault
ann_dateNo公告日期,格式为YYYYMMDD,如'20230101'。用于限制查询的公告日期
nameYes基金经理姓名,如'张凯'、'刘彦春'等

Input Schema (JSON Schema)

{ "properties": { "ann_date": { "description": "公告日期,格式为YYYYMMDD,如'20230101'。用于限制查询的公告日期", "type": "string" }, "name": { "description": "基金经理姓名,如'张凯'、'刘彦春'等", "type": "string" } }, "required": [ "name" ], "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/guangxiangdebizi/FinanceMCP'

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