Skip to main content
Glama

delete_column

Permanently delete a Kanboard column. Requires explicit confirm parameter set to true.

Instructions

Permanently delete a Kanboard column. DESTRUCTIVE — requires explicit confirm: true. Returns { ok: true, column_id } on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
column_idYesColumn id to permanently delete (required).
confirmYesMust be exactly `true` to confirm permanent deletion.
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It labels the operation as DESTRUCTIVE and describes the return format ({ ok: true, column_id }). However, it does not disclose side effects such as what happens to tasks within the column or authorization requirements.

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 sentences with no wasted words. The first sentence states the action, and the second provides the critical warning and return format. Information is front-loaded efficiently.

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 simple delete tool with two parameters, the description covers purpose, usage warning, and return value. It does not address error conditions or authorization, but given its simplicity, it is largely complete.

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 100%, so baseline is 3. The description adds context about the confirm parameter ('requires explicit confirm: true') and the return value, but does not significantly extend understanding beyond the schema's own descriptions.

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 'Permanently delete a Kanboard column' with a specific verb and resource. It distinguishes itself from sibling tools like create_column, update_column, and list_columns.

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 warns that the action is DESTRUCTIVE and requires confirm: true, providing clear when-to-use guidance. It implies that this is for permanent deletion but could explicitly mention alternatives like using update_column to hide the column.

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