MCP Server Trello
Summary
Facilitates interaction with Trello boards via the Trello API, offering features like rate limiting, type safety, input validation, and error handling for seamless management of cards, lists, and board activities.
Available Actions(17)
get_cards_by_list_id
Fetch all cards from a specific list. Parameters: boardId (optional string), listId (string)
get_lists
Retrieve all lists from a board. Parameters: boardId (optional string)
get_recent_activity
Fetch recent activity on a board. Parameters: boardId (optional string), limit (optional number)
add_card_to_list
Add a new card to a specified list. Parameters: boardId (optional string), listId (string), name (string), description (optional string), dueDate (optional string), labels (optional array of strings)
update_card_details
Update an existing card's details. Parameters: boardId (optional string), cardId (string), name (optional string), description (optional string), dueDate (optional string), labels (optional array of strings)
archive_card
Send a card to the archive. Parameters: boardId (optional string), cardId (string)
add_list_to_board
Add a new list to a board. Parameters: boardId (optional string), name (string)
archive_list
Send a list to the archive. Parameters: boardId (optional string), listId (string)
get_my_cards
Fetch all cards assigned to the current user. Parameters: None
move_card
Move a card to a different list. Parameters: boardId (optional string), cardId (string), listId (string)
attach_image_to_card
Attach an image to a card directly from a URL. Parameters: boardId (optional string), cardId (string), imageUrl (string), name (optional string)
list_boards
List all boards the user has access to. Parameters: None
set_active_board
Set the active board for future operations. Parameters: boardId (string)
list_workspaces
List all workspaces the user has access to. Parameters: None
set_active_workspace
Set the active workspace for future operations. Parameters: workspaceId (string)
list_boards_in_workspace
List all boards in a specific workspace. Parameters: workspaceId (string)
get_active_board_info
Get information about the currently active board. Parameters: None
Avis de la Communauté
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation