Kanbanize

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

24 actions Integration catalog
Request access
Connect Kanbanize once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add a comment to a cardKANBANIZE_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 MilestoneKANBANIZE_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 WatcherKANBANIZE_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 BoardKANBANIZE_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 CardKANBANIZE_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 TagKANBANIZE_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 WorkflowKANBANIZE_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 ReasonsKANBANIZE_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 TemplatesKANBANIZE_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 CardsKANBANIZE_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 ColumnKANBANIZE_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 ColumnsKANBANIZE_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 FieldsKANBANIZE_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 StickersKANBANIZE_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 UserKANBANIZE_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 columnsKANBANIZE_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 FieldsKANBANIZE_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 ReasonKANBANIZE_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 CardKANBANIZE_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 reasonKANBANIZE_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 StickerKANBANIZE_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 WorkspacesKANBANIZE_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 SettingKANBANIZE_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 TagKANBANIZE_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.