Board · MCP

List Columns

list_columns 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. List all columns (workflow stages) on the board, in order.

Arguments

This tool takes no arguments.

Returns

An ordered array of columns with id, name, semantic, wipLimit, and position.

Annotations

  • read-only. The tool does not mutate server state. Safe to call automatically.

Example

What the user says:

"What columns does my board have?"

What the AI calls under the hood:

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

Related