Skip to main content
Glama

create_task

Create a new unclaimed task in a board's todo stage for follow-up work or requested items. Assign existing labels, set a due date, or add a checklist to capture all details.

Instructions

Create a new task in the todo stage of a board - follow-up work you discovered, or a task you were asked to file. It lands unclaimed, so claim it before working on it. Labels must already exist on the board; this tool never invents board structure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesShort imperative title for the new task.
labelsNoExisting board label names to apply, e.g. ['priority: high']. Unknown names are reported back, not created.
board_idNoBoard to create it on. Required when more than one board is in scope.
due_dateNoDeadline as ISO-8601, e.g. 2026-08-12T17:00:00Z.
checklistNoOptional checklist items for the new task.
into_listNoLand it in this list, by name or id, instead of the project's todo stage.
task_typeNoproject (ordinary work) | story (user story) | link (a pointer to something elsewhere).project
descriptionNoWhat needs doing, and how to tell it is done.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate a non-read-only, non-destructive operation. The description adds key behavioral details: tasks start unclaimed and labels must already exist, so this tool never invents board structure. These go beyond the basic annotation flags.

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?

Three sentences, front-loaded with the action, then essential behavioral notes. No redundant information or fluff.

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?

With 8 parameters, full schema coverage, and an output schema, the description sufficiently covers core behavior, unclaimed state, and label constraints. It doesn't explain return values, but the output schema handles that.

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 only minimal param-specific context (e.g., default todo stage, label existence), which is largely redundant with schema 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 identifies the action (create a new task), the target resource (a board's todo stage), and provides use cases (follow-up work or asked to file). This distinguishes it from sibling tools like update_task_details, claim_task, and move_task.

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?

It gives specific context for when to use this tool (follow-up work or filing a task) and notes that the task lands unclaimed, implying you may need to claim it before working. It doesn't explicitly name alternative tools, but the guidance is sufficient.

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/KT-SPARKS/planka-mcp'

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