# Kanbanize

Kanbanize is designed to help advanced product teams apply the principles of Lean and Kanban to their work to maximize results.

- **Category:** project management
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 24
- **Triggers:** 0
- **Slug:** `KANBANIZE`
- **Version:** 20260429_00

## Tools

### Add a comment to a card

**Slug:** `KANBANIZE_ADD_CARD_COMMENT`

Tool to add a comment to a Kanbanize card. Use when you need to add notes, updates, or any text-based information to an existing card.

### Check Board Milestone

**Slug:** `KANBANIZE_CHECK_BOARD_MILESTONE`

Tool to check if a milestone is available on the specified board. Use when you need to verify milestone existence on a specific board. Returns True if the milestone is available (HTTP 204), False if not found (HTTP 404).

### Check User Is Card Watcher

**Slug:** `KANBANIZE_CHECK_USER_IS_CARD_WATCHER`

Tool to check if a user is a watcher of a specific card. Use when you need to verify if a user is watching a card.

### Delete Board

**Slug:** `KANBANIZE_DELETE_BOARD`

Tool to delete a board by its ID. Use when you need to permanently remove a board from Kanbanize. Note: The board must be archived before deletion.

### Delete Card

**Slug:** `KANBANIZE_DELETE_CARD`

Tool to delete a card from the Kanbanize board. Use when you need to permanently remove a card and all its associated data from the board.

### Delete Tag

**Slug:** `KANBANIZE_DELETE_TAG`

Tool to delete a tag from Kanbanize. Use when removing a tag and optionally replacing it with another tag for all affected cards.

### Delete Workflow

**Slug:** `KANBANIZE_DELETE_WORKFLOW`

Tool to delete a workflow for the specified board. Use when you need to permanently remove a workflow from a board.

### Get Board Block Reasons

**Slug:** `KANBANIZE_GET_BOARD_BLOCK_REASONS`

Tool to get a list of block reasons available on a board. Use when you need to retrieve available block reasons for a specific board.

### Get Board Card Templates

**Slug:** `KANBANIZE_GET_BOARD_CARD_TEMPLATES`

Tool to retrieve a list of card templates available on a Kanbanize board. Use when you need to see what card templates are configured for a specific board.

### Get Child Cards

**Slug:** `KANBANIZE_GET_CHILD_CARDS`

Tool to retrieve a list of child cards for a specified parent card. Use when you need to view all cards that are children of a given parent card in the Kanbanize hierarchy.

### Get Column

**Slug:** `KANBANIZE_GET_COLUMN`

Tool to get the details of a specific column from a Kanbanize board. Use when you need to retrieve column information such as name, WIP limit, card ordering, or workflow configuration.

### Get Columns

**Slug:** `KANBANIZE_GET_COLUMNS`

Tool to get a list of columns for a specific board in Kanbanize. Use when you need to retrieve all columns configured for a board, including their workflow assignments, positions, limits, and display settings.

### Get Custom Fields

**Slug:** `KANBANIZE_GET_CUSTOM_FIELDS`

Tool to retrieve a list of custom fields from Kanbanize with optional filtering. Use when you need to fetch custom field definitions, filter by field IDs, name, availability level, enabled status, types, or retrieve additional details like boards, card counts, and business rules.

### Get Stickers

**Slug:** `KANBANIZE_GET_STICKERS`

Tool to retrieve a list of stickers with optional filtering by sticker IDs, label, availability, and enabled status. Use when you need to fetch stickers from Kanbanize to apply to cards or to view available stickers in the system.

### Get User

**Slug:** `KANBANIZE_GET_USER`

Tool to get the details of a specified user in Kanbanize. Use when you need to retrieve information about a user such as their username, email, real name, avatar, enabled status, language preferences, timezone, and other attributes.

### Get workflow cycle time columns

**Slug:** `KANBANIZE_GET_WORKFLOW_CYCLE_TIME_COLUMNS`

Tool to retrieve workflow's cycle time columns from a Kanbanize board. Use when you need to identify which columns are included in cycle time calculations for a specific workflow.

### Get Workspace Data Fields

**Slug:** `KANBANIZE_GET_WORKSPACE_DATA_FIELDS`

Tool to retrieve a list of data fields available on a workspace. Use when you need to fetch all custom data fields configured for a specific Kanbanize workspace.

### Remove Board Block Reason

**Slug:** `KANBANIZE_REMOVE_BOARD_BLOCK_REASON`

Tool to make a block reason unavailable on a board. Use when you need to remove a specific block reason from a board's available options.

### Remove Child Card

**Slug:** `KANBANIZE_REMOVE_CHILD_CARD`

Tool to remove the link between a parent card and a child card. Use when you need to unlink a child card from its parent card in Kanbanize.

### Set card block reason

**Slug:** `KANBANIZE_SET_CARD_BLOCK_REASON`

Tool to block a Kanbanize card by setting a block reason. Use when you need to mark a card as blocked and specify the reason preventing progress.

### Update Board Sticker

**Slug:** `KANBANIZE_UPDATE_BOARD_STICKER`

Tool to update the properties of a sticker for the specified board. Use when you need to modify usage limits for a sticker on a board or card.

### Update Data Field Workspaces

**Slug:** `KANBANIZE_UPDATE_DATA_FIELD_WORKSPACES`

Tool to add, update, or remove a data field on one or more workspaces via batch operations. Use when you need to configure data field availability and settings across multiple workspaces.

### Update Lane Default Setting

**Slug:** `KANBANIZE_UPDATE_LANE_DEFAULT_SETTING`

Tool to update the default value of a specific lane setting in Kanbanize. Use when you need to modify default settings for a lane on a board.

### Update Tag

**Slug:** `KANBANIZE_UPDATE_TAG`

Tool to update the specified tag in Kanbanize. Use when you need to modify tag properties like label, color, availability, or enabled status.
