MCP Server for Trello

Build 25.0.9440

CreateLists

[DEPRECATED] The CreateLists procedure is deprecated. Use the CreateList stored procedure to create a new list.

Input

Name Type Required Description
Name String True Name for the list.
BoardId String True The long ID of the board the list should be created on.
SourceListId String False ID of the List to copy into the new list.
Position String False Position of the list.

The allowed values are top, bottom.

Result Set Columns

Name Type Description
Success String This value shows a boolean indication of whether the operation was successful or not.
ErrorMessage String Error message for an unsuccessful operation.
ListId String The ID of the newly created list.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440