Gild Card
fizzy_gild_cardMark a card as golden to flag high-priority work items. Golden cards get highlighted and can be filtered using indexed_by='golden' for quick access.
Instructions
Mark a card as golden (priority/important). Golden cards are highlighted and can be filtered using indexed_by='golden' in fizzy_get_cards. Use this to flag high-priority work items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_number | Yes | The card number - the visible ID shown on the board (e.g., '#123'). This is different from card_id and is used for some endpoints. Card numbers are shown in the Fizzy UI and are user-friendly identifiers. | |
| account_slug | Yes | The account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts. |