Get Operator — Public Profile by Codename
get_operatorRead one public operator profile by codename. Returns class tier, rank, percentile, Yield, Leverage, Velocity, and SNR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | Yes | The operator's unique codename (e.g. signal-ae3b5c3c55). Not the display name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snr | No | Signal-to-noise ratio. | |
| rank | No | Global rank position. | |
| yield_ | No | Yield (Υ) if compounding, else null. | |
| codename | No | Operator's unique codename. | |
| leverage | No | Leverage if compounding, else null. | |
| velocity | No | Velocity = output / input. | |
| class_tier | No | Operator class tier. | |
| percentile | No | Percentile in the public field. | |
| display_name | No | Human-readable display name. |