Connection check
verified live · 20h ago
kanban
Create and drive KanbanThing kanban boards. No account, no API key, board link required.
Tools
8
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
20h ago
Tools & capabilities
8 toolsRead from the running server on 20h ago.
create_board
name*columnspasswordlifespan_days
Create a new KanbanThing board and return its id, shareable URL and password. No sign-up. Every board is password protected: pass `password` to choose one, otherwise a random passw… Create a new KanbanThing board and return its id, shareable URL and password. No sign-up. Every board is password protected: pass `password` to choose one, otherwise a random password is generated and returned. Give both the URL and the password to whoever should use the board. Boards are deleted when they expire.
create_card
colortitle*columnboard_id*due_datepassword
+1
Add a card to a column on a board. Lands in Backlog when no column is given. Add a card to a column on a board. Lands in Backlog when no column is given.
delete_card
can modify data
card_id*board_id*password
Permanently delete a card from a board. This cannot be undone. Permanently delete a card from a board. This cannot be undone.
get_board
read-only
board_id*password
Read a board by id: its name, expiry, columns and how many cards each column holds. Read a board by id: its name, expiry, columns and how many cards each column holds.
list_cards
read-only
limitcolumnboard_id*password
List the cards on a board, optionally only those in one column. List the cards on a board, optionally only those in one column.
list_columns
read-only
board_id*password
List the columns on a board, left to right, with their ids. List the columns on a board, left to right, with their ids.
move_card
column*card_id*board_id*password
Move a card to another column on the same board, at the end of that column. Move a card to another column on the same board, at the end of that column.
update_card
colortitlecard_id*board_id*due_datepassword
+1