codeforces_rating_history
Retrieve a Codeforces user's rating history with contest-by-contest changes and deltas, oldest first, plus an optional limit for recent contests.
Instructions
Contest-by-contest rating changes for a handle, oldest first, with deltas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Return only the most recent N contests | |
| handle | Yes | Codeforces handle, e.g. '3.141f' | |
| response_format | No | 'markdown' for a readable table, 'json' for structured data | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |