Skip to main content
Glama

create_card

Add tasks, ideas, or items to a Trello list by creating a new card with name, description, due date, labels, members, and position.

Instructions

Create a new card in a Trello list. Use this to add tasks, ideas, or items to your workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueNoOptional due date for the card (ISO 8601 format, e.g., "2024-12-31T23:59:59Z")
posNoPosition in the list: "top", "bottom", or specific number
descNoOptional detailed description of the card
nameYesName/title of the card (what the task or item is about)
tokenYesTrello API token (automatically provided by Claude.app from your stored credentials)
apiKeyYesTrello API key (automatically provided by Claude.app from your stored credentials)
idListYesID of the list where the card will be created (you can get this from get_lists)
idLabelsNoOptional array of label IDs to categorize the card
idMembersNoOptional array of member IDs to assign to the card
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states that it creates a card, which implies a mutation, but it does not mention required permissions, reversibility, or what the response will contain. For a write operation, this is a significant gap.

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 a single, concise sentence that immediately conveys the action and purpose. It is front-loaded and wastes no words.

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?

The schema is thorough, covering all 9 parameters with descriptions, which compensates somewhat. However, with no output schema, the description does not mention what the tool returns or any post-condition, leaving some contextual gaps for a creation tool.

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 schema already explains all parameters. The description adds no new parameter information beyond contextualizing the overall purpose, which is the baseline score for full schema coverage.

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 uses a specific verb ('Create'), names the exact resource ('a new card in a Trello list'), and states the intended use ('add tasks, ideas, or items to your workflow'). This distinguishes it from sibling tools like create_board or update_card.

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 phrase 'Use this to add tasks, ideas, or items to your workflow' provides clear context for when to invoke the tool. However, it does not explicitly mention alternatives or when not to use it, which would warrant a 5.

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/shameelcinemagics/trello_mcp'

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