Skip to main content

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

FieldTypeRequiredDescription
indexIdstringYese.g. BRTI, BRR, BRRNY

Example request

{
"method": "tools/call",
"params": {
"name": "get_index_info",
"arguments": {
"indexId": "<indexId>"
}
}
}