Skip to main content
Glama
kanbanzone

Kanban Zone MCP Server

Official
by kanbanzone

Update a card

kanbanzone_update_card
Idempotent

Update an existing card's fields including title, owner, due date, labels, and custom fields. Only specified fields are changed.

Instructions

Update fields on an existing card. Only included fields are changed.

Args:

  • id (string, required): card ObjectId.

  • board (string, optional): board publicId — required for mirror cards to disambiguate.

  • title (string, optional)

  • description (string, optional)

  • owner (string, optional): account email or ObjectId.

  • label (string, optional): label name (e.g. "Enhancement") or ObjectId.

  • dueAt (string, optional): ISO date or datetime.

  • customFields (array, optional): list of { label, value } pairs. label matches the custom-field name configured on the board.

Examples:

  • "Reassign card 670... to bob@example.com"

  • "Set the due date on card 670... to 2025-06-01"

  • "Set the Project Code custom field on card 670... to ABC-123"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
boardNo
titleNo
descriptionNo
ownerNo
labelNo
dueAtNo
customFieldsNo
Behavior4/5

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

Annotations indicate non-read-only, non-destructive, idempotent, open world. The description adds that 'Only included fields are changed' and explains board requirement for mirror cards, enhancing transparency without contradiction.

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 a well-structured docstring with a clear purpose, parameter list, and examples. Every sentence adds value without redundancy.

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?

While the description explains parameters and usage, it does not mention the return value or error behavior. Given no output schema, this omission reduces completeness for an agent.

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?

With 0% schema coverage, the description compensates fully by explaining each parameter's meaning, types (email, ObjectId, ISO date), and providing usage examples for customFields and labels.

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 'Update fields on an existing card' with a specific verb and resource. It distinguishes from sibling tools like create, move, and delete operations.

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?

The description explains when to use this tool (to update an existing card) and includes examples, but does not explicitly state when not to use it or provide alternatives like move_card or update_checklist.

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/kanbanzone/kanban-zone-mcp-server'

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