Skip to main content
Glama

kaiten_create_incoming_webhook

Create an incoming webhook to automate card creation in Kaiten. Specify space, board, column, lane, and owner to place new cards at the target location.

Instructions

Create an incoming (card-creation) webhook for a Kaiten space. Requires webhooks paid feature. Cards created via this webhook will be placed at the specified board/column/lane.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoPayload format: 1=kaiten (default), 2=jira, 3=airbrake, 4=sentry, 5=crashlytics, 6=tilda, 7=google_forms
lane_idYesLane ID for new cards
type_idNoCard type ID. Default: 1
board_idYesBoard ID where cards will be created
owner_idYesUser ID who will be the card owner
positionNoPosition of new cards in the column (0=first, 1=last). Default: last
space_idYesSpace ID
column_idYesColumn ID for new cards
Install Server

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does disclose two useful non-obvious facts: the paid feature requirement and where created cards will be placed. However, it does not mention whether the response returns a webhook URL, any permissions needed, or rate-limit/authentication implications, so transparency is partial.

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 filler. It front-loads the action and object, then gives the prerequisite and the placement behavior. Every sentence earns its place.

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 100% parameter coverage, the description covers purpose, prerequisite, and effect on cards. However, there is no output schema and no mention of what the API returns (such as a webhook URL), nor any guidance distinguishing this from kaiten_create_webhook. The definition is adequate but leaves some operational context unspecified.

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?

All eight parameters have descriptions in the input schema, providing 100% schema coverage, so the baseline is 3. The description's phrase 'specified board/column/lane' only summarizes board_id, column_id, and lane_id, which the schema already documents clearly. No additional parameter-level meaning is added.

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?

Description opens with a specific verb and object: 'Create an incoming (card-creation) webhook for a Kaiten space.' The parenthetical 'card-creation' adds meaning beyond the tool name and helps distinguish it from the more generic sibling kaiten_create_webhook. It clearly states what the tool does and its scope.

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 gives a clear prerequisite: 'Requires webhooks paid feature.' It also explains the operational context: cards created via the webhook will land at the specified board/column/lane. It does not explicitly contrast this tool with kaiten_create_webhook or state when not to use it, but the incoming/card-creation framing implies the primary use case.

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