submit_paste
Rank pasted token counts locally to preview your cascade yield, leverage, and velocity. Use for instant local scoring from ccusage or dashboard data without publishing.
Instructions
Ranks a paste of token counts locally and shows the cascade result (yield, leverage, velocity, class, card). This is a PREVIEW-ONLY tool — it does not publish to the board. The board's /api/v1/ingest-paste endpoint now requires an authenticated Supabase session, which MCP tools do not carry. To publish to the leaderboard, use submit_verified (which signs and posts to /api/v1/snapshots via the enrolled-device path) or submit directly through the signalaf.com web UI. Use this when you have token counts from ccusage or a dashboard and want to see your score instantly. Do NOT use this if you want to pull your local usage automatically — use tokenpull_submit for the zero-paste flow. Do NOT use this for multi-window dashboard pastes — use rank_windows to rank them first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Token counts to rank. Two formats: (1) JSON {"input":N,"output":N,"cacheCreate":N,"cacheRead":N} from ccusage (preferred), or (2) four whitespace-separated numbers: input output cacheCreate cacheRead. Example: {"input":1000000,"output":500000,"cacheCreate":50000,"cacheRead":800000} | |
| codename | No | Operator codename for the ranking card display (e.g. "Ghost Falcon"). Optional — used only for the local preview card, not for board submission. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Error or skip reason if status is not ok | |
| status | No | Submission status | |
| preview | No | ||
| server_response | No | Server-side response including new rank if accepted |