Get solve/submit URL
repovive_get_problem_workspace_urlBuild a browser URL to view and solve a coding problem by slug. Pass a contest ID for contest problems or a curated set key (classics, faang, quant, math) for set problems.
Instructions
Build the repovive.com URL where a problem can be read and solved in the browser. Pass contest_id for a contest problem, or problem_set (classics|faang|quant|math) for a curated-set problem. Useful when a capability is website-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contest_id | No | Contest ObjectId (24 hex), if the problem is in a contest | |
| problem_set | No | Curated set key/slug (classics|faang|quant|math|cls), if applicable | |
| problem_slug | Yes | Problem slug |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |