Skip to main content
Glama

delete_project

Permanently remove a Kanboard project and all its tasks, columns, and swimlanes. Requires explicit confirmation to prevent accidental deletion.

Instructions

Permanently delete a Kanboard project and all its tasks, columns, and swimlanes. DESTRUCTIVE and irreversible — requires explicit confirm: true. To remove only a member use remove_project_user; to edit project attributes use update_project. Returns { ok: true, project_id } on success.

Input Schema

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

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

With no annotations, the description carries the burden and does well by labeling the action as 'DESTRUCTIVE and irreversible,' requiring explicit confirm: true. It also specifies the return value. Missing details on auth requirements or rate limits, but these are not critical for a deletion tool.

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 extremely concise: two sentences covering action, scope, alternatives, and return value. No wasted words; front-loaded with the core purpose.

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

Completeness5/5

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

Given the simplicity of the tool (2 simple params, no output schema, no annotations), the description covers all necessary aspects: purpose, scope, destructive nature, required confirmation, alternatives, and return format. It is fully complete for an agent to select and invoke the tool correctly.

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?

The schema already describes both parameters (project_id and confirm) with clear meanings. The description reinforces the need for confirm: true but does not add new semantics beyond what the schema provides. Baseline 3 is appropriate due to 100% schema coverage.

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 deletes a Kanboard project and all its associated items (tasks, columns, swimlanes). It distinguishes from siblings like remove_project_user and update_project, which handle partial removals or edits.

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 explicitly mentions when to use alternatives (remove_project_user for member removal, update_project for edits), providing clear usage context. However, it does not explicitly state when not to use this tool beyond the alternatives.

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