Skip to main content
Glama

FonParam MCP

by kemalersin
  • Apple
  • Linux

statistics

Generate and analyze daily statistics for investment funds in Turkey using the FonParam MCP server. Filter by date range, sort data, and paginate results for detailed insights.

Instructions

Günlük istatistikleri listeler

Input Schema

NameRequiredDescriptionDefault
end_dateNoBitiş tarihi (YYYY-MM-DD)
limitNoSayfa başına kayıt sayısı
orderNoSıralama yönü
pageNoSayfa numarası
sortNoSıralama alanı
start_dateNoBaşlangıç tarihi (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "Bitiş tarihi (YYYY-MM-DD)", "type": "string" }, "limit": { "description": "Sayfa başına kayıt sayısı", "maximum": 100, "minimum": 1, "type": "number" }, "order": { "description": "Sıralama yönü", "enum": [ "ASC", "DESC" ], "type": "string" }, "page": { "description": "Sayfa numarası", "minimum": 1, "type": "number" }, "sort": { "description": "Sıralama alanı", "type": "string" }, "start_date": { "description": "Başlangıç tarihi (YYYY-MM-DD)", "type": "string" } }, "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