Skip to main content
Glama
nedgar8

Kaiten MCP Server

by nedgar8

list_tasks

Locate specific Kaiten tasks using filters for board, column, space, or text search, plus archived status and limit.

Instructions

List Kaiten tasks (cards), optionally filtered by board, column, space, or text search.

Args: board_id: Only return cards on this board. column_id: Only return cards in this column. space_id: Only return cards in this space. query: Free-text search over card titles/descriptions. archived: If set, filter to archived (True) or active (False) cards. limit: Max cards to return (capped at 100).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
archivedNo
board_idNo
space_idNo
column_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so the description carries the burden. It discloses the 100-card cap, filter semantics for archived (True/False), and clarifies query scope. It does not cover permissions or error behavior, but these are less critical for a read-oriented list operation.

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?

One-sentence purpose followed by a compact Args list. No filler; each line adds value. The structure is front-loaded and easy to scan.

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

Completeness5/5

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

Given output schema exists, return values need not be described. The description fully covers the tool's purpose and all six parameters, with only a minor gap in explicit usage vs alternatives, but sibling names make context clear.

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

Parameters5/5

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

Schema description coverage is 0%, but the description's Args section explains every parameter's meaning, including default and cap. This far exceeds the schema's bare type/name information and fully compensates for the missing schema descriptions.

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 'List Kaiten tasks (cards), optionally filtered by board, column, space, or text search' with a specific verb and resource. It distinguishes itself from sibling list tools (list_columns, list_boards) and action tools (create_task, move_task, etc.).

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?

Description implies usage when retrieving tasks with optional filters, and sibling tools are clearly different actions. It does not explicitly state when not to use or name alternatives, but the context is clear enough.

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/nedgar8/kaiten-mcp-server'

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