Skip to main content
Glama
ScrumDoLLC

scrumdo-mcp

Official
by ScrumDoLLC

create_card

Create a new card on a ScrumDo board with summary, description, points, due date, assigned column, sprint, assignees, labels, and custom fields.

Instructions

Create a new card on the board.

Args: summary: Card title / summary (required). description: Rich text description (markdown supported). points: Story points / estimate. due_date: Due date in YYYY-MM-DD format. cell_id: Board column to place the card in. iteration_id: Iteration/sprint to assign the card to. assignee_ids: List of user IDs to assign. Use list_members() to find ids. label_ids: List of label IDs to attach. extra_fields: Custom field values as {field_id: value} dict.

Returns the full created card object including its assigned reference (e.g. 'ON-915').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes
descriptionNo
pointsNo
due_dateNo
cell_idNo
iteration_idNo
assignee_idsNo
label_idsNo
extra_fieldsNo
Behavior2/5

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

No annotations provided. The description only states it creates a card and returns the object, but misses behavioral traits like permissions needed, side effects (notifications), or constraints (e.g., maximum number of cards).

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?

Description is brief with a clear first sentence followed by a well-organized list. Every line adds value, though the list could be slightly more compact (e.g., grouping optional params).

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?

With 9 params, no output schema, and no annotations, the description covers param semantics and return value adequately but omits prerequisites, error scenarios, and integration with sibling tools like list_boards or list_members.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description carries the burden. It adds meaningful details like 'due_date: YYYY-MM-DD format', 'assignee_ids: use list_members()', and 'extra_fields: {field_id: value}'. A few params (cell_id, iteration_id) are minimally explained, but overall it significantly supplements 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 description clearly states 'Create a new card on the board.' with a specific verb and resource. It unambiguously distinguishes from siblings like update_card, find_card, or archive_card.

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?

No guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., board existence) or scenarios where other tools like update_card would be more appropriate.

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/ScrumDoLLC/scrumdo-mcp'

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