Skip to main content
Glama

List board columns

list_board_columns
Read-only

Retrieve kanban columns for a board by slug. Returns each column's ID and name needed to create or update tasks.

Instructions

Get kanban columns for a board by slug. Returns id and name for each column — use these IDs in create_task and update_task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoDeprecated alias of board_slug
board_slugNoBoard URL slug
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safety profile is covered. The description adds value by disclosing the return structure (id and name) and the downstream use of these IDs, which are useful behavioral traits not present in the annotations.

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 a single, front-loaded sentence that communicates purpose, output, and usage in under 20 words. Every word earns its place with no redundancy or filler.

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 tool with no required parameters and no output schema, the description is adequately complete. It states the return fields and how to use them, and annotations cover read-only behavior. It could mention ordering or empty results, but these are minor gaps for such a straightforward operation.

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 schema covers 100% of the parameters with descriptions, so the description doesn't need to explain them. The text adds only the generic 'by slug' which is already in the schema, and it emphasizes the board context, but no extra parameter semantics are provided beyond the schema.

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 uses a specific verb ('Get') and resource ('kanban columns for a board by slug'), and clearly distinguishes itself from sibling tools like list_board_tags by focusing on columns rather than tags. It also specifies the returned fields (id and name), removing ambiguity about the tool's output.

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

Usage Guidelines4/5

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

The description explicitly says to use the returned IDs in create_task and update_task, which provides clear guidance on when this tool is needed. It lacks explicit alternatives or exclusions, but the context is clear enough for an agent to select it appropriately.

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/gonnagetapower/kelvia-mcp'

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