Cursor
get_etf_score
Get the Danelfin AI score for a US ETF. Returns the composite AI score and sub-scores for the fund. Use this when the user asks about an ETF's AI-based quality or ranking (e.g. SPY, QQQ, IWM, XLK, ARKK).
Remote danelfin/ai-scores
Remote (network-hosted)
Other tools also called get_etf_score?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "ETF ticker symbol (e.g. SPY, QQQ, IWM, XLK, ARKK)"
}
}
}