Skip to main content
Glama

move_task_to_bucket

Move a task into a kanban bucket by task and bucket IDs. It updates the task's column and handles done-state changes, repeating tasks, and bucket limit refusals automatically.

Instructions

Move a task into a kanban bucket. Re-sending the same bucket does nothing.

This changes more than the column, and list_kanban_views tells you which bucket is which:

  • Moving into the done bucket marks the task done, and moving it out un-marks it.

  • A repeating task moved into the done bucket is reopened and sent to the default bucket.

  • A bucket at its task limit refuses the move.

Only meaningful when the view's bucket_configuration_mode is manual. In filter mode the filters decide which bucket a task sits in.

The project is read from the task. That costs a request and removes an argument that could contradict the task it was given.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes
view_idNo
bucket_idYes

Schema Changelog

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

  1. First observedv1.2.0

TDQS

A4.1/5.0
Behavior5/5

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

With no annotations, the description carries full behavioral burden. It discloses idempotency ('re-sending the same bucket does nothing'), done-bucket toggling, repeating-task reopening, task-limit refusals, and the project-read-from-task request cost. This is unusually complete disclosure.

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 front-loaded with the core action and idempotency note, uses bullet points for side effects, and every sentence adds relevant operational detail. Nothing is padded.

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 mutating kanban operation with no output schema or annotations, it covers action, side effects, mode restrictions, and request-cost behavior. The remaining gap is the role of the optional view_id and expected response/error shape, but the provided context is enough for safe invocation.

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 description coverage is 0%, so the description must compensate. It gives useful context about task_id (project is read from the task) and view (manual/filter mode), but it never explains the optional view_id parameter or how it is used, and bucket_id is only implied. The semantics are partially covered, not fully.

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 opening sentence 'Move a task into a kanban bucket' names a specific action and object, and the rest clarifies it is a column move with side effects. It doesn't explicitly contrast with the sibling move_task tool, so it stops short of full sibling differentiation.

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?

It gives explicit when-to-use guidance: only meaningful when the view's bucket_configuration_mode is manual, and states filter mode is not appropriate. It references list_kanban_views for mapping buckets, but doesn't name alternatives like move_task for other kinds of moves, so not a full 5.

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