Skip to main content
Glama

move_task_position

Change a Kanboard task's board placement by moving it to a different column, position, or swimlane. Resolves project and swimlane from .kanboard.yaml if not explicitly specified.

Instructions

Move a Kanboard task to a different column, position, or swimlane — this is the only way to change a task's board placement. Provide exactly one of column_id or column_name (column_name is resolved case-insensitively). If swimlane_id is omitted, it is resolved from .kanboard.yaml or the first active swimlane. Project is resolved from explicit project_id or project_identifier, or from .kanboard.yaml. To change other task attributes (title, dates, owner) use update_task instead. Returns { ok: true, task_id, column_id, swimlane_id, position } on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoKanboard project id (overrides .kanboard.yaml).
project_identifierNoKanboard project identifier string (overrides .kanboard.yaml).
task_idYesThe task id to move.
column_idNoTarget column id. Mutually exclusive with column_name.
column_nameNoTarget column name (case-insensitive). Mutually exclusive with column_id.
swimlane_idNoTarget swimlane id. Falls back to .kanboard.yaml default or first active swimlane.
positionNoPosition within the column (1-based, defaults to 1 = top).
Behavior4/5

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

Description explains resolution logic for omitted parameters (swimlane_id, project) and states return value on success. Lacks error handling details but covers main behavioral traits.

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?

Two efficient sentences covering purpose, parameter constraints, alternative tool, and return value. No redundant information.

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?

The description adequately covers usage, parameter constraints, and return format. While it doesn't mention all sibling tools, the key distinction from update_task is made, and resolution logic is explained.

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?

Schema coverage is 100%, but description adds valuable context: case-insensitive column_name resolution, fallback behavior for swimlane and project, and mutual exclusivity of column_id/column_name.

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 'Move a Kanboard task to a different column, position, or swimlane' with specific verb and resource, and distinguishes from sibling 'update_task' by noting it only changes board placement, not other attributes.

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?

Explicitly states 'this is the only way to change a task's board placement', provides guidance on parameter mutual exclusivity ('Provide exactly one of column_id or column_name'), and advises using 'update_task' for other attribute changes.

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/ErnestoCorona/kanboard-mcp'

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