Skip to main content
Glama

FonParam MCP

by kemalersin
  • Apple
  • Linux

analyze_fund

Analyze investment fund performance on FonParam MCP by entering fund code, timeframe, initial investment, and optional monthly contributions to assess returns and details.

Instructions

Fon için yatırım analizi yapar

Input Schema

NameRequiredDescriptionDefault
codeYesFon kodu
includeMonthlyDetailsNoAylık detayları getir (varsayılan: true)
initialInvestmentYesBaşlangıç yatırımı (TL)
monthlyInvestmentNoAylık yatırım tutarı (TL, opsiyonel)
startDateYesBaşlangıç tarihi
yearlyIncreaseTypeNoYıllık artış tipi (opsiyonel)
yearlyIncreaseValueNoYıllık artış değeri (opsiyonel)

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Fon kodu", "type": "string" }, "includeMonthlyDetails": { "description": "Aylık detayları getir (varsayılan: true)", "type": "boolean" }, "initialInvestment": { "description": "Başlangıç yatırımı (TL)", "minimum": 0, "type": "number" }, "monthlyInvestment": { "description": "Aylık yatırım tutarı (TL, opsiyonel)", "minimum": 0, "type": "number" }, "startDate": { "description": "Başlangıç tarihi", "enum": [ "last_1_day", "last_1_week", "last_1_month", "last_3_months", "last_6_months", "year_start", "last_1_year", "last_3_years", "last_5_years" ], "type": "string" }, "yearlyIncreaseType": { "description": "Yıllık artış tipi (opsiyonel)", "enum": [ "percentage", "amount" ], "type": "string" }, "yearlyIncreaseValue": { "description": "Yıllık artış değeri (opsiyonel)", "minimum": 0, "type": "number" } }, "required": [ "code", "startDate", "initialInvestment" ], "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/kemalersin/fonparam-mcp'

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