get_my_games
Retrieve a paginated list of your tabletop game projects from The Game Crafter, showing name, ID, and current status for each design.
Instructions
List all games for a designer with name, ID, and status. Returns paginated results. Requires a designer_id from get_my_designers. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| designer_id | Yes | The designer ID to list games for. Get this from the get_my_designers tool. | |
| page_number | No | Page number for pagination (default: 1). |