add_component_to_game
Add printable components like card decks, boards, or boxes to a game project using catalog identifiers or stock part UUIDs. Specify quantity and optional display name to build your tabletop game.
Instructions
Add a printable component (card deck, board, box, etc.) or stock part to a game. Use a catalog identity (e.g., 'BridgeDeck') for printable components, or a stock part UUID. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | The game ID to add the component to. | |
| part_id | Yes | The component identity from the catalog (e.g., 'BridgeDeck', 'SmallTuckBox') or a stock part UUID. | |
| quantity | Yes | Number of this component to include (e.g., 52 for a deck of cards). | |
| name | No | Optional display name for this component within the game (max 255 chars). |