Skip to main content
Glama
nedgar8

Kaiten MCP Server

by nedgar8

move_task

Move a Kaiten task to a different board, optionally targeting a specific column or lane.

Instructions

Move a Kaiten task (card) to a given board (and optionally a specific column/lane).

Args: card_id: ID of the card to move. board_id: Destination board ID. column_id: Destination column ID on that board (optional). lane_id: Destination lane ID on that board (optional).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
card_idYes
lane_idNo
board_idYes
column_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It states the action but does not mention side effects, required permissions, failure modes, or whether the move is reversible. This leaves significant ambiguity for a mutating operation.

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

Conciseness4/5

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

The description is brief with a clear lead sentence and an Args list. Each sentence contributes, though the Args list could be considered somewhat redundant with the schema, but it adds explanatory value.

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 tool is relatively simple with four parameters and an output schema, but the description lacks behavioral details and usage guidance, making it minimally adequate rather than fully complete.

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

Parameters4/5

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

The description adds meaning by explaining each parameter: card_id identifies the card, board_id is the destination board, and column_id/lane_id are optional location specifiers on that board. This clarifies the schema's bare integer fields.

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 the verb 'Move', the resource 'Kaiten task (card)', and the destination (board, optionally column/lane). This distinguishes it from sibling tools like create_task or set_responsible.

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 implies usage for moving existing tasks but does not explicitly state when to use this over alternatives or any exclusions. No alternative tools are mentioned, so guidance is only implied.

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