Weft
EN
Board · MCP

Initialize Scrumban Board

initialize_board is one of the 32 MCP tools in Weft, the AI task manager you run by talking to Claude, Cursor, Codex or ChatGPT through one MCP endpoint. Create the default four columns (Backlog, Todo, Doing, Done) if none exist. Idempotent — safe to call repeatedly.

Arguments

This tool takes no arguments.

Returns

The list of columns that now exist on the board.

Annotations

  • idempotent. Calling the tool twice with the same arguments has the same effect as calling it once.

Example

What the user says:

"Set up my board with the default columns."

What the AI calls under the hood:

json
{
  "name": "initialize_board",
  "arguments": {}
}

Related