move_card
Move a GitHub card to a specified position or column by providing the card ID, target position, and optional column ID for organization.
Instructions
Move a card to a different position or column
Input Schema
Name | Required | Description | Default |
---|---|---|---|
card_id | Yes | The unique identifier of the card | |
column_id | No | The column ID to move the card to | |
position | Yes | The position of the card (top, bottom, or after:<card_id>) |