company_details
Retrieve detailed information about portfolio management companies, including their funds, using the FonParam MCP server. Ideal for accessing and analyzing company-specific data and fund details in Turkey.
Instructions
Portföy yönetim şirketi detaylarını getirir
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Şirket kodu | |
include_funds | No | Şirketin fonlarını da getir (varsayılan: true) |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"description": "Şirket kodu",
"type": "string"
},
"include_funds": {
"description": "Şirketin fonlarını da getir (varsayılan: true)",
"type": "boolean"
}
},
"required": [
"code"
],
"type": "object"
}