[
{"name": "Create Checklist In Card", "type": "action", "description": "Add a new checklist to a specific card for organizing tasks."},
{"name": "Create Attachment In Card", "type": "action", "description": "Attach a file or a link to a card for reference."},
{"name": "Create Label In Card", "type": "action", "description": "Add a label to a card for categorization."},
{"name": "Create Member In Card", "type": "action", "description": "Assign members to a card for collaborative work."},
{"name": "Archive The Card", "type": "action", "description": "Remove a card from the active view while preserving its data."},
{"name": "Delete Board In Workspace", "type": "action", "description": "Permanently delete a board from the workspace."},
{"name": "Complete Checklist In Card", "type": "action", "description": "Mark a checklist as complete within a card."},
{"name": "Copy Board In Workspace", "type": "action", "description": "Create a duplicate of a board in the workspace."},
{"name": "Create Board In Workspace", "type": "action", "description": "Establish a new board within a specified workspace."},
{"name": "Create New Card", "type": "action", "description": "Add a new card to a board for task management."},
{"name": "Create ChecklistItem In Card", "type": "action", "description": "Add an item to a checklist within a card."},
{"name": "Create Comments In Card", "type": "action", "description": "Add comments to a card for communication and updates."},
{"name": "Create Label In Board", "type": "action", "description": "Designate a label for the board for visual identification."},
{"name": "Delete Checklist In Card", "type": "action", "description": "Remove a checklist from a card."},
{"name": "Update Card In Board", "type": "action", "description": "Make changes to a card's details within a board."},
{"name": "Move Card To List", "type": "action", "description": "Transfer a card from one list to another."},
{"name": "Remove Label In Card", "type": "action", "description": "Detach a label from a card."},
{"name": "Create New List", "type": "action", "description": "Add a new list to organize cards on a board."},
{"name": "Find The Card", "type": "lookup", "description": "Search for a specific card within a board."},
{"name": "Find The Checklist", "type": "lookup", "description": "Locate a checklist associated with a card."},
{"name": "Find The ChecklistItem", "type": "lookup", "description": "Search for a specific item within a checklist."},
{"name": "Find The Label", "type": "lookup", "description": "Identify a label used in a board or card."},
{"name": "Find The List", "type": "lookup", "description": "Locate a specific list within a board."},
{"name": "Get Board Using Id", "type": "lookup", "description": "Retrieve board details using its unique ID."},
{"name": "Get Member Using Email", "type": "lookup", "description": "Find a member in the workspace using their email address."}
]