Skip to main content
Glama

create_subtask

Create a subtask for a Kanboard task by providing parent task ID and subtask title. Optionally assign a user, set time estimates, or change status.

Instructions

Create a subtask under an existing Kanboard task. Returns { subtask_id } on success. Status: 0 = todo (default), 1 = in progress, 2 = done.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesID of the parent task.
titleYesSubtask title (1–255 characters, required).
user_idNoUser id to assign the subtask to (optional).
time_estimatedNoEstimated time in hours (optional).
time_spentNoTime already spent in hours (optional).
statusNoSubtask status: 0 = todo (default), 1 = in progress, 2 = done.
Behavior2/5

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

With no annotations, the description carries the full burden. It mentions return format and status values but fails to disclose side effects (e.g., notifications), idempotency, error handling, or required permissions. This is insufficient for a mutation 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 two sentences, front-loading the action and return value, then compactly explaining status values. No unnecessary words or repetition.

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?

For a creation tool with comprehensive schema but no output schema, the description provides basic return info and status meaning. However, it omits error conditions, required task existence, and behavioral constraints. It is minimally complete given sibling richness.

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 no parameter details beyond the schema, which already includes descriptions for all parameters. The enum explanation repeats schema info without additional insight.

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 it creates a subtask under an existing Kanboard task, distinguishing it from sibling tools like create_task (creates parent task) and update_subtask (modifies). It also specifies the return format and explains the status enum values.

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

Usage Guidelines3/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. It does not mention prerequisites (e.g., task must exist) or exclusions, leaving the agent to infer usage from context.

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