Skip to main content
Glama

list_board

Fetch a kanban board's columns and the tasks in each column. Use filters to narrow down which tasks are returned.

Instructions

The whole board: a kanban view's columns with the tasks sitting in each.

list_buckets answers the thinner question, the columns alone, and takes the same arguments. Reach for that one when the tasks are of no interest, and for this one when they are.

task_count is the column's true size, which can exceed the tasks returned: Vikunja caps how many it sends per column. To reach the rest, narrow with filter, the same server-side syntax list_tasks takes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo
view_idNo
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2.0.0

TDQS

A3.6/5.0
Behavior4/5

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

The description discloses that 'task_count' may exceed the number of tasks returned due to caps, and suggests using a filter to obtain the remaining tasks. This is a useful behavioral detail about potential pagination or truncation. Since no annotations are provided, this carries the full burden and is reasonably transparent, though it doesn't explicitly state read-only behavior or other side effects.

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

Conciseness3/5

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

The description is short but uses ornate, indirect phrasing ('The whole board', 'thinner question') instead of straightforward language. While it packs useful information, the poetic style detracts from clarity and could be more concise and direct.

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

Completeness3/5

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

The presence of an output schema reduces the need to describe return values. The description covers the tool's purpose, differentiation from a sibling, and a behavioral nuance (task caps), but it does not explain any parameters or provide broader context such as typical use cases or required permissions. Overall, it is adequate but not comprehensive.

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

Parameters1/5

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

The schema has zero parameter descriptions, and the description does not explain what 'filter', 'view_id', or 'project_id' mean. It only mentions that 'filter' uses the same syntax as 'list_tasks', but does not elaborate on the others. With no compensation for the complete lack of parameter documentation, this dimension is poorly addressed.

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

Purpose4/5

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

The description clarifies that this tool lists both columns and tasks (unlike 'list_buckets' which only lists columns), and mentions it takes the same arguments as list_buckets. However, the wording is somewhat metaphorical ('The whole board') and could be more direct about the exact resource returned.

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

Usage Guidelines5/5

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

The description explicitly distinguishes when to use this tool over 'list_buckets' ('Reach for that one when the tasks are of no interest, and for this one when they are') and advises narrowing results with a 'filter' if task_count exceeds returned tasks, referencing the filter syntax of 'list_tasks'. This provides clear usage guidance relative to alternatives.

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

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/aichholzer/altiplano'

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