fund_type_details
Retrieve detailed information for a specific fund type using its code, enabling analysis and comparison of investment funds in Turkey via the FonParam MCP server.
Instructions
Belirli bir fon tipinin detaylarını getirir
Input Schema
Name | Required | Description | Default |
---|---|---|---|
type | Yes | Fon tipi kodu |
Input Schema (JSON Schema)
{
"properties": {
"type": {
"description": "Fon tipi kodu",
"enum": [
"altin",
"borclanma_araclari",
"degisken",
"fon_sepeti",
"gumus",
"hisse_senedi",
"hisse_senedi_yogun",
"karma",
"katilim",
"kiymetli_madenler",
"para_piyasasi",
"serbest",
"yabanci",
"diger"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}