Skip to main content
Glama

list_columns

Retrieve all board columns for a Kanboard project. Provide the project ID or identifier to get column details including id, title, position, and task limit.

Instructions

List all columns (board stages) for a Kanboard project. Provide project_id or project_identifier, or configure .kanboard.yaml in your project root. Returns an array of column objects with id, title, position, and task_limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoNumeric project id. Falls back to .kanboard.yaml when omitted.
project_identifierNoShort project identifier. Falls back to .kanboard.yaml when omitted.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, and the description only states the basic operation and return format. It does not disclose behavioral traits such as read-only nature, authorization needs, rate limits, or error handling, leaving the agent underinformed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences that front-load the core purpose and efficiently cover parameters and return format, with no redundant or extraneous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list operation with optional parameters, the description covers the key points: what it does, how to specify the project, and what the return structure is. It lacks detailed error handling or behavior when no project is found, but is largely sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already covers both parameters with descriptions. The description adds the note about configuring .kanboard.yaml but largely reinforces what the schema states, providing minimal additional meaning beyond the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'List all columns (board stages) for a Kanboard project,' using a specific verb and resource, and it distinguishes this from sibling tools like create_column, delete_column, and update_column.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context on how to specify the project (via project_id, project_identifier, or config file) but does not explicitly guide when to use this tool versus other column-related siblings, nor does it mention when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ErnestoCorona/kanboard-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server