FonParam MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_fundsC | Yatırım fonlarını listeler ve filtreleme imkanı sunar |
| top_performing_fundsC | En iyi performans gösteren fonları getirir |
| compare_fundsC | Fonları karşılaştırır (2-5 fon) |
| analyze_fundC | Fon için yatırım analizi yapar |
| fund_historical_dataC | Fonun geçmiş değerlerini getirir |
| list_companiesC | Portföy yönetim şirketlerini listeler |
| company_detailsC | Portföy yönetim şirketi detaylarını getirir |
| statisticsC | Günlük istatistikleri listeler |
| latest_statisticsC | Son istatistikleri getirir |
| statistics_by_dateC | Belirli bir günün istatistiklerini getirir |
| list_fund_typesC | Fon tiplerini listeler |
| fund_type_detailsC | Belirli bir fon tipinin detaylarını getirir |
| inflation_ratesC | Enflasyon verilerini listeler |
| latest_inflation_rateC | Son enflasyon verisini getirir |
| monthly_inflation_rateC | Belirli bir ay ve yıldaki enflasyon verisini getirir |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 15 tools
Most tools have distinct purposes, such as analyze_fund for investment analysis and list_funds for listing funds. However, there is some overlap between inflation_rates, latest_inflation_rate, and monthly_inflation_rate, which could cause confusion in selecting the right tool for inflation data. Similarly, statistics, latest_statistics, and statistics_by_date have overlapping functions, though descriptions help differentiate them.
Tool names follow a consistent snake_case pattern with clear verb_noun structures, such as list_funds, compare_funds, and fund_historical_data. There are no deviations in naming conventions, making the set predictable and easy to navigate for an agent.
With 15 tools, the server is well-scoped for its domain of fund and investment analysis. Each tool appears to serve a specific purpose, such as analyzing funds, listing companies, or retrieving inflation data, without feeling excessive or insufficient for the apparent scope.
The tool set covers key areas like fund analysis, company details, inflation data, and statistics, providing good CRUD-like operations for the domain. Minor gaps exist, such as no explicit tools for updating or deleting data, but agents can likely work around these given the read-oriented nature of the server's purpose.