Skip to main content
Glama

create_task

Create a new task in a Kanboard project with automatic fallback to defaults from .kanboard.yaml for optional fields like column, owner, category, and swimlane. Returns the new task ID.

Instructions

Create a new task in a Kanboard project. Project is resolved from explicit project_id or project_identifier, or from .kanboard.yaml. Optional fields (column_id, owner_id, category_id, swimlane_id) fall back to .kanboard.yaml defaults when not provided. Returns { task_id } on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoKanboard project id (overrides .kanboard.yaml).
project_identifierNoKanboard project identifier string (overrides .kanboard.yaml).
titleYesTask title (1–255 characters, required).
descriptionNoTask description (optional).
column_idNoColumn id. Falls back to .kanboard.yaml default_column_id.
owner_idNoOwner user id. Falls back to .kanboard.yaml default_owner_id.
color_idNoColor identifier (e.g. 'blue', 'red').
date_dueNoDue date as ISO 8601 string, Unix epoch seconds (integer), or null to clear.
category_idNoCategory id. Falls back to .kanboard.yaml default_category_id.
swimlane_idNoSwimlane id. Falls back to .kanboard.yaml default_swimlane_id.
scoreNoTask complexity score.
priorityNoTask priority.
referenceNoExternal reference (e.g. issue URL).
tagsNoArray of tag strings.
date_startedNoStart date as ISO 8601 string, Unix epoch seconds (integer), or null to clear.
creator_idNoCreator user id.
Behavior4/5

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

With no annotations, the description explains fallback behavior for optional fields to .kanboard.yaml defaults and states the return format '{ task_id } on success'. It does not cover error handling or permissions, but adds valuable context beyond the schema.

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 three sentences, each serving a distinct purpose: action, project resolution, optional field fallback, and return value. It is front-loaded, concise, and free of extraneous information.

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?

Given 16 parameters and no output schema, the description covers core behavior (creation, project resolution, optional field fallback) and return format. It omits error handling but is reasonably complete for a straightforward creation tool.

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 100%, so the baseline is 3. The description adds value by explaining project resolution logic and fallback behavior for specific parameters, but does not deepen understanding of individual parameter semantics beyond the schema.

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 action ('Create') and the resource ('a new task in a Kanboard project'). It distinguishes from siblings like create_subtask and create_comment by specifying the resource type. The purpose is unambiguous and specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide explicit guidance on when to use this tool versus alternatives (e.g., create_subtask, create_comment). It mentions project resolution but lacks comparison or prerequisites. This omission is significant given many sibling tools.

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