Get a problem
repovive_get_problemFetch a complete contest problem including statement, input/output formats, constraints, limits, tags, sample tests, and workspace URL to prepare for solving or submitting.
Instructions
Fetch one contest problem in full: statement, input/output formats, constraints, time and memory limits, tags, sample tests with explanations, and the browser workspace URL. This is the tool to call before solving or submitting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contest_id | Yes | Contest ObjectId (24 hex) | |
| problem_slug | Yes | Problem slug, e.g. 'maximum-triangle-perimeter' | |
| response_format | No | 'markdown' or 'json' | markdown |
| include_hidden_tests | No | Include hidden (non-sample) test cases in the JSON, when the API exposes them. Default False. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |