get_playground_problem_set
Retrieve all problems from a specific playground problem set without pagination. Returns equation or Lean problem data based on competition type.
Instructions
Get every problem in one Playground problem set (not paginated).
Scope: playground.read. Row shape depends on competition kind: equation problems (index, equation1, equation2, goldAnswer) for cheatsheet competitions, Lean problems (id, lhsName, lhsText, rhsName, rhsText, isCustom) for solver-participation competitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| competition_id | Yes | ||
| problem_set_id | Yes |