
KanbanThing
Create and drive KanbanThing kanban boards.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Create and drive KanbanThing kanban boards. No account, no API key, board link required.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| create_board | 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. |
| get_board | Read a board by id: its name, expiry, columns and how many cards each column holds. |
| list_columns | List the columns on a board, left to right, with their ids. |
| list_cards | List the cards on a board, optionally only those in one column. |
| create_card | Add a card to a column on a board. Lands in Backlog when no column is given. |
| move_card | Move a card to another column on the same board, at the end of that column. |
| update_card | Change a card title, description, due date or colour. Pass null to clear a field. Use move_card to change column. |
| delete_card | Permanently delete a card from a board. This cannot be undone. |