Skip to main content
Glama

Create Kanban Card

basecamp_create_kanban_card

Create a new card in a kanban column, adding title, description, due date, assignees, and optional checklist steps. Supports mentions and text highlighting.

Instructions

Create a new card in a kanban column with optional checklist steps.

HTML rules for content:

  • Allowed tags: div, span, h1, br, strong, em, strike, a (with an href attribute), pre, ol, ul, li, blockquote, bc-attachment (with sgid attribute).

  • Try to be semantic despite the limitations of tags. Use double to create paragraph spacing

  • To mention people:

  • To consume less tokens, existing tags can be rewritten by dropping any attributes/inner content and just leave the "sgid" and "caption" attributes, without loosing any information

  • You can highlight parts of the content in this format ... valid colors are:

    • red: 255, 229, 229

    • yellow: 250, 247, 133

    • green: 228, 248, 226

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucket_idYesBasecamp resource identifier
column_idYes
titleYes
contentNo
due_onNoDue date in YYYY-MM-DD format
assignee_idsNoArray of user IDs to assign to the card
notifyNoWhether to notify assignees
stepsNoArray of steps to create. Array order defines position.
Behavior3/5

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

Annotations indicate mutation (readOnlyHint=false) and non-idempotent behavior. The description adds value by detailing HTML content rules and optional checklist steps, but does not disclose other behavioral traits like authentication requirements, side effects, or limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, starting with purpose, then providing necessary HTML rules. The rules block is somewhat lengthy but justified by the complexity of formatting.

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?

The description lacks essential context: it does not explain how to obtain bucket_id or column_id, what the return value is (likely a card object), or prerequisites. For a create tool, this information is critical.

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?

With 63% schema description coverage, the description provides meaningful HTML rules for the 'content' parameter and mentions 'optional checklist steps' aligning with the 'steps' parameter. However, it does not add significant meaning for other parameters 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 title and description clearly state the verb-resource pair 'Create Kanban Card' and distinguish it from siblings like list, move, and update kanban card tools. The description specifies the action and optional checklist steps, leaving no ambiguity.

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 implies when to use this tool (to create cards in a kanban column) and is differentiated from sibling tools like basecamp_create_todo by mentioning 'kanban column'. However, no explicit when-not-to-use or alternative tools are stated.

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/stefanoverna/basecamp-mcp'

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