Skip to main content
Glama
reenrik

zube-mcp

by reenrik

move_card

Move a card to a board column or project triage. Specify destination type, workspace, and category as needed.

Instructions

Move a card to a column on a workspace board or to project triage.

destination_type: 'category' (move to a board column) or 'project' (move to triage). For 'category', workspace_id and category_name are required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
card_idYes
positionYes
workspace_idNo
category_nameNo
destination_typeNocategory

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not mention side effects (e.g., removal from previous column, index reordering), permission requirements, or error conditions. The only extra context (destination_type semantics) is more about parameter behavior than tool behavior.

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 highly concise: two sentences plus a brief parameter note. It is front-loaded with the main action and includes only essential conditional detail, with no redundant phrasing.

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

Completeness2/5

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

As a mutation tool with 5 parameters and no annotations, the description is incomplete. It omits position semantics, the parameter mapping for project triage, and behavioral consequences. While an output schema exists, the description still leaves key operational details unclear.

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 coverage is 0%, so the description must compensate. It adds meaning to destination_type and the conditional requirement for workspace_id/category_name for 'category' moves. However, it does not explain the meaning of 'position' or which parameters are needed for the 'project' triage destination, leaving gaps.

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 tool moves a card to a board column or project triage, using a specific verb and resource. It distinguishes from sibling card tools (archive, update, create) by describing the destination types, making the purpose unambiguous.

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 provides clear context for usage by explaining the two destination_type options and the conditional requirement for category moves (workspace_id and category_name). However, it does not explicitly contrast with alternative tools like update_card or archive_card, so 'when not to use' is missing.

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/reenrik/zube-mcp'

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