codeforces_user_profile
Retrieve a Codeforces user's rating, max rating, rank, and organization by handle to evaluate their competitive standing.
Instructions
Public profile for a Codeforces handle: rating, max rating, rank, organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |