top_performing_funds
Identify and retrieve top-performing funds in Turkey based on predefined criteria using the FonParam MCP server input fund codes for reference comparison
Instructions
En iyi performans gösteren fonları getirir
Input Schema
Name | Required | Description | Default |
---|---|---|---|
reference_funds | No | Referans fon kodları (virgülle ayrılmış, opsiyonel) |
Input Schema (JSON Schema)
{
"properties": {
"reference_funds": {
"description": "Referans fon kodları (virgülle ayrılmış, opsiyonel)",
"type": "string"
}
},
"type": "object"
}