get_best_operator
Identify top AI power-users by their token cascade efficiency, interpreting yield, leverage, and velocity in plain-language behavioral framing.
Instructions
Returns the top N operators on the SigRank leaderboard with behavioral framing in power-user language. Wraps get_leaderboard and adds plain-language interpretation of each top operator's cascade: what their yield, leverage, and velocity mean in terms of AI power-user behavior (cache reuse, input economy, output productivity). Use this when users ask 'who is the best AI user?' or 'who tops the SigRank leaderboard?' or 'show me the AI user leaderboard'. Do NOT use get_leaderboard if you want the raw array without interpretation — use this for the power-user framing. Intent: BEST_OPERATOR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Number of top operators to return (default: 5, max: 20). Returns the top N by yield. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | One-line summary of the top operator's achievement in behavioral terms | |
| top_operators | No | Top N operators ranked by yield | |
| total_operators | No | Total operators on the board |