Skip to main content
Glama

kaiten_create_card

Create a new Kaiten card by specifying title and board, with support for descriptions, deadlines, owners, tags, and custom properties.

Instructions

Create a new Kaiten card. Title max 1024 chars, description max 32768 chars.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asapNoASAP marker
tagsNoTags to attach
titleYesCard title (1-1024 chars)
lane_idNoTarget lane ID
type_idNoCard type ID
board_idYesTarget board ID
due_dateNoDeadline (ISO 8601)
owner_idNoOwner user ID
positionNo1=first, 2=last in cell
column_idNoTarget column ID
conditionNo1=active, 2=archived
size_textNoSize (e.g. S, M, L, 1, 23.45)
sprint_idNoSprint ID to assign card to
project_idNoProject UUID to attach card to
propertiesNoCustom properties as {id_N: value}
sort_orderNoPosition in cell
descriptionNoCard description (max 32768)
external_idNoExternal ID (max 1024)
planned_endNoPlanned end date (ISO 8601)
expires_laterNoExpires later flag
planned_startNoPlanned start date (ISO 8601)
child_card_idsNoChild card IDs to link (max 1)
responsible_idNoResponsible user ID
parent_card_idsNoParent card IDs to link (max 1)
estimate_workloadNoEstimated workload in minutes (resource planning)
due_date_time_presentNoTrue if due_date includes time component
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description bears the full burden of behavioral disclosure. It only provides character limits for title and description; it does not state that creating a card is a mutating operation, any permission requirements, how failures are surfaced, or side effects such as linked child/parent cards or tags.

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 with no wasted words. It leads with the operation and resource, then adds the two key constraints. It is appropriately sized for what it attempts to convey.

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

Completeness2/5

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

For a tool with 26 parameters and no output schema, this two-sentence description is inadequate. It does not explain relationships among board_id, lane_id, column_id, position versus sort_order, or how to supply custom properties, all of which an agent needs to 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?

Schema description coverage is 100%, so the baseline is 3. The description only restates the title and description length constraints that already exist in the schema, adding no new meaning for the other 24 parameters.

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 states a specific action ('Create') and a specific resource ('a new Kaiten card'). It clearly distinguishes itself from sibling tools like kaiten_update_card, kaiten_archive_card, and kaiten_delete_card, so an agent can select it correctly without ambiguity.

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 gives no guidance on when to use this tool versus alternatives like kaiten_update_card or kaiten_move_card. It does not mention prerequisites (e.g., board_id being required) or scenarios where this tool should not be used, leaving the agent to infer usage solely from the name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ViktorOgnev/kaiten-mcp'

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