Skip to main content
Glama

List columns

list_columns
Read-onlyIdempotent

List the columns on a board, left to right, with their ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
board_idYesThe board UUID, or the board URL the user shared. Never invent one.
passwordNoThe board password, if the board is protected.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive nature. The description adds useful behavioral context beyond annotations by specifying the left-to-right ordering and inclusion of column ids. No contradiction with 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 with no filler. Every word contributes to understanding the tool's purpose and behavior.

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 two well-documented params and strong annotations, the description adequately conveys purpose, ordering, and output content. Since there is no output schema, a bit more detail on return shape could help, but it is not critical for this simple tool.

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?

Schema descriptions cover 100% of parameters, including detailed guidance for board_id and password. The tool description adds no parameter-specific meaning, so the baseline of 3 is appropriate.

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?

Description clearly states the tool lists columns on a board, with a specific verb and resource, and adds ordering (left to right) and output content (ids). This distinguishes it from siblings like list_cards (cards) and get_board (board-level info).

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?

Usage is implied: call this when you need columns for a board in left-to-right order. However, there is no explicit guidance on when not to use this tool or mention of alternatives such as get_board if the board object already includes columns.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.