Skip to main content
Glama
Deepankar1993

Trello MCP Server - Optimized

create_card

Add a new card to a specified Trello list, including due dates, descriptions, labels, and assignees. Enables quick task creation without leaving your current workflow.

Instructions

Create a new card on a list. Use this tool when you need to add a new card to a list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueNoDue date for the card (ISO-8601 format, e.g., 2023-12-31T12:00:00Z)
posNoPosition of the card (top, bottom, or a positive number)
descNoDescription of the card
nameYesName of the card
startNoStart date for the card (ISO-8601 format, e.g., 2023-12-31T12:00:00Z)
fieldsNoSpecific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel')
idListYesID of the list the card should belong to
addressNoAddress for the card
idLabelsNoIDs of labels to add to the card
idMembersNoIDs of members to assign to the card
urlSourceNoURL to attach to the card
coordinatesNoCoordinates for the card (latitude,longitude)
detailLevelNoResponse detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type)
dueCompleteNoWhether the due date is complete
idCardSourceNoID of a card to copy from
locationNameNoLocation name for the card
keepFromSourceNoWhat to copy from the source card (all or a comma-separated list of: attachments, checklists, comments, due, labels, members, stickers)
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only restates that the tool creates a card, leaving out necessary context like authentication requirements, side effects, or default behavior. This is similar to the update_drive example that scored 2.

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 and front-loaded, but the second sentence ('add a new card to a list') largely restates the first, slightly reducing efficiency.

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 tool has 17 parameters and no output schema, yet the description gives no information about return behavior, prerequisites beyond the schema, or edge cases. The high schema coverage mitigates parameter documentation, but the description is too sparse for a complex 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 coverage is 100%, with each parameter individually described. The description itself provides no additional parameter insight, so the baseline 3 applies.

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') with a clear resource ('card') and scope ('on a list'). This distinguishes it from sibling tools like update_card, delete_card, and get_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?

Provides an explicit when-to-use statement: 'Use this tool when you need to add a new card to a list.' However, it does not mention exclusions or alternatives, so it falls short of 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/Deepankar1993/trello-mcp-server-optimize'

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