get_index_info
Fetches index information and methodology from cfbenchmarks.com for a given index. Use this before querying historical results to understand the index computation times, methodology, and available data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
indexId | string | Yes | e.g. BRTI, BRR, BRRNY |
Example request
{
"method": "tools/call",
"params": {
"name": "get_index_info",
"arguments": {
"indexId": "<indexId>"
}
}
}