Benchmark Me — Field Position Analyzer
benchmark_meAnswers 'How good am I?' — benchmarks your token cascade against the live field. Takes 4 token pillars (or a codename), computes your cascade, then compares against the live leaderboard: percentile, rank, distance from median, distance from top 10%, strongest metric, weakest metric, and a one-line interpretation. This is the human-question tool — use it when someone asks 'am I a power user?' or 'how do I compare?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | Total input tokens. Required if codename is not provided. | |
| output | No | Total output tokens. Required if codename is not provided. | |
| window | No | Time window for field comparison (default 30d). | 30d |
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| codename | No | Operator codename (alternative to providing pillars). If provided, fetches live profile from the board. | |
| cache_read | No | Cache-read tokens. Required if codename is not provided. | |
| cache_write | No | Cache-write tokens. Required if codename is not provided. |