KanbanThing

Create and drive KanbanThing kanban boards.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Create and drive KanbanThing kanban boards. No account, no API key, board link required.

    Server tool list (8)

    Raw names from tools/list. Only developers need these.

    create_boardCreate 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.
    get_boardRead a board by id: its name, expiry, columns and how many cards each column holds.
    list_columnsList the columns on a board, left to right, with their ids.
    list_cardsList the cards on a board, optionally only those in one column.
    create_cardAdd a card to a column on a board. Lands in Backlog when no column is given.
    move_cardMove a card to another column on the same board, at the end of that column.
    update_cardChange a card title, description, due date or colour. Pass null to clear a field. Use move_card to change column.
    delete_cardPermanently delete a card from a board. This cannot be undone.