TrelloApi
Description: Tools that enable LLMs to interact directly with the trello API.
Author: Arcade
Auth: API Key
TrelloApi is a Starter MCP Server: each tool mirrors one HTTP endpoint and offers LLMs a way to interact with the low-level API.
Differently from Optimized MCP Servers, Starter tools are heavily influenced by the original API design, which is not usually optimized for LLM usage. For this reason, we recommend thoroughly evaluating the tools with your Agents or chatbots before using it in production. Read more about Optimized vs Starter tools.
The TrelloApi MCP Server offers a comprehensive suite of tools for interacting with Trello, enabling users and AI applications to efficiently manage boards, cards, lists, and members. With this server, you can:
Available Tools
| Tool Name | Description |
|---|---|
| TrelloApi.GetTrelloAction | Fetches details of a specific Trello action by ID. |
| TrelloApi.UpdateTrelloComment | Edit a comment action in Trello. |
| TrelloApi.DeleteTrelloAction | Delete a specific comment action from Trello. |
| TrelloApi.GetActionProperty | Retrieve a specific property of a Trello action. |
| TrelloApi.GetBoardForAction | Retrieve board details for a given action on Trello. |
| TrelloApi.GetTrelloCardForAction | Get details of a Trello card associated with an action. |
| TrelloApi.GetActionList | Retrieve the list associated with a Trello action. |
| TrelloApi.GetActionMember | Retrieve the member associated with a Trello action. |
| TrelloApi.GetActionCreatorMember | Retrieve the member who created a specific Trello action. |
| TrelloApi.GetActionOrganization | Retrieve the organization related to a Trello action. |
| TrelloApi.ModifyTrelloComment | Update the text of a Trello comment action. |
| TrelloApi.ListReactionsForAction | Retrieve reactions for a specific Trello action. |
| TrelloApi.AddReactionToTrelloAction | Add a reaction to a Trello action. |
| TrelloApi.GetReactionInfo | Get detailed information about a specific Trello reaction. |
| TrelloApi.DeleteTrelloReaction | Deletes a specific reaction on a Trello action. |
| TrelloApi.GetActionReactionsSummary | Get a summary of all reactions for a Trello action. |
| TrelloApi.GetApplicationComplianceData | Retrieve compliance data for a specified application. |
| TrelloApi.TrelloGetBatchRequests | Retrieve up to 10 resources with a single batched request. |
| TrelloApi.GetBoardMemberships | Retrieve user membership details for a Trello board. |
| TrelloApi.GetTrelloBoard | Retrieve details of a specific Trello board. |
| TrelloApi.UpdateTrelloBoard | Update details of an existing Trello board. |
| TrelloApi.DeleteBoard | Delete a specific board from Trello. |
| TrelloApi.GetTrelloBoardField | Retrieve a specific field from a Trello board. |
| TrelloApi.GetBoardStars | Retrieve star count for a Trello board. |
| TrelloApi.GetBoardChecklists | Retrieve all checklists from a specific Trello board. |
| TrelloApi.GetOpenCardsOnBoard | Retrieve all open cards on a Trello board. |
| TrelloApi.GetFilteredBoardCards | Retrieve cards on a Trello board based on a specified filter. |
| TrelloApi.GetBoardCustomFields | Retrieve Custom Field Definitions for a specific Trello board. |
| TrelloApi.CreateLabelOnBoard | Create a new label on a Trello board. |
| TrelloApi.GetTrelloBoardLists | Retrieve lists from a specified Trello board. |
| TrelloApi.CreateTrelloBoardList | Create a new list on a Trello board. |
| TrelloApi.GetFilteredBoardLists | Retrieve filtered lists from a Trello board. |
| TrelloApi.GetBoardMembers | Retrieve members of a Trello board. |
| TrelloApi.InviteMemberToTrelloBoard | Invite a member to a Trello board via email. |
| TrelloApi.AddMemberToBoard | Add a member to a Trello board. |
| TrelloApi.RemoveMemberFromTrelloBoard | Remove a member from a specified Trello board. |
| TrelloApi.UpdateBoardMembership | Update a specific board membership by ID. |
| TrelloApi.UpdateBoardEmailPosition | Update the email position preference on a Trello board. |
| TrelloApi.SetTrelloEmailListDefault | Change the default email-to-board list in Trello. |
| TrelloApi.UpdateSidebarPreference | Update the sidebar visibility preference for a Trello board. |
| TrelloApi.UpdateSidebarActivityPreference | Toggle the sidebar activity visibility for a Trello board. |
| TrelloApi.UpdateSidebarActionsPreference | Update sidebar board actions preference on a Trello board. |
| TrelloApi.UpdateSidebarMembersPref | Update the sidebar members visibility preference on a Trello board. |
| TrelloApi.CreateTrelloBoard | Create a new board on Trello. |
| TrelloApi.GenerateBoardCalendarKey | Generate a calendar key for a Trello board. |
| TrelloApi.GenerateBoardEmailKey | Generate a unique email key for a Trello board. |
| TrelloApi.CreateBoardTag | Create a new tag for a Trello board. |
| TrelloApi.MarkTrelloBoardAsViewed | Mark a Trello board as viewed to update status. |
| TrelloApi.GetBoardPowerUps | Retrieve the enabled Power-Ups on a Trello board. |
| TrelloApi.ListBoardPowerUps | Retrieve the Power-Ups enabled on a Trello board. |
| TrelloApi.GetTrelloCardById | Retrieve details of a Trello card using its ID. |
| TrelloApi.DeleteTrelloCard | Delete a card from Trello by ID. |
| TrelloApi.GetTrelloCardProperty | Retrieve a specific property of a Trello card. |
| TrelloApi.GetCardActions | Retrieve the actions performed on a specific Trello card. |
| TrelloApi.ListCardAttachments | Retrieve all attachments from a specified Trello card. |
| TrelloApi.AddAttachmentToTrelloCard | Attach a file or link to a Trello card. |
| TrelloApi.DeleteCardAttachment | Delete an attachment from a Trello card. |
| TrelloApi.GetBoardForCard | Retrieve the board details for a specific card. |
| TrelloApi.GetCardChecklistCompletionStatus | Retrieve completed checklist items from a Trello card. |
| TrelloApi.GetCardChecklists | Retrieve checklists for a specified Trello card. |
| TrelloApi.CreateChecklistOnCard | Create a new checklist on a Trello card. |
| TrelloApi.GetSpecificCheckitemOnCard | Retrieve details of a specific checkItem on a Trello card. |
| TrelloApi.UpdateChecklistItemTrello | Update an item in a Trello checklist on a card. |
| TrelloApi.DeleteChecklistItemOnCard | Delete a checklist item from a Trello card. |
| TrelloApi.GetCardList | Retrieve the list containing a specific card from Trello. |
| TrelloApi.GetCardMembers | Retrieve members associated with a Trello card. |
| TrelloApi.GetMembersWhoVotedOnCard | Retrieve members who voted on a Trello card. |
| TrelloApi.VoteOnTrelloCard | Vote on a Trello card for a specific member. |
| TrelloApi.GetTrelloCardPluginData | Retrieve shared plugin data from a Trello card. |
| TrelloApi.GetCardStickers | Get the stickers on a Trello card using its ID. |
| TrelloApi.AddStickerToTrelloCard | Add a sticker to a specific Trello card. |
| TrelloApi.GetTrelloCardSticker | Fetch details of a specific sticker on a Trello card. |
| TrelloApi.RemoveCardSticker | Removes a specified sticker from a Trello card. |
| TrelloApi.UpdateTrelloCardSticker | Update a sticker on a specified Trello card. |
| TrelloApi.UpdateCardComment | Update an existing comment on a Trello card. |
| TrelloApi.DeleteCommentOnCard | Deletes a comment from a Trello card action. |
| TrelloApi.UpdateTrelloCardCustomField | Update or remove a custom field value on a Trello card. |
| TrelloApi.UpdateTrelloCardCustomFields | Update custom fields on a Trello card. |
| TrelloApi.GetCardCustomFieldItems | Retrieve custom field items for a Trello card. |
| TrelloApi.AddCommentToTrelloCard | Add a comment to a specific Trello card. |
| TrelloApi.AddLabelToTrelloCard | Add a label to a Trello card. |
| TrelloApi.AddMemberToTrelloCard | Add a member to a specified Trello card. |
| TrelloApi.CreateTrelloCardLabel | Add a new label to a specific Trello card. |
| TrelloApi.MarkTrelloCardNotificationsRead | Mark Trello card notifications as read. |
| TrelloApi.RemoveLabelFromTrelloCard | Remove a specific label from a Trello card. |
| TrelloApi.RemoveMemberFromCard | Removes a member from a Trello card. |
| TrelloApi.RemoveMemberVote | Remove a member's vote from a Trello card. |
| TrelloApi.UpdateTrelloChecklistItem | Update an item in a Trello card checklist. |
| TrelloApi.DeleteTrelloCardChecklist | Delete a checklist from a Trello card. |
| TrelloApi.CreateTrelloChecklist | Create a new checklist in Trello. |
| TrelloApi.GetChecklistById | Retrieve a specific Trello checklist by ID. |
| TrelloApi.UpdateTrelloChecklist | Update an existing checklist on Trello. |
| TrelloApi.DeleteTrelloChecklist | Deletes a checklist from Trello using its ID. |
| TrelloApi.GetChecklistField | Retrieve a specific field from a Trello checklist. |
| TrelloApi.UpdateChecklistField | Updates a specific field of a checklist on Trello. |
| TrelloApi.GetBoardFromChecklist | Retrieve the board associated with a checklist on Trello. |
| TrelloApi.GetCardFromChecklist | Retrieve card details for a specified checklist. |
| TrelloApi.GetChecklistCheckitems | Retrieve checkitems from a Trello checklist. |
| TrelloApi.CreateCheckitemInChecklist | Create a new checkitem in a Trello checklist. |
| TrelloApi.GetChecklistItem | Retrieve a specific checkitem from a checklist on Trello. |
| TrelloApi.RemoveChecklistItem | Remove an item from a Trello checklist. |
| TrelloApi.CreateTrelloCustomField | Create a new custom field on a Trello board. |
| TrelloApi.GetCustomField | Retrieve details of a Trello custom field by ID. |
| TrelloApi.UpdateCustomFieldDefinition | Update a Custom Field definition in Trello. |
| TrelloApi.DeleteTrelloCustomField | Delete a custom field from a Trello board. |
| TrelloApi.AddDropdownOptionCustomField | Add an option to a dropdown Custom Field in Trello. |
| TrelloApi.GetCustomFieldOptions | Retrieve options of a Trello drop-down custom field. |
| TrelloApi.GetCustomFieldOptionTrello | Retrieve a specific dropdown option from Trello custom fields. |
| TrelloApi.DeleteCustomFieldOption | Delete an option from a Trello Custom Field dropdown. |
| TrelloApi.ListAvailableEmoji | Retrieve a list of available emojis on Trello. |
| TrelloApi.GetEnterpriseById | Retrieve details of a Trello enterprise by ID. |
| TrelloApi.GetEnterpriseAuditLog | Retrieve audit log actions for a specific enterprise. |
| TrelloApi.GetEnterpriseAdmins | Retrieve admin members of an enterprise by ID. |
| TrelloApi.GetEnterpriseSignupUrl | Retrieve the signup URL for a specified enterprise. |
| TrelloApi.GetEnterpriseUsers | Fetch users from a Trello enterprise. |
| TrelloApi.GetEnterpriseMembers | Retrieve members of a specific enterprise from Trello. |
| TrelloApi.GetEnterpriseMember | Retrieve a specific member of an enterprise by ID. |
| TrelloApi.CheckOrganizationTransferability | Check if an organization can be transferred to an enterprise. |
| TrelloApi.GetClaimableWorkspaces | Retrieve claimable workspaces for an enterprise by ID. |
| TrelloApi.GetPendingWorkspacesByEnterpriseId | Retrieve pending workspaces for an enterprise by ID. |
| TrelloApi.CreateEnterpriseAuthToken | Create an auth token for a Trello enterprise. |
| TrelloApi.GetEnterpriseOrganizations | Retrieve organizations associated with a specific enterprise. |
| TrelloApi.TransferOrganizationToEnterprise | Transfer an organization to an enterprise. |
| TrelloApi.UpdateEnterpriseMemberLicense | Update an enterprise member's license status in Trello. |
| TrelloApi.DeactivateEnterpriseMember | Deactivate a member in a Trello enterprise. |
| TrelloApi.MakeMemberAdminEnterprise | Promote a member to admin in a Trello enterprise. |
| TrelloApi.RemoveEnterpriseAdmin | Remove a member as admin from an enterprise. |
| TrelloApi.RemoveOrganizationFromEnterprise | Remove an organization from a Trello enterprise. |
| TrelloApi.GetTrelloLabelInfo | Retrieve information about a specific Trello label. |
| TrelloApi.UpdateTrelloLabel | Update Trello label details using its ID. |
| TrelloApi.DeleteLabelById | Delete a label in Trello by its ID. |
| TrelloApi.UpdateTrelloLabelField | Update a specific field on a Trello label. |
| TrelloApi.CreateNewLabelOnBoard | Create a new label on a Trello board. |
| TrelloApi.GetTrelloListInfo | Retrieve details for a specific Trello list using its ID. |
| TrelloApi.UpdateTrelloList | Update the properties of a Trello list. |
| TrelloApi.CreateTrelloList | Create a new list on a Trello board. |
| TrelloApi.ArchiveAllCardsInList | Archives all cards in a specified Trello list. |
| TrelloApi.TrelloMoveAllCardsInList | Move all cards from one list to another in Trello. |
| TrelloApi.ArchiveOrUnarchiveTrelloList | Archive or unarchive a Trello list. |
| TrelloApi.MoveTrelloListToBoard | Reorganize Trello by moving a list to another board. |
| TrelloApi.RenameTrelloList | Renames a Trello list by its ID. |
| TrelloApi.GetTrelloListActions | Retrieve actions performed on a specific Trello list. |
| TrelloApi.GetBoardOfList | Retrieve the board associated with a specific list on Trello. |
| TrelloApi.ListTrelloCardsInList | Fetches all cards from a specified Trello list. |
| TrelloApi.GetTrelloMemberInfo | Fetch information about a Trello member profile. |
| TrelloApi.UpdateTrelloMember | Update Trello member details. |
| TrelloApi.GetMemberProperty | Retrieve a specific property of a Trello member. |
| TrelloApi.ListMemberActions | Retrieve a list of actions for a specified member. |
| TrelloApi.GetMemberBoardBackgrounds | Retrieve custom board backgrounds for a Trello member. |
| TrelloApi.UploadTrelloBoardBackground | Upload a new board background on Trello. |
| TrelloApi.GetMemberBoardBackground | Retrieve a board background for a specific member. |
| TrelloApi.UpdateBoardBackground | Update the background of a Trello board. |
| TrelloApi.DeleteBoardBackground | Delete a board background from a member's Trello board. |
| TrelloApi.ListMemberBoardStars | Retrieve a member's board stars on Trello. |
| TrelloApi.StarTrelloBoardForMember | Star a Trello board on behalf of a specified member. |
| TrelloApi.GetSpecificBoardStar | Retrieve details of a specific board star. |
| TrelloApi.UpdateStarredBoardPosition | Update the position of a starred board in Trello. |
| TrelloApi.UnstarBoard | Unstar a Trello board for a specific member. |
| TrelloApi.ListUserBoards | Retrieve boards a user is a member of on Trello. |
| TrelloApi.GetMemberInvitedBoards | Retrieve boards a member is invited to on Trello. |
| TrelloApi.GetMemberCards | Retrieve cards associated with a specific member on Trello. |
| TrelloApi.GetCustomBoardBackgrounds | Retrieve a member's custom board backgrounds on Trello. |
| TrelloApi.UploadCustomBoardBackground | Upload a new custom board background to Trello. |
| TrelloApi.GetCustomBoardBackground | Get a specific custom board background from Trello. |
| TrelloApi.UpdateCustomBoardBackground | Update a specific custom board background in Trello. |
| TrelloApi.RemoveCustomBoardBackground | Delete a specific custom board background. |
| TrelloApi.GetMemberCustomEmojis | Retrieve a Trello member's uploaded custom emojis. |
| TrelloApi.CreateCustomEmojiTrello | Create a new custom emoji in Trello. |
| TrelloApi.GetMemberCustomEmoji | Retrieve a custom emoji for a Trello member. |
| TrelloApi.GetMemberUploadedStickers | Retrieve a Trello member's uploaded stickers. |
| TrelloApi.UploadCustomStickerToTrello | Upload a new custom sticker to a Trello member's account. |
| TrelloApi.GetMemberCustomSticker | Retrieve a member's custom sticker from Trello. |
| TrelloApi.DeleteCustomSticker | Deletes a custom sticker from a Trello member's account. |
| TrelloApi.GetMemberNotifications | Retrieve a Trello member's notifications. |
| TrelloApi.GetMemberWorkspaces | Retrieve a member's workspaces from Trello. |
| TrelloApi.GetInvitedWorkspaces | Retrieve a member's invited Workspaces. |
| TrelloApi.ListMemberSavedSearches | Retrieve a Trello member's saved searches. |
| TrelloApi.CreateSavedSearch | Create a saved search for a Trello member. |
| TrelloApi.GetSavedSearch | Retrieve the details of a saved search from Trello. |
| TrelloApi.UpdateSavedSearch | Update the details of a saved search in Trello. |
| TrelloApi.DeleteSavedSearchOnTrello | Remove a saved search from a Trello member account. |
| TrelloApi.GetMemberAppTokens | Retrieve a Trello member's app tokens list. |
| TrelloApi.CreateMemberAvatar | Create a new avatar for a Trello member. |
| TrelloApi.DismissTrelloMessage | Dismiss a specific message in Trello for a member. |
| TrelloApi.GetMemberNotificationSettings | Retrieve a Trello member's notification settings. |
| TrelloApi.UpdateMemberNotificationBlockedKeys | Update a member's blocked notification keys on Trello. |
| TrelloApi.GetTrelloMemberNotificationSettings | Retrieve blocked notification keys for a Trello member's channel. |
| TrelloApi.UpdateTrelloMemberNotificationSettings | Update blocked notification keys for a Trello member's channel. |
| TrelloApi.ModifyMemberNotificationsTrello | Update a member's blocked notification keys on Trello. |
| TrelloApi.GetTrelloNotification | Retrieve detailed Trello notification information by ID. |
| TrelloApi.UpdateNotificationReadStatus | Update the read status of a Trello notification. |
| TrelloApi.GetTrelloNotificationProperty | Retrieve a specific property of a Trello notification. |
| TrelloApi.MarkAllNotificationsRead | Marks all Trello notifications as read. |
| TrelloApi.MarkNotificationAsUnread | Mark a Trello notification as unread. |
| TrelloApi.GetBoardFromNotification | Retrieve the board linked to a specific notification. |
| TrelloApi.GetNotificationCard | Retrieve the card linked to a specific notification. |
| TrelloApi.GetTrelloNotificationList | Retrieve the list a Trello notification is associated with. |
| TrelloApi.GetNotificationMemberDetails | Retrieve information about the member involved in a notification. |
| TrelloApi.GetNotificationCreator | Retrieve the creator of a Trello notification. |
| TrelloApi.GetAssociatedOrganizationNotifications | Retrieve the organization associated with a notification. |
| TrelloApi.CreateWorkspaceTrello | Create a new Trello Workspace. |
| TrelloApi.GetOrganizationDetails | Retrieve details about a Trello organization. |
| TrelloApi.UpdateOrganizationTrello | Updates an organization's details in Trello. |
| TrelloApi.DeleteTrelloOrganization | Delete an organization in Trello using its ID. |
| TrelloApi.GetOrganizationField | Retrieve a specific field from a Trello organization. |
| TrelloApi.ListWorkspaceActions | Retrieve actions related to a specific Trello Workspace. |
| TrelloApi.ListWorkspaceBoards | Retrieve boards in a specified Trello Workspace. |
| TrelloApi.StartOrganizationCsvExport | Initiate CSV export for a Trello organization. |
| TrelloApi.RetrieveOrganizationExports | Retrieve exports for a Trello organization. |
| TrelloApi.ListWorkspaceMembers | Retrieve members of a Trello Workspace by ID. |
| TrelloApi.UpdateOrganizationMembers | Update members of a Trello organization. |
| TrelloApi.ListWorkspaceMemberships | Retrieve memberships of a Trello Workspace. |
| TrelloApi.GetOrganizationMembership | Retrieve a specific membership for an organization. |
| TrelloApi.GetWorkspacePluginData | Retrieve organization scoped plugin data for a Trello workspace. |
| TrelloApi.ListOrganizationCollections | List collections or tags for a specified organization on Trello. |
| TrelloApi.CreateOrganizationTag | Create a new tag within a specific Trello organization. |
| TrelloApi.AddOrUpdateWorkspaceMember | Add or update a member in a Trello Workspace. |
| TrelloApi.RemoveMemberFromWorkspace | Remove a member from a Trello Workspace. |
| TrelloApi.UpdateWorkspaceMemberStatus | Deactivate or reactivate a member of a workspace. |
| TrelloApi.SetWorkplaceLogo | Set the logo image for a Workspace. |
| TrelloApi.DeleteWorkspaceLogo | Remove the logo from a Trello Workspace. |
| TrelloApi.DeleteMemberFromWorkspace | Remove a member from a Workspace and all Workspace boards. |
| TrelloApi.RemoveWorkspaceDomain | Remove the associated Google Apps domain from a Workspace. |
| TrelloApi.RemoveEmailDomainRestriction | Remove email domain restriction for Workspace invites. |
| TrelloApi.DeleteOrganizationTag | Delete a specified tag from an organization. |
| TrelloApi.CheckBoardBillableGuests | Check if a board has new billable guests. |
| TrelloApi.GetTrelloPluginInfo | Retrieve information about a specific Trello plugin. |
| TrelloApi.UpdateTrelloPlugin | Update a specific plugin on Trello. |
| TrelloApi.CreateTrelloPluginListing | Create a new listing for a Trello Power-Up. |
| TrelloApi.GetPluginMemberPrivacyCompliance | Retrieve a plugin's member privacy compliance status. |
| TrelloApi.UpdatePowerUpListing | Update an existing listing for a Trello Power-Up. |
| TrelloApi.TrelloSearch | Search for information within Trello. |
| TrelloApi.SearchTrelloMembers | Search and retrieve Trello member information. |
| TrelloApi.RetrieveTrelloTokenInfo | Retrieve information about a Trello token. |
| TrelloApi.GetTrelloTokenOwner | Retrieve information about a Trello token's owner. |
| TrelloApi.RetrieveTokenWebhooks | Retrieve all webhooks created with a specific token. |
| TrelloApi.CreateTrelloWebhook | Create a new webhook for a Trello token. |
| TrelloApi.RetrieveTrelloWebhook | Retrieve details of a specific Trello webhook. |
| TrelloApi.DeleteTrelloWebhook | Delete a specific Trello webhook. |
| TrelloApi.UpdateTrelloWebhook | Update a Trello webhook using a specific token. |
| TrelloApi.DeleteTrelloToken | Deletes a Trello token to revoke access. |
| TrelloApi.AddTrelloWebhook | Create a new webhook on Trello. |
| TrelloApi.GetTrelloWebhookById | Retrieve details of a Trello webhook by its ID. |
| TrelloApi.ModifyTrelloWebhook | Updates a Trello webhook by its ID. |
| TrelloApi.RemoveTrelloWebhook | Delete a Trello webhook by ID. |
| TrelloApi.GetWebhookField | Retrieve a specific field from a Trello webhook. |
If you need to perform an action that’s not listed here, you can get in touch with us to request a new tool, or create your own tools.
TrelloApi.GetTrelloAction
Fetches details of a specific Trello action by ID.
Parameters
- action_id (
string, required) The unique ID of the Trello action to be fetched. Required for retrieving specific action details. - action_fields (
string, optional) Specify ‘all’ or a comma-separated list of action fields you want to retrieve. Use ‘all’ for full details. - include_display_info (
boolean, optional) Include display information in the response if true. - include_entities (
boolean, optional) Set to True to include related entities in the response, or False to exclude them. - include_member (
boolean, optional) Include the member object in the response for the action. Set to true to include. - include_member_creator (
boolean, optional) Set to true to include the member object for the creator of the action. - member_creator_fields (
string, optional) Specifyallor a comma-separated list of member fields to include for the action creator. - member_information_fields (
string, optional) Specify ‘all’ or a comma-separated list of member fields to include in the response.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloComment
Edit a comment action in Trello.
Parameters
- action_id (
string, required) The unique identifier for the specific action comment you want to update. - new_comment_text (
string, required) The updated text content for the Trello comment action.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteTrelloAction
Delete a specific comment action from Trello.
Parameters
- action_id (
string, required) The ID of the comment action to be deleted. Only comment actions are valid for deletion.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetActionProperty
Retrieve a specific property of a Trello action.
Parameters
- action_field (
string, required) The specific field to retrieve from a Trello action, such as ‘id’, ‘type’, or ‘date’. - action_id (
string, required) The unique identifier of the action to retrieve its specific property.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetBoardForAction
Retrieve board details for a given action on Trello.
Parameters
- action_id (
string, required) The ID of the action to retrieve the associated board details. - board_fields (
string, optional) Specify ‘all’ or a comma-separated list of board fields like ‘id, name, desc’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloCardForAction
Get details of a Trello card associated with an action.
Parameters
- action_id (
string, required) The unique identifier of the action linked to the Trello card. - card_fields (
string, optional) Specify ‘all’ to retrieve all fields or provide a comma-separated list of specific card fields like ‘id,name,shortUrl’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetActionList
Retrieve the list associated with a Trello action.
Parameters
- action_id (
string, required) The unique identifier of the Trello action to retrieve its associated list. - list_fields (
string, optional) Specify ‘all’ or a comma-separated list of fields to retrieve for the list. Acceptable values include specific fields like ‘id’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetActionMember
Retrieve the member associated with a Trello action.
Parameters
- action_id (
string, required) The unique ID of the Trello action to retrieve the associated member’s details. - member_fields (
string, optional) Specifyallto retrieve all member fields or provide a comma-separated list of specific fields.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetActionCreatorMember
Retrieve the member who created a specific Trello action.
Parameters
- action_id (
string, required) The unique identifier of the Trello action to retrieve the creator information for. - member_fields (
string, optional) Specify ‘all’ or a comma-separated list of member fields to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetActionOrganization
Retrieve the organization related to a Trello action.
Parameters
- action_id (
string, required) The unique ID of the Trello action to retrieve the associated organization details. - organization_fields (
string, optional) Specify ‘all’ or a comma-separated list of fields (e.g., ‘id’, ‘name’) to determine which organization details to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ModifyTrelloComment
Update the text of a Trello comment action.
Parameters
- action_id_to_update (
string, required) The ID of the Trello comment action to update. - new_comment_text (
string, required) Provide the new text for the Trello comment you wish to update.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListReactionsForAction
Retrieve reactions for a specific Trello action.
Parameters
- action_id (
string, required) The unique ID of the action for which you want to list reactions. - include_member_as_nested_resource (
boolean, optional) Specify true to include the member as a nested resource in the response. Useful for detailed member information. - load_emoji_as_nested_resource (
boolean, optional) Set to true to load the emoji as a nested resource.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.AddReactionToTrelloAction
Add a reaction to a Trello action.
Parameters
- action_id (
string, required) The ID of the Trello action to which you want to add a reaction. - emoji_short_name (
string, optional) The short name of the emoji to add as a reaction, like ‘thumbsup’ or ‘smile’. - emoji_skin_variation (
string, optional) Specifies theskinVariationfor the emoji being added as a reaction, like default or medium-light. - emoji_unified_value (
string, optional) Theunifiedvalue of the emoji to add to the Trello action. This is a code representing the emoji and is used to specify the exact emoji to add. - native_emoji_unicode (
string, optional) The native unicode emoji to add as a reaction. It should be a valid emoji character.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetReactionInfo
Get detailed information about a specific Trello reaction.
Parameters
- action_id (
string, required) The ID of the Trello Action to retrieve reaction information for. - reaction_id (
string, required) The unique identifier for the specific reaction to retrieve details. - include_emoji_as_nested_resource (
boolean, optional) Set to true to load emoji as a nested resource. - include_member_as_nested_resource (
boolean, optional) Include the member as a nested resource in the reaction details. Refer to the Members Nested Resource guide.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteTrelloReaction
Deletes a specific reaction on a Trello action.
Parameters
- action_id (
string, required) The ID of the Trello action from which the reaction will be deleted. - reaction_id (
string, required) The unique identifier of the reaction to be deleted from a Trello action.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetActionReactionsSummary
Get a summary of all reactions for a Trello action.
Parameters
- action_id (
string, required) The unique identifier for the specific Trello action to retrieve reactions for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetApplicationComplianceData
Retrieve compliance data for a specified application.
Parameters
- application_key (
string, required) The unique key for the application to retrieve its compliance data. This is required to access the specific compliance details.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.TrelloGetBatchRequests
Retrieve up to 10 resources with a single batched request.
Parameters
- urls_list_for_batching (
string, required) A list of up to 10 API routes, each beginning with a forward slash. Exclude the API version number. Example: ‘/members/trello’, ‘/cards/[cardId]’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetBoardMemberships
Retrieve user membership details for a Trello board.
Parameters
- board_id (
string, required) The unique identifier for the Trello board to retrieve membership details. - include_activity (
boolean, optional) Set to true to include activity data for premium organizations only. - include_member_object (
boolean, optional) Set to true to include a nested member object in the response. - member_fields_to_show (
string, optional) Specify which fields to display if ‘member’ is set to true. Valid values are fields from the nested member resource. - membership_filter (
string, optional) Specifies the type of memberships to retrieve:admins,all,none, ornormal. - show_org_member_type (
boolean, optional) Set to true to show the type of member (e.g., ‘admin’) a user is to the organization.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloBoard
Retrieve details of a specific Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board to retrieve details for. Required to specify which board to access. - board_fields_to_include (
string, optional) Specify which board fields to include in the response. Use ‘all’ or a comma-separated list of field names like closed, dateLastActivity, etc. - include_actions (
string, optional) Include actions as a nested resource in the response. Refer to Trello’s nested resources guide for more information. - include_board_stars (
string, optional) Specify whether to include starred boards information. Options are ‘mine’ or ‘none’. - include_card_plugin_data (
boolean, optional) Boolean to include card plugin data in the response when used with thecardsparameter. - include_cards_resource (
string, optional) Include card details as part of the response. Cards are nested resources; read more about them in the Trello API documentation. - include_checklists (
string, optional) Set to true to include checklists as a nested resource in the response. - include_custom_fields (
boolean, optional) Set to true to include custom fields in the board response. - include_labels (
string, optional) Specify if the labels nested resource should be included in the board response. Use ‘true’ or ‘false’. - include_lists (
string, optional) Include the lists associated with the board in the response. This is a nested resource. - include_members_as_nested_resource (
string, optional) Include member details as a nested resource in the response. Set to ‘true’ to include, ‘false’ to exclude. - include_memberships (
string, optional) Include memberships data as a nested resource in the response. - include_my_preferences (
boolean, optional) Set to true to include the user’s preferences for the board in the response. - include_organization (
boolean, optional) Include organization details for the board. Set to true to include. - include_organization_plugin_data (
boolean, optional) Set to true to include organization pluginData with the response when using the organization parameter. Expects a boolean value. - include_plugin_data (
boolean, optional) Set to true to include pluginData for the board in the response, or false to exclude it. - include_tags (
boolean, optional) Set to true to include the collection(s) (tags) that a board belongs to in the response.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloBoard
Update details of an existing Trello board.
Parameters
- board_id (
string, required) The unique identifier for the Trello board to be updated. - allow_workspace_members_to_join (
boolean, optional) Allows Workspace members to join the board themselves. True to allow, false to disallow. - background_preference (
string, optional) Specify the background for the board. Use a custom background ID or choose from: blue, orange, green, red, purple, pink, lime, sky, grey. - board_description (
string, optional) A new description for the board, 0 to 16384 characters long. - calendar_feed_enabled (
boolean, optional) Set to true to enable the calendar feed; false to disable it. - card_aging_preference (
string, optional) Set card aging style on the board. Options: pirate, regular. - close_board (
boolean, optional) Sets whether the board should be closed. Use true to close the board and false to keep it open. - comment_permission (
string, optional) Specify who can comment on cards. Options: disabled, members, observers, org, public. - display_card_covers (
boolean, optional) Set to true to display card covers on the board, false to hide them. - hide_voter_identities (
boolean, optional) If true, the Voting Power-Up hides who voted on cards. - new_board_name (
string, optional) The new name for the board. Must be 1 to 16384 characters long. - permission_level (
string, optional) Set the board’s permission level: org, private, or public. - user_subscribed_to_board (
string, optional) Indicate if the acting user is subscribed to the board. Use ‘true’ or ‘false’. - voting_permissions (
string, optional) Specify who can vote on this board. Options: disabled, members, observers, org, public. - who_can_invite (
string, optional) Specifies who can invite people to the board. Accepts ‘admins’ or ‘members’. - workspace_id_for_board (
string, optional) The unique ID of the Workspace to which the board should be moved.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteBoard
Delete a specific board from Trello.
Parameters
- board_id_to_delete (
string, required) The ID of the Trello board to delete. Ensure it is the correct board as this action is irreversible.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloBoardField
Retrieve a specific field from a Trello board.
Parameters
- board_field (
string, required) Specify the field of the Trello board to retrieve. Valid values: closed, dateLastActivity, dateLastView, desc, descData, idMemberCreator, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url. - board_id (
string, required) The unique identifier of the Trello board to fetch the field from.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetBoardStars
Retrieve star count for a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board for which to retrieve star count. - board_star_filter (
string, optional) Specify whose stars to include: ‘mine’ for personal stars, ‘none’ for no filtering.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetBoardChecklists
Retrieve all checklists from a specific Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board from which to retrieve checklists.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetOpenCardsOnBoard
Retrieve all open cards on a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board to retrieve open cards from.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetFilteredBoardCards
Retrieve cards on a Trello board based on a specified filter.
Parameters
- board_id (
string, required) The unique identifier for the Trello board from which to retrieve cards. - card_filter (
string, required) Specify the filter for retrieving cards:all,closed,complete,incomplete,none,open,visible.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetBoardCustomFields
Retrieve Custom Field Definitions for a specific Trello board.
Parameters
- board_id (
string, required) The unique ID of the Trello board for which custom fields are to be retrieved.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateLabelOnBoard
Create a new label on a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board where the new label will be created. - label_color (
string, required) Sets the color of the new label. Accepted values include specific colors ornullfor no color. - label_name (
string, required) The name of the label to be created. It must be between 1 and 16,384 characters long.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloBoardLists
Retrieve lists from a specified Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board to retrieve lists from. - card_filter (
string, optional) Specify how to filter cards within the lists. Options: ‘all’, ‘closed’, ‘none’, ‘open’. - card_properties_to_include (
string, optional) Specifyallor a comma-separated list of card fields to include, such as name, id, etc. - list_fields (
string, optional) Specify ‘all’ or a comma-separated list of list fields to include in the response. - list_filter (
string, optional) Apply a filter to the lists. Options are ‘all’, ‘closed’, ‘none’, or ‘open’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateTrelloBoardList
Create a new list on a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board where the list will be created. Required for specifying which board to add the list to. - list_name (
string, required) The name of the list to be created. It should be between 1 to 16384 characters in length. - list_position (
string, optional) Specifies where the list should be positioned. Use ‘top’, ‘bottom’, or a positive number for custom placement.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetFilteredBoardLists
Retrieve filtered lists from a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board to retrieve lists for. - list_filter (
string, required) Specifies the filter to apply on board lists. Options areall,closed,none, oropen.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetBoardMembers
Retrieve members of a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board whose members are to be retrieved.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.InviteMemberToTrelloBoard
Invite a member to a Trello board via email.
Parameters
- board_id (
string, required) The unique identifier for the Trello board to which the member will be invited. - member_email_address (
string, required) The email address of the user to be added as a member to the Trello board. - member_access_type (
string, optional) Specifies the role of the new board member. Valid values are: admin, normal, or observer. - user_full_name (
string, optional) The full name of the user being invited. Must be at least 1 character and not begin or end with a space.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.AddMemberToBoard
Add a member to a Trello board.
Parameters
- board_id (
string, required) The ID of the board to update. Required to specify which Trello board the member will be added to. - member_id_to_add (
string, required) The ID of the member to add to the Trello board. - member_role_type (
string, required) Specifies the role of the member on the board. Choose from ‘admin’, ‘normal’, or ‘observer’. - allow_billable_guest (
boolean, optional) Set to true to allow organization admins to add multi-board guests to the board.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveMemberFromTrelloBoard
Remove a member from a specified Trello board.
Parameters
- board_id (
string, required) The ID of the Trello board from which to remove a member. - member_id_to_remove (
string, required) The ID of the member to remove from the Trello board.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateBoardMembership
Update a specific board membership by ID.
Parameters
- board_id (
string, required) The ID of the Trello board you want to update the membership for. - membership_id (
string, required) The ID of a membership to be updated on the board. - membership_type (
string, required) Specifies the role of the member on the board. Choose one of: admin, normal, observer. - member_fields_to_update (
string, optional) Specify the member fields to update, such as avatarHash, bio, fullName, or all. Valid values include: all, avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateBoardEmailPosition
Update the email position preference on a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board to update the email position preference for. - email_position (
string, required) Position of the email address on a board. Valid values: bottom, top.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.SetTrelloEmailListDefault
Change the default email-to-board list in Trello.
Parameters
- board_id_to_update (
string, required) The ID of the Trello board that you want to update the default email-to-board list for. This is required to specify which board’s preferences are being changed. - email_list_id (
string, required) The ID of the email list to set as default for email-to-board cards.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateSidebarPreference
Update the sidebar visibility preference for a Trello board.
Parameters
- board_id (
string, required) The ID of the Trello board whose sidebar preference is to be updated. - show_sidebar (
boolean, required) Set to true to show the sidebar on the board, false to hide it.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateSidebarActivityPreference
Toggle the sidebar activity visibility for a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board to update the sidebar activity preference. - show_sidebar_activity (
boolean, required) Boolean to determine if sidebar activity should be shown. True to show, False to hide.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateSidebarActionsPreference
Update sidebar board actions preference on a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board to update the sidebar actions preference. - show_sidebar_board_actions (
boolean, required) Set to true to show sidebar board actions, or false to hide them on a Trello board.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateSidebarMembersPref
Update the sidebar members visibility preference on a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board to update the sidebar members preference. - show_sidebar_members (
boolean, required) Set to ‘true’ to show members of the board in the sidebar, ‘false’ to hide.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateTrelloBoard
Create a new board on Trello.
Parameters
- board_name (
string, required) The new name for the Trello board. Must be between 1 to 16384 characters. - add_default_lists (
boolean, optional) Add the default lists (To Do, Doing, Done) to a new board. Ignored ifidBoardSourceis provided. - allow_self_join (
boolean, optional) Set totrueto allow users to join the board themselves. Set tofalseif they need an invitation. - board_background_color (
string, optional) Specify the custom background ID or choose from predefined colors: blue, orange, green, red, purple, pink, lime, sky, grey. - board_description (
string, optional) A description for the new board, ranging from 0 to 16384 characters in length. - board_permission_level (
string, optional) Set the permission level of the board. Options are:org,private,public. - card_aging_type (
string, optional) Type of card aging on the board:pirateorregular. Determines visual changes over time when enabled. - comment_permission (
string, optional) Specify who can comment on cards:disabled,members,observers,org,public. - enable_card_covers (
boolean, optional) Boolean to determine whether card covers are enabled on the board. - enabled_power_ups (
string, optional) Specify the Power-Ups to enable on the board. Options: all, calendar, cardAging, recap, voting. - include_original_cards (
string, optional) Specify ‘cards’ to keep cards from the original board when copying; otherwise, omit for none. - invitation_permissions (
string, optional) Specifies who can invite users to join the board. Choose eitheradminsormembers. - source_board_id (
string, optional) The ID of the board to copy for creating a new board. - use_default_labels (
boolean, optional) Set to true to use the default set of labels on the new board; false to exclude them. - voting_permissions (
string, optional) Specifies who can vote on the board:disabled,members,observers,org, orpublic. - workspace_id_or_name (
string, optional) The ID or name of the Trello Workspace where the board will be created.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GenerateBoardCalendarKey
Generate a calendar key for a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board for which the calendar key is to be generated.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GenerateBoardEmailKey
Generate a unique email key for a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board for which to generate an email key.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateBoardTag
Create a new tag for a Trello board.
Parameters
- board_id (
string, required) The ID of the Trello board where the tag will be created. - organization_tag_id (
string, required) The ID of the tag from the organization to associate with the board.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.MarkTrelloBoardAsViewed
Mark a Trello board as viewed to update status.
Parameters
- board_id (
string, required) The unique identifier of the Trello board to mark as viewed.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetBoardPowerUps
Retrieve the enabled Power-Ups on a Trello board.
Parameters
- board_id (
string, required) The unique ID of the Trello board from which to retrieve enabled Power-Ups.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListBoardPowerUps
Retrieve the Power-Ups enabled on a Trello board.
Parameters
- board_id (
string, required) The unique identifier of the Trello board for which to list Power-Ups. - power_up_filter (
string, optional) Specify the filter for Power-Ups: choose ‘enabled’ to list only those currently active on the board, or ‘available’ to list those that can be activated.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloCardById
Retrieve details of a Trello card using its ID.
Parameters
- card_id (
string, required) The unique identifier for the Trello card to retrieve. - attachment_fields_list (
string, optional) Specify ‘all’ or a comma-separated list of attachment fields to retrieve for the card. - board_fields_selection (
string, optional) Specify ‘all’ or select specific board fields to include. Defaults to ‘name, desc, descData, closed, idOrganization, pinned, url, prefs’. - card_fields (
string, optional) Specify ‘all’ or a comma-separated list of fields to retrieve for the card. Defaults to all main fields such as badges, desc, due, etc. - checklist_fields_detail (
string, optional) Specifyallor a comma-separated list of fields (idBoard,idCard,name,pos) to include for checklists. - include_actions_details (
string, optional) Specify if actions details should be included. Refer to Actions Nested Resource for more information. - include_attachments (
string, optional) Specify if attachments should be returned. Use ‘true’ for all attachments, ‘false’ for none, or ‘cover’ for cover attachments only. - include_check_item_states (
boolean, optional) Set totrueto include check item states of the card;falseto exclude them. - include_checklists (
string, optional) Specifies whether to return checklists on the card. Use ‘all’ or ‘none’. - include_custom_field_items (
boolean, optional) Set totrueto include custom field items in the response;falseto exclude them. - include_list_resource (
boolean, optional) A boolean to include list resource information related to the card. Set to true to include this information. - include_members (
boolean, optional) Whether to return member objects for members on the card. Set to true to include them. - include_members_voted (
boolean, optional) Set to true to return member objects for members who voted on the card. - include_plugin_data (
boolean, optional) Specify whether to include plugin data in the card details response. - include_stickers (
boolean, optional) Set to true to include sticker models in the response; false to exclude. - member_fields (
string, optional) Specifyallor a comma-separated list of member fields like avatarHash, fullName, initials, username. - member_voted_fields (
string, optional) Specifyallor a comma-separated list of fields for members who voted on the card. Defaults toavatarHash, fullName, initials, username. - return_board_object (
boolean, optional) Set to true to return the board object the card is on. Use false to exclude it. - sticker_fields_selection (
string, optional) Specifyallor a comma-separated list of sticker fields to retrieve for a Trello card. This determines which sticker-related data is included in the response.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteTrelloCard
Delete a card from Trello by ID.
Parameters
- card_id (
string, required) The unique identifier of the Trello card to delete.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloCardProperty
Retrieve a specific property of a Trello card.
Parameters
- card_id (
string, required) The unique ID of the Trello card to retrieve a property from. - desired_card_field (
string, required) The field or attribute of the Trello card you want to retrieve. Options include ‘id’, ‘desc’, ‘due’, etc.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCardActions
Retrieve the actions performed on a specific Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card to retrieve actions for. - action_type_filter (
string, optional) Comma-separated list of action types to filter actions on a Trello card. - actions_page_number (
number, optional) The page number to retrieve for the list of actions on a card, with each page containing 50 actions.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListCardAttachments
Retrieve all attachments from a specified Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card to retrieve attachments from. - attachment_fields (
string, optional) Specify ‘all’ for all fields or a comma-separated list of attachment fields to retrieve. - restrict_to_cover_attachment (
string, optional) Set to ‘cover’ to retrieve only the cover attachment of the card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.AddAttachmentToTrelloCard
Attach a file or link to a Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card to which the attachment will be added. - attachment_mime_type (
string, optional) The MIME type of the attachment file. Should be a valid MIME type string (max 256 characters). - attachment_name (
string, optional) The name of the attachment. Maximum length is 256 characters. - attachment_url (
string, optional) A URL to attach to the Trello card. Must start with ‘http://’ or ‘https://’. - file_attachment (
string, optional) The file data to upload and attach to the Trello card as multipart/form-data. - use_as_card_cover (
boolean, optional) Set to true to use the new attachment as the card cover.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteCardAttachment
Delete an attachment from a Trello card.
Parameters
- attachment_id_to_delete (
string, required) The ID of the attachment you want to delete from the card. - card_id (
string, required) The unique identifier for the Trello card from which the attachment will be deleted.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetBoardForCard
Retrieve the board details for a specific card.
Parameters
- card_id (
string, required) The unique ID of the Trello card to retrieve the board for. - board_fields (
string, optional) Specifyallor a comma-separated list of board fields to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCardChecklistCompletionStatus
Retrieve completed checklist items from a Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card to retrieve completed checklist items. - checklist_item_fields (
string, optional) Specifyallfor all fields or a comma-separated list of:idCheckItem,stateto filter the checklist item details.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCardChecklists
Retrieve checklists for a specified Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card for which checklists are retrieved. - card_fields (
string, optional) Specify ‘all’ or list fields likeidBoard,idCard,name,posto include in the response. - include_all_checklists (
string, optional) Specify whether to include all checklists (all) or none (none) for the card. Accepted values are ‘all’ or ‘none’. - include_check_items (
string, optional) Specify whether to include all check items (all) or none (none). - include_checkitem_fields (
string, optional) Specify ‘all’ for all fields or a comma-separated list of desired fields among: name, nameData, pos, state, type, due, dueReminder, idMember.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateChecklistOnCard
Create a new checklist on a Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card to which the checklist will be added. - checklist_name (
string, optional) The name of the checklist to be created on a Trello card. - checklist_position (
string, optional) Specify the position of the checklist on the card. Acceptstop,bottom, or a positive number indicating the exact position. - source_checklist_id (
string, optional) The ID of a source checklist to copy into the new checklist. This is used to duplicate the tasks from another checklist.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetSpecificCheckitemOnCard
Retrieve details of a specific checkItem on a Trello card.
Parameters
- card_id (
string, required) The ID of the Trello card to retrieve the checkItem from. - checkitem_id (
string, required) The unique ID of the checkItem on the card. - checkitem_fields (
string, optional) Specifyallor a comma-separated list of fields (name,nameData,pos,state,type,due,dueReminder,idMember) to retrieve for the checkItem.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateChecklistItemTrello
Update an item in a Trello checklist on a card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card where the checklist item is located. - checkitem_id (
string, required) The unique identifier for the checklist item to be updated. - checkitem_due_reminder (
number, optional) The number of minutes before the due date when a reminder should be sent for the checkitem. - checklist_id (
string, optional) The unique ID of the checklist containing the item to be updated. - checklist_item_due_date (
string, optional) The due date for the checklist item in ISO 8601 format (e.g., ‘2023-12-31T23:59:59Z’). - checklist_item_new_name (
string, optional) The new name for the checklist item. - checklist_item_position (
string, optional) Specify the position of the checklist item astop,bottom, or a positive float for custom ordering. - completion_state (
string, optional) Specify the state of the checklist item as eithercompleteorincomplete. - member_id_to_remove (
string, optional) The Trello member ID to remove from the card’s checklist item.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteChecklistItemOnCard
Delete a checklist item from a Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card from which you want to delete a checklist item. - checklist_item_id (
string, required) The ID of the checklist item to delete from the card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCardList
Retrieve the list containing a specific card from Trello.
Parameters
- card_id (
string, required) The unique identifier of the Trello Card to find its containing list. - list_fields (
string, optional) Specifyallor a comma-separated list of list attributes to retrieve. Defines the fields you want from the list containing the card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCardMembers
Retrieve members associated with a Trello card.
Parameters
- card_id (
string, required) The unique identifier for the Trello card whose members are being retrieved. - member_fields (
string, optional) Specifyallfor all fields or list specific member fields separated by commas.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMembersWhoVotedOnCard
Retrieve members who voted on a Trello card.
Parameters
- card_id (
string, required) The unique ID of the Trello card for which you want to retrieve the list of voting members. - member_fields (
string, optional) Specify ‘all’ or a comma-separated list of member fields to retrieve information on those members who voted on the card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.VoteOnTrelloCard
Vote on a Trello card for a specific member.
Parameters
- card_id (
string, required) The unique ID of the Trello card on which to vote. - member_id_for_vote (
string, required) The ID of the member casting a ‘yes’ vote on the Trello card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloCardPluginData
Retrieve shared plugin data from a Trello card.
Parameters
- card_id (
string, required) The unique ID of the Trello card to retrieve plugin data for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCardStickers
Get the stickers on a Trello card using its ID.
Parameters
- card_id (
string, required) The unique identifier for a Trello card to retrieve its stickers. - sticker_fields (
string, optional) Specify ‘all’ or a comma-separated list of sticker fields to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.AddStickerToTrelloCard
Add a sticker to a specific Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card to which the sticker will be added. - sticker_identifier (
string, required) Specify the sticker ID for custom stickers or use default string identifiers like ‘taco-cool’ for default stickers. - sticker_left_position (
number, required) The left position of the sticker. Acceptable values range from -60 to 100. - sticker_top_position (
number, required) Specify the vertical position of the sticker on the card, ranging from -60 to 100. - sticker_z_index (
integer, required) Specify the z-index of the sticker to determine overlay order. Use integers to set layer depth. - sticker_rotation (
number, optional) The rotation angle of the sticker in degrees, allowing for visual adjustment.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloCardSticker
Fetch details of a specific sticker on a Trello card.
Parameters
- card_id (
string, required) The ID of the Trello card to retrieve the sticker from. - sticker_id (
string, required) The unique identifier for the sticker on the Trello card. - sticker_fields (
string, optional) Specify ‘all’ or a comma-separated list of sticker fields you want to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveCardSticker
Removes a specified sticker from a Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card from which the sticker will be removed. - sticker_id (
string, required) The ID of the sticker to be removed from the specified Trello card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloCardSticker
Update a sticker on a specified Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card to update the sticker on. - sticker_id (
string, required) The unique identifier for the sticker to be updated on the Trello card. It must match an existing sticker on the specified card. - sticker_left_position (
number, required) The left position of the sticker, ranging from -60 to 100. - sticker_top_position (
number, required) The vertical position of the sticker on the card, ranging from -60 to 100. Determines the position from the top. - sticker_z_index (
integer, required) The z-index of the sticker, determining its layer position with respect to other stickers on the card. Provide as an integer. - sticker_rotation (
number, optional) The rotation angle of the sticker. Provide a number representing the degrees of rotation.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateCardComment
Update an existing comment on a Trello card.
Parameters
- card_id (
string, required) The unique identifier for the Trello card where the comment resides. - comment_action_id (
string, required) The unique ID of the comment action you wish to update on a Trello card. - new_comment_text (
string, required) The new text content for the comment being updated on the Trello card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteCommentOnCard
Deletes a comment from a Trello card action.
Parameters
- card_id (
string, required) The unique identifier for the Trello card from which the comment will be deleted. - comment_action_id (
string, required) The ID of the comment action to be deleted from the card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloCardCustomField
Update or remove a custom field value on a Trello card.
Parameters
- mode (
EnumToolMode, required) Operation mode: ‘get_request_schema’ returns the OpenAPI spec for the request body, ‘execute’ performs the actual operation - card_id (
string, optional) The ID of the Trello card where the custom field value will be set or updated. Required when mode is ‘execute’, ignored when mode is ‘get_request_schema’. - custom_field_id (
string, optional) The unique identifier for the custom field on the Trello card. Required when mode is ‘execute’, ignored when mode is ‘get_request_schema’. - request_body (
string, optional) Stringified JSON representing the request body. Required when mode is ‘execute’, ignored when mode is ‘get_request_schema’
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloCardCustomFields
Update custom fields on a Trello card.
Parameters
- mode (
EnumToolMode, required) Operation mode: ‘get_request_schema’ returns the OpenAPI spec for the request body, ‘execute’ performs the actual operation - request_body (
string, optional) Stringified JSON representing the request body. Required when mode is ‘execute’, ignored when mode is ‘get_request_schema’
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCardCustomFieldItems
Retrieve custom field items for a Trello card.
Parameters
- card_id (
string, required) The unique identifier for the Trello card whose custom field items you want to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.AddCommentToTrelloCard
Add a comment to a specific Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card where the comment will be added. - comment_text (
string, required) The content of the comment to be added to the Trello card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.AddLabelToTrelloCard
Add a label to a Trello card.
Parameters
- card_id (
string, required) The unique identifier for the specific Trello card. - label_id (
string, optional) The ID of the label to add to the Trello card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.AddMemberToTrelloCard
Add a member to a specified Trello card.
Parameters
- card_id (
string, required) The unique identifier for the Trello card to which a member will be added. It is required to specify which card the member should be added to. - member_id_to_add (
string, optional) The ID of the member to add to the specified Trello card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateTrelloCardLabel
Add a new label to a specific Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card to which the label will be added. - label_color (
string, required) Specify a valid Trello label color or use ‘null’. Check Trello’s documentation for available colors. - label_name (
string, optional) The name for the label to add to the Trello card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.MarkTrelloCardNotificationsRead
Mark Trello card notifications as read.
Parameters
- card_id (
string, required) The unique identifier of the Trello card whose notifications need to be marked as read.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveLabelFromTrelloCard
Remove a specific label from a Trello card.
Parameters
- card_id (
string, required) The unique identifier for the Trello card from which the label will be removed. - label_id_to_remove (
string, required) The ID of the label you want to remove from the Trello card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveMemberFromCard
Removes a member from a Trello card.
Parameters
- card_id (
string, required) The unique identifier for the Trello card from which the member will be removed. - member_id_to_remove (
string, required) The ID of the member to remove from the Trello card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveMemberVote
Remove a member’s vote from a Trello card.
Parameters
- card_id (
string, required) The unique identifier of the Trello card from which to remove the vote. - member_id_to_remove_vote (
string, required) The ID of the member whose vote is to be removed from the Trello card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloChecklistItem
Update an item in a Trello card checklist.
Parameters
- card_id (
string, required) The unique identifier for the Trello card where the checklist item is located. - checklist_id (
string, required) The ID of the checklist item you want to update on the Trello card. - checklist_item_id (
string, required) The unique ID of the checklist item that needs to be updated on the Trello card. - position_in_checklist (
string, optional) Position the checklist item at the ‘top’, ‘bottom’, or a specific order with a positive float.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteTrelloCardChecklist
Delete a checklist from a Trello card.
Parameters
- card_id (
string, required) The ID of the Trello card from which the checklist will be deleted. - checklist_id (
string, required) The ID of the checklist to delete from the Trello card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateTrelloChecklist
Create a new checklist in Trello.
Parameters
- card_id (
string, required) The unique ID of the Trello card where the checklist will be added. - checklist_name (
string, optional) The name of the checklist to be created. It should be a string with 1 to 16384 characters. - checklist_position (
string, optional) The position of the checklist on the card. Accepts ‘top’, ‘bottom’, or a positive number indicating specific placement. - source_checklist_id (
string, optional) The ID of the checklist to be copied into the new checklist.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetChecklistById
Retrieve a specific Trello checklist by ID.
Parameters
- checklist_id (
string, required) Provide the ID of the Trello checklist you want to retrieve. - checkitem_fields_to_return (
string, optional) Fields on the checkItem to return if checkItems are included. Useallor a comma-separated list of available fields likename,type,due, etc. - checklist_fields (
string, optional) Specifyallor a comma-separated list of checklist fields to return. - include_cards (
string, optional) Specify which cards associated with the checklist should be returned. Valid options are: ‘all’, ‘closed’, ‘none’, ‘open’, ‘visible’. - return_check_items (
string, optional) Specify whether to return check items on the checklist, using ‘all’ or ‘none’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloChecklist
Update an existing checklist on Trello.
Parameters
- checklist_id (
string, required) ID of the checklist to update on Trello. This is required to specify which checklist needs updating. - checklist_name (
string, optional) Name of the checklist to update. Must be 1 to 16,384 characters long. - checklist_position (
string, optional) Specify the position of the checklist on the card. Options aretop,bottom, or a positive number indicating the precise position.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteTrelloChecklist
Deletes a checklist from Trello using its ID.
Parameters
- checklist_id (
string, required) The unique identifier of the checklist to be deleted from Trello.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetChecklistField
Retrieve a specific field from a Trello checklist.
Parameters
- checklist_field_to_retrieve (
string, required) Specify the field of the checklist to retrieve: ‘name’ or ‘pos’. - checklist_id (
string, required) The unique identifier of the checklist to retrieve a specific field from.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateChecklistField
Updates a specific field of a checklist on Trello.
Parameters
- checklist_field (
string, required) Specify the checklist field to update. Options are ‘name’ or ‘pos’. - checklist_id (
string, required) ID of the checklist to be updated. This is required to specify which checklist field to modify. - checklist_name_value (
string, required) The new name for the checklist. Must be a string of length 1 to 16384.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetBoardFromChecklist
Retrieve the board associated with a checklist on Trello.
Parameters
- checklist_id (
string, required) ID of the checklist to identify which board it is associated with on Trello. - board_fields_selection (
string, optional) Specify ‘all’ or a comma-separated list of board fields to retrieve. Default is ‘all’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCardFromChecklist
Retrieve card details for a specified checklist.
Parameters
- checklist_id (
string, required) The unique identifier of the Trello checklist to retrieve the associated card.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetChecklistCheckitems
Retrieve checkitems from a Trello checklist.
Parameters
- checklist_id (
string, required) The unique identifier of the checklist to retrieve its checkitems. - fields_to_retrieve (
string, optional) Specify which fields to retrieve from the checklist items. Options include:all,name,nameData,pos,state,type,due,dueReminder,idMember. - list_checkitems_filter (
string, optional) Specify whether to retrieve ‘all’ checkitems or ‘none’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateCheckitemInChecklist
Create a new checkitem in a Trello checklist.
Parameters
- checkitem_name (
string, required) The name of the new check item on the checklist. Must be between 1 and 16384 characters long. - checklist_id (
string, required) The unique ID of the checklist where the checkitem will be created. - checkitem_due_date (
string, optional) Specify the due date for the checkitem in ISO 8601 format (e.g., YYYY-MM-DD). - checkitem_position (
string, optional) Position of the check item in checklist:top,bottom, or a positive number. - due_reminder_minutes (
number, optional) Minutes before the due date to trigger a reminder for the checkitem. - is_checkitem_checked (
boolean, optional) Set to true if the check item should be checked upon creation. Otherwise, it will be unchecked. - member_id (
string, optional) ID of the member to associate with the checkitem.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetChecklistItem
Retrieve a specific checkitem from a checklist on Trello.
Parameters
- check_item_id (
string, required) ID of the specific check item to retrieve from the checklist. - checklist_id (
string, required) The unique identifier of the checklist containing the desired checkitem. - checkitem_fields (
string, optional) Specify which fields of the checkitem to retrieve. Options includeall,name,nameData,pos,state,type,due,dueReminder,idMember.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveChecklistItem
Remove an item from a Trello checklist.
Parameters
- check_item_id (
string, required) The ID of the specific checklist item to be removed from Trello. - checklist_id (
string, required) ID of the checklist from which the item will be removed.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateTrelloCustomField
Create a new custom field on a Trello board.
Parameters
- mode (
EnumToolMode, required) Operation mode: ‘get_request_schema’ returns the OpenAPI spec for the request body, ‘execute’ performs the actual operation - request_body (
string, optional) Stringified JSON representing the request body. Required when mode is ‘execute’, ignored when mode is ‘get_request_schema’
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCustomField
Retrieve details of a Trello custom field by ID.
Parameters
- custom_field_id (
string, required) Provide the ID of the custom field to retrieve its details in Trello.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateCustomFieldDefinition
Update a Custom Field definition in Trello.
Parameters
- mode (
EnumToolMode, required) Operation mode: ‘get_request_schema’ returns the OpenAPI spec for the request body, ‘execute’ performs the actual operation - custom_field_id (
string, optional) The unique identifier for the Custom Field to update in Trello. Required when mode is ‘execute’, ignored when mode is ‘get_request_schema’. - request_body (
string, optional) Stringified JSON representing the request body. Required when mode is ‘execute’, ignored when mode is ‘get_request_schema’
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteTrelloCustomField
Delete a custom field from a Trello board.
Parameters
- custom_field_id (
string, required) The unique identifier of the Custom Field to be deleted from the Trello board.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.AddDropdownOptionCustomField
Add an option to a dropdown Custom Field in Trello.
Parameters
- custom_field_id (
string, required) The unique identifier of the custom field to which a dropdown option will be added.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCustomFieldOptions
Retrieve options of a Trello drop-down custom field.
Parameters
- custom_field_id (
string, required) The ID of the Trello custom field to retrieve options for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCustomFieldOptionTrello
Retrieve a specific dropdown option from Trello custom fields.
Parameters
- custom_field_item_id (
string, required) ID of the custom field item in Trello to retrieve the dropdown option for. - custom_field_option_id (
string, required) ID of the Trello custom field option to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteCustomFieldOption
Delete an option from a Trello Custom Field dropdown.
Parameters
- custom_field_item_id (
string, required) ID of the customfielditem to identify which dropdown option to delete. - custom_field_option_id (
string, required) ID of the custom field option to delete from the dropdown list.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListAvailableEmoji
Retrieve a list of available emojis on Trello.
Parameters
- include_spritesheet_urls (
boolean, optional) Set to true to include spritesheet URLs in the response. - locale_for_emoji (
string, optional) Specify the locale for returning emoji descriptions and names. Defaults to the logged-in member’s locale.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetEnterpriseById
Retrieve details of a Trello enterprise by ID.
Parameters
- enterprise_id (
string, required) The unique identifier for the enterprise you want to retrieve from Trello. - enterprise_fields (
string, optional) Comma-separated list of fields to include, such asid,name,displayName,prefs, and more. - include_paid_account_information (
boolean, optional) Include paid account information in the returned workspace objects if set to true. If false, it will be excluded. - member_count (
integer, optional) Specify the number of members to retrieve, ranging from 0 to 100. - member_fields (
string, optional) Specify one of:avatarHash,fullName,initials,usernameto filter member fields. - member_filter_query (
string, optional) A SCIM-style query to filter members. Overrides member types (‘normal’, ‘admins’, etc.) and paginates the member array. - member_inclusion_type (
string, optional) Specify which member roles to include:none,normal,admins,owners,all. - member_sort (
string, optional) Use a SCIM-style sorting value prefixed by ’-’ for descending or ascending if no prefix. Note: Deprecatedmember_sortByparameter. - member_sorting_order (
string, optional) SCIM-style sorting value for members. Use ’-’ prefix for descending order, no prefix for ascending. - member_start_index (
integer, optional) Specify the starting index for paginated members. Accepts any integer between 0 and 100. - organization_fields_value (
string, optional) Specify valid values for nested organization fields as accepted by the API. - organization_inclusion (
string, optional) Determine scope of organizations to retrieve with the enterprise: ‘none’, ‘members’, ‘public’, or ‘all’. - organization_memberships_list (
string, optional) Comma-separated list indicating organization memberships such asme,normal,admin,active,deactivated. - sort_members_order (
string, optional) Order the sorting of members. Acceptable values areascending,descending,asc, ordesc. Note: This parameter is deprecated andmember_sortis preferred.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetEnterpriseAuditLog
Retrieve audit log actions for a specific enterprise.
Parameters
- enterprise_id (
string, required) Specify the ID of the enterprise to retrieve audit log actions for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetEnterpriseAdmins
Retrieve admin members of an enterprise by ID.
Parameters
- enterprise_id (
string, required) The ID of the enterprise to retrieve admin members for. - admin_fields (
string, optional) Specify fields to retrieve for each admin member; valid values as per Trello’s nested member field resource.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetEnterpriseSignupUrl
Retrieve the signup URL for a specified enterprise.
Parameters
- enterprise_id (
string, required) ID of the enterprise to retrieve the signup URL for. - authenticate (
boolean, optional) Set to ‘True’ if authentication is required for the API call, otherwise ‘False’. - has_confirmation_been_accepted (
boolean, optional) Indicates whether the user has accepted the required confirmations before being redirected. - redirect_url (
string, optional) A valid URL where the user will be redirected after signup. - terms_of_service_accepted (
boolean, optional) Indicate whether the user has consented to the Trello Terms of Service before being redirected to the enterprise signup page.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetEnterpriseUsers
Fetch users from a Trello enterprise.
Parameters
- enterprise_id (
string, required) ID of the Trello enterprise to retrieve users from. - active_date_filter (
string, optional) Returns only Trello users active since this date (inclusive). Provide the date in YYYY-MM-DD format. - active_since_date (
string, optional) Filter users active since this date (inclusive). Use YYYY-MM-DD format. - fetch_deactivated_members (
boolean, optional) When true, returns members who have been deactivated; when false, returns members who have not. Both active and deactivated members are returned if unspecified. - licensed_members_only (
boolean, optional) Set to true to retrieve only members with a license for the Trello Enterprise; false for only unlicensed members. Leave unspecified to include both licensed and unlicensed members. - only_admin_members (
boolean, optional) Set to True to return only administrators of the Trello Enterprise. If False, return non-admins. Unspecified returns both. - pagination_cursor (
string, optional) Cursor value to fetch the next set of user results. Use the cursor received from a previous response to continue fetching more users. - return_board_guests (
boolean, optional) Set to true to return members who are guests on boards; false to return only non-guests. If not set, both are included. - return_managed_members_only (
boolean, optional) Specify true to return only managed members, false for only unmanaged, or omit for both. - search_query (
string, optional) String to search for members by email or full name starting with this value.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetEnterpriseMembers
Retrieve members of a specific enterprise from Trello.
Parameters
- enterprise_id (
string, required) The unique ID of the enterprise whose members you want to retrieve. - board_fields_to_include (
string, optional) Specify valid board field values to include from the nested board resource. - member_count_filter (
string, optional) A SCIM-style filter to specify the number of members to retrieve. Use this to filter results according to SCIM standards. - member_field_list (
string, optional) A comma-separated list of member fields to include, e.g., ‘fullName,email’. - organization_fields (
string, optional) Valid organization field values allowed by the Trello nested organization field resource. This customizes which organization data is returned. - scim_style_filter (
string, optional) A SCIM-style query to filter enterprise members, taking precedence over other member settings. - sort_by (
string, optional) Deprecated: Use ‘sort’ instead. A SCIM-style value to sort members, affecting pagination. - sorting_order (
string, optional) Specify how to sort members using a SCIM-style value. Prefix with-for descending order; otherwise, ascending. - start_index (
integer, optional) The starting point for pagination, using an integer between 0 and 9999. - use_deprecated_sort_order (
string, optional) Specify the sorting order for members: ‘ascending’, ‘descending’, ‘asc’, ‘desc’. Deprecated; use ‘sort’ instead.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetEnterpriseMember
Retrieve a specific member of an enterprise by ID.
Parameters
- enterprise_id (
string, required) The unique identifier for the enterprise to retrieve. This is required to specify which enterprise’s member data you are accessing. - member_id (
string, required) The ID of the member resource you want to retrieve details for within an enterprise. - board_fields (
string, optional) Comma-separated list of board fields to retrieve, as defined by the Trello nested board resource. - member_field_values (
string, optional) Comma-separated valid values for member fields to retrieve details about a specific enterprise member. - organization_field_values (
string, optional) Comma-separated list of organization fields to include. Refer to Trello’s nested organization field resource for valid values.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CheckOrganizationTransferability
Check if an organization can be transferred to an enterprise.
Parameters
- enterprise_id (
string, required) ID of the Enterprise to check for organization transferability. - organization_id (
string, required) The ID of the organization to check for transferability.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetClaimableWorkspaces
Retrieve claimable workspaces for an enterprise by ID.
Parameters
- enterprise_id_to_retrieve_workspaces (
string, required) The unique ID of the enterprise to retrieve claimable workspaces for. - active_since_date (
string, optional) Specify the date in YYYY-MM-DD format to filter workspaces active up to this date. - enterprise_name (
string, optional) The name of the enterprise for which to retrieve claimable workspaces. - inactive_since_date (
string, optional) Date in YYYY-MM-DD format to search for workspace inactiveness. - maximum_workspaces (
integer, optional) Sets the maximum number of workspaces to retrieve and sort. Use an integer to specify the limit. - sort_order_cursor (
string, optional) Specifies the sorting cursor for the order in which matching workspaces are returned. Use this to paginate results.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetPendingWorkspacesByEnterpriseId
Retrieve pending workspaces for an enterprise by ID.
Parameters
- enterprise_id (
string, required) ID of the enterprise to retrieve pending workspaces for. - active_since_date (
string, optional) Date in YYYY-MM-DD format to filter active workspaces up to a certain date. - search_up_to_inactive_date (
string, optional) Date in YYYY-MM-DD format indicating the search cutoff for workspace inactiveness.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateEnterpriseAuthToken
Create an auth token for a Trello enterprise.
Parameters
- enterprise_id (
string, required) The unique ID of the enterprise for which the auth token will be generated. - token_expiration (
string, optional) Specify the token’s duration:1hour,1day,30days, ornever. This determines how long the token will be valid.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetEnterpriseOrganizations
Retrieve organizations associated with a specific enterprise.
Parameters
- enterprise_id (
string, required) ID of the Enterprise to retrieve its organizations. - number_of_organizations_to_retrieve (
integer, optional) Specify the number of organizations to retrieve. Must be an integer between 0 and 100. - organization_fields (
string, optional) Comma-separated list of organization fields to include in the response. Valid options are: ‘id’, ‘name’. - organization_filter (
string, optional) Optional filter for specifying which organizations to include in the response. - starting_index (
integer, optional) The starting index for fetching organizations, must be an integer greater than or equal to 1.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.TransferOrganizationToEnterprise
Transfer an organization to an enterprise.
Parameters
- enterprise_id (
string, required) The ID of the Enterprise to which the organization will be transferred. - organization_id (
string, required) ID of the organization to be transferred to the enterprise in Trello.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateEnterpriseMemberLicense
Update an enterprise member’s license status in Trello.
Parameters
- enterprise_id (
string, required) The unique identifier for the enterprise. Required for license updates. - grant_enterprise_license (
boolean, required) Boolean indicating if the member should be given an Enterprise license (true) or not (false). - member_id (
string, required) The unique ID of the Trello member to update license status.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeactivateEnterpriseMember
Deactivate a member in a Trello enterprise.
Parameters
- deactivate_member (
boolean, required) Set to True to deactivate the member, False to keep active. - enterprise_id (
string, required) The ID of the enterprise from which the member should be deactivated. - member_id_to_deactivate (
string, required) The ID of the member to deactivate in a Trello enterprise. - board_fields_to_include (
string, optional) Specify which board fields should be included. Use values like ‘id’, ‘name’, ‘desc’, etc. - nested_member_fields (
string, optional) Comma-separated list of valid values for the nested member field resource. - organization_fields (
string, optional) Comma-separated list of fields related to the organization, such as ‘id’ or ‘name’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.MakeMemberAdminEnterprise
Promote a member to admin in a Trello enterprise.
Parameters
- enterprise_id (
string, required) The ID of the enterprise for which you want to promote a member to admin. - member_id_to_promote (
string, required) ID of the member to be promoted to admin of the enterprise.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveEnterpriseAdmin
Remove a member as admin from an enterprise.
Parameters
- enterprise_id (
string, required) The Trello Enterprise ID from which to remove the member as admin. - member_id_to_remove (
string, required) ID of the member to be removed as an admin from the enterprise.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveOrganizationFromEnterprise
Remove an organization from a Trello enterprise.
Parameters
- enterprise_id (
string, required) The ID of the Trello enterprise from which the organization will be removed. - organization_id_to_remove (
string, required) The ID of the organization to be removed from the Trello enterprise.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloLabelInfo
Retrieve information about a specific Trello label.
Parameters
- label_id (
string, required) The unique identifier for the Trello label to retrieve information about. - label_fields (
string, optional) Specify ‘all’ or a comma-separated list of label fields to retrieve details about. Refer to Trello’s field documentation for options.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloLabel
Update Trello label details using its ID.
Parameters
- label_id (
string, required) The unique identifier for the Trello label to update. - label_color (
string, optional) Specify the new color for the label. Allowed colors: yellow, purple, blue, red, green, orange, black, sky, pink, lime. - new_label_name (
string, optional) The new name for the Trello label to be updated.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteLabelById
Delete a label in Trello by its ID.
Parameters
- label_id (
string, required) The unique identifier for the label to be deleted from Trello.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloLabelField
Update a specific field on a Trello label.
Parameters
- label_field_to_update (
string, required) Specify the label field to update, such as ‘color’ or ‘name’. - label_id (
string, required) The unique identifier of the Trello label to update. - new_field_value (
string, required) The new value to update the specified label field with, such as a new color or name.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateNewLabelOnBoard
Create a new label on a Trello board.
Parameters
- board_id (
string, required) The ID of the Trello board on which to create the new label. This is required to specify the target board. - label_color (
string, required) Specify the color for the label. Choose from yellow, purple, blue, red, green, orange, black, sky, pink, or lime. - label_name (
string, required) The name assigned to the new label being created on the Trello board.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloListInfo
Retrieve details for a specific Trello list using its ID.
Parameters
- list_id (
string, required) The unique identifier of the Trello list to retrieve information for. - list_fields (
string, optional) Specify ‘all’ or provide a comma-separated list of list field names to retrieve specific details.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloList
Update the properties of a Trello list.
Parameters
- list_id (
string, required) The unique ID of the Trello list to be updated. - archive_list (
boolean, optional) Set to true to archive the list, false to keep it open. - board_id_destination (
string, optional) ID of the board to which the list will be moved. - is_subscribed (
boolean, optional) Whether the active member is subscribed to this list. Usetrueto subscribe andfalseto unsubscribe. - new_list_name (
string, optional) The new name to assign to the Trello list. - new_list_position (
string, optional) New position for the list: ‘top’, ‘bottom’, or a positive floating point number.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateTrelloList
Create a new list on a Trello board.
Parameters
- board_id (
string, required) The unique string ID of the Trello board where the list will be created. - list_name (
string, required) The name of the new list to be created on the Trello board. - list_position (
string, optional) Position of the list on the board:top,bottom, or a positive floating number to specify exact placement. - source_list_id (
string, optional) ID of the list to copy into the new list. Leave blank to create a new list without copying.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ArchiveAllCardsInList
Archives all cards in a specified Trello list.
Parameters
- list_id (
string, required) The unique identifier of the Trello list to archive all cards from.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.TrelloMoveAllCardsInList
Move all cards from one list to another in Trello.
Parameters
- destination_board_id (
string, required) The board ID where the cards will be moved to. - source_list_id (
string, required) The ID of the list from which all cards will be moved. - target_list_id (
string, required) The ID of the Trello list to which all cards should be moved.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ArchiveOrUnarchiveTrelloList
Archive or unarchive a Trello list.
Parameters
- list_id (
string, required) The unique identifier of the Trello list to archive or unarchive. - archive_list (
string, optional) Set to true to archive the list or false to unarchive.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.MoveTrelloListToBoard
Reorganize Trello by moving a list to another board.
Parameters
- board_id_for_list_movement (
string, required) The ID of the board to which the Trello list should be moved. - list_id (
string, required) The unique ID of the Trello list to be moved.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RenameTrelloList
Renames a Trello list by its ID.
Parameters
- list_field_to_update (
string, required) Specifies the list field to update, such as ‘name’, ‘pos’, or ‘subscribed’. - trello_list_id (
string, required) The unique identifier for the Trello list you want to rename. - new_list_name (
string, optional) The new name for the Trello list. Provide a descriptive and clear title to easily identify the list.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloListActions
Retrieve actions performed on a specific Trello list.
Parameters
- list_id (
string, required) The unique ID of the Trello list to retrieve actions for. - action_types (
string, optional) Comma-separated list of action types to filter actions on the Trello list.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetBoardOfList
Retrieve the board associated with a specific list on Trello.
Parameters
- list_id (
string, required) The unique ID of the Trello list to identify its board. - board_fields (
string, optional) Specify ‘all’ for all fields, or provide a comma-separated list of desired board fields.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListTrelloCardsInList
Fetches all cards from a specified Trello list.
Parameters
- list_id (
string, required) The unique ID of the Trello list to fetch cards from.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloMemberInfo
Fetch information about a Trello member profile.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member to retrieve information for. - board_backgrounds_option (
string, optional) Specify type of board backgrounds:all,custom,default,none, orpremium. - include_actions (
string, optional) Include actions related to the member. Refer to the Actions Nested Resource for details. - include_boards_details (
string, optional) Specify if you want to include detailed information about the member’s boards. Refer to the Boards Nested Resource for options. - include_boards_invited (
string, optional) Specifyallor a comma-separated list of board states like closed, members, open, etc., to filter invited boards. - include_card_details (
string, optional) Include detailed information about cards associated with the member. Refer to the Cards Nested Resource for options. - include_custom_board_backgrounds (
string, optional) Specify whether to include custom board backgrounds. Useallfor all backgrounds ornoneto exclude them. - include_custom_emoji (
string, optional) Specify whether to include all custom emojis (‘all’) or none (‘none’) in the response. - include_custom_stickers (
string, optional) Specify if custom stickers should be included. Useallto include ornoneto exclude. - include_invited_organizations (
string, optional) Specify the scope of invited organizations to include: all, members, none, or public. - include_paid_account_information (
boolean, optional) Include paid account information in the returned member object when true. - include_paid_account_information_in_workspace (
boolean, optional) Include paid account information in the returned workspace object if true. - include_saved_searches (
boolean, optional) Set to true to include saved searches information in the response, false to exclude. - include_tokens (
string, optional) Include tokens associated with the member. Options:allto include,noneto exclude. - invited_boards_fields (
string, optional) Specify ‘all’ or a comma-separated list of board fields for invited boards. Options include: id, name, desc, and more. - member_fields_selection (
string, optional) Specify ‘all’ or a comma-separated list of member fields to retrieve information about. Use ‘all’ to retrieve all available member fields. - notification_details (
string, optional) Fetch notification information related to the member. Refer to the Notifications Nested Resource for options. - organization_fields_selection (
string, optional) Specify ‘all’ or provide a comma-separated list of organization fields like ‘id’, ‘name’. - organization_fields_to_include (
string, optional) Specify ‘all’ or a comma-separated list of organization fields like ‘id’, ‘name’ to include in the response. - organization_visibility (
string, optional) Specify organization visibility:all,members,none, orpublic. - return_board_stars (
boolean, optional) Set to true to return boardStars in the response, otherwise false to exclude them.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloMember
Update Trello member details.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member to be updated. - avatar_source (
string, optional) Source of the avatar; must be one of: ‘gravatar’, ‘none’, or ‘upload’. - enable_color_blind_mode (
boolean, optional) Set to true to enable color blind mode preferences for the member, false to disable. - member_bio (
string, optional) Biography of the member. Provide a brief description or update to the member’s bio as a string. - member_initials (
string, optional) New initials for the member. Must be 1-4 characters long. - new_full_name (
string, optional) The new name for the member. Ensure it does not begin or end with a space. - new_username (
string, optional) The new username for the Trello member. It must be at least 3 characters long and can only contain lowercase letters, underscores, and numbers. The username must be unique within Trello. - preferred_locale (
string, optional) Specifies the preferred locale for the member’s settings. This should be a valid locale string (e.g., ‘en_US’). - summary_notification_interval (
integer, optional) Time interval in minutes for summary notifications. Use-1to disable,1for every minute, or60for hourly notifications.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberProperty
Retrieve a specific property of a Trello member.
Parameters
- member_field_name (
string, required) Specify the name of the member field to retrieve, such as ‘username’, ‘email’, etc. - member_id_or_username (
string, required) The ID or username of the Trello member whose property is to be retrieved.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListMemberActions
Retrieve a list of actions for a specified member.
Parameters
- member_identifier (
string, required) The ID or username of the Trello member whose actions you want to retrieve. - action_types_filter (
string, optional) A comma-separated list of action types to filter the actions of a Trello member.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberBoardBackgrounds
Retrieve custom board backgrounds for a Trello member.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member whose board backgrounds are being retrieved. - board_background_filter (
string, optional) Specify the filter for board backgrounds:all,custom,default,none, orpremium.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UploadTrelloBoardBackground
Upload a new board background on Trello.
Parameters
- background_image_file_path (
string, required) The file path for the image to be uploaded as a new board background. Provide the full path or a URL to the image file. - member_id_or_username (
string, required) The ID or username of the Trello member to upload the board background for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberBoardBackground
Retrieve a board background for a specific member.
Parameters
- board_background_id (
string, required) The ID of the board background to retrieve. This is required to specify which background details to fetch for a member. - member_id_or_username (
string, required) The ID or username of the member whose board background is being retrieved. - fields_to_retrieve (
string, optional) Specify ‘all’ or a comma-separated list of fields to retrieve: ‘brightness’, ‘fullSizeUrl’, ‘scaled’, ‘tile’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateBoardBackground
Update the background of a Trello board.
Parameters
- board_background_id (
string, required) ID of the board background to update. - member_id_or_username (
string, required) The ID or username of the Trello member associated with the board to update. - background_brightness (
string, optional) Set the brightness level for the board background. Options aredark,light, orunknown. - tile_background (
boolean, optional) Set to true to tile the board background. False to not tile it.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteBoardBackground
Delete a board background from a member’s Trello board.
Parameters
- board_background_id (
string, required) The unique identifier for the board background to be deleted. - member_id_or_username (
string, required) The ID or username of the Trello member whose board background you want to delete.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListMemberBoardStars
Retrieve a member’s board stars on Trello.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member whose board stars are to be listed.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.StarTrelloBoardForMember
Star a Trello board on behalf of a specified member.
Parameters
- board_id_to_star (
string, required) The unique identifier of the Trello board to be starred. - board_star_position (
string, required) Specify the position of the starred board:top,bottom, or a positive float for custom positioning. - member_id_or_username (
string, required) The ID or username of the Trello member for whom the board is being starred.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetSpecificBoardStar
Retrieve details of a specific board star.
Parameters
- board_star_id (
string, required) The ID of the board star to retrieve details for. - member_id_or_username (
string, required) The ID or username of the member to retrieve the board star for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateStarredBoardPosition
Update the position of a starred board in Trello.
Parameters
- board_star_id (
string, required) The unique identifier for the board star to update. - member_id_or_username (
string, required) The ID or username of the Trello member to update the board position for. - new_board_position (
string, optional) The new position for the starred board. Options aretop,bottom, or a positive float for custom positioning.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UnstarBoard
Unstar a Trello board for a specific member.
Parameters
- board_star_id (
string, required) The unique ID of the board star to be removed for a specific member. - member_id (
string, required) The ID or username of the Trello member who wants to unstar the board.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListUserBoards
Retrieve boards a user is a member of on Trello.
Parameters
- member_identifier (
string, required) The ID or username of the Trello member whose boards are to be retrieved. - board_fields (
string, optional) Specifyallor a comma-separated list of board fields to include in the response. Available fields include ‘id’, ‘name’, ‘desc’, ‘descData’, ‘closed’, ‘idMemberCreator’, ‘idOrganization’, ‘pinned’, ‘url’, ‘shortUrl’, ‘prefs’, ‘labelNames’, ‘starred’, ‘limits’, ‘memberships’, ‘enterpriseOwned’. - board_filter (
string, optional) Filter boards by specifying ‘all’ or a comma-separated list of statuses like ‘closed’, ‘members’, ‘open’, etc. - include_lists (
string, optional) Specify which lists to include with the boards. Options:all,closed,none,open. - include_organization (
boolean, optional) Set to true to include the Organization object with the Boards. - organization_fields_to_include (
string, optional) Specifies which organization fields to include, eitherallor a comma-separated list of specific fields likeidandname.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberInvitedBoards
Retrieve boards a member is invited to on Trello.
Parameters
- member_identifier (
string, required) The ID or username of the Trello member to retrieve invited boards for. - board_fields_option (
string, optional) Specify ‘all’ or provide a comma-separated list of board fields to retrieve (e.g., ‘id,name,desc’).
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberCards
Retrieve cards associated with a specific member on Trello.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member to retrieve cards for. - card_status_filter (
string, optional) Filter cards by status:all,closed,complete,incomplete,none,open, orvisible.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCustomBoardBackgrounds
Retrieve a member’s custom board backgrounds on Trello.
Parameters
- member_identifier (
string, required) The ID or username of the member to retrieve custom board backgrounds for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UploadCustomBoardBackground
Upload a new custom board background to Trello.
Parameters
- background_file_upload (
string, required) The file path or URL of the custom board background to upload. It should specify the location of the image file you want to use as the board background. - member_id_or_username (
string, required) The ID or username of the Trello member for whom the background is being uploaded.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetCustomBoardBackground
Get a specific custom board background from Trello.
Parameters
- custom_background_id (
string, required) The unique identifier for the custom board background to retrieve. - member_id_or_username (
string, required) The ID or username of the Trello member to retrieve the custom board background for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateCustomBoardBackground
Update a specific custom board background in Trello.
Parameters
- custom_background_id (
string, required) The ID of the custom board background to be updated in Trello. - member_id_or_username (
string, required) The Trello ID or username of the member whose board background will be updated. - background_brightness (
string, optional) Set the brightness of the custom board background. Options: ‘dark’, ‘light’, ‘unknown’. - tile_background (
boolean, optional) Indicates whether to tile the board background. Accepts a boolean value.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveCustomBoardBackground
Delete a specific custom board background.
Parameters
- custom_background_id (
string, required) The ID of the custom board background to be deleted. - member_id_or_username (
string, required) The ID or username of the member whose custom board background will be deleted.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberCustomEmojis
Retrieve a Trello member’s uploaded custom emojis.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member whose custom emojis are being retrieved.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateCustomEmojiTrello
Create a new custom emoji in Trello.
Parameters
- emoji_image_file (
string, required) Path or URL to the image file for the emoji. The image must be in a supported format. - emoji_name (
string, required) Provide a name for the emoji, between 2 and 64 characters. - member_identifier (
string, required) The ID or username of the Trello member to whom the emoji will be added.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberCustomEmoji
Retrieve a custom emoji for a Trello member.
Parameters
- custom_emoji_id (
string, required) The unique identifier for a member’s custom emoji on Trello. - member_id_or_username (
string, required) The ID or username of the Trello member whose custom emoji you want to retrieve. - emoji_fields (
string, optional) Specifyallor a comma-separated list ofname,urlto determine which fields to return for the custom emoji.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberUploadedStickers
Retrieve a Trello member’s uploaded stickers.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member whose stickers you want to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UploadCustomStickerToTrello
Upload a new custom sticker to a Trello member’s account.
Parameters
- custom_sticker_file_path (
string, required) The file path or URL of the custom sticker to be uploaded for the Trello member. - member_id_or_username (
string, required) The ID or username of the Trello member to whom the custom sticker will be uploaded.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberCustomSticker
Retrieve a member’s custom sticker from Trello.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member whose custom sticker is to be retrieved. - sticker_id (
string, required) The unique identifier for the uploaded sticker. Required to fetch the sticker’s details. - sticker_fields (
string, optional) Specify ‘all’ or a comma-separated list of ‘scaled’, ‘url’ to determine which sticker details to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteCustomSticker
Deletes a custom sticker from a Trello member’s account.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member whose sticker is to be deleted. - sticker_id (
string, required) The unique identifier of the uploaded sticker to be deleted.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberNotifications
Retrieve a Trello member’s notifications.
Parameters
- member_identifier (
string, required) The ID or username of the Trello member to fetch notifications for. - include_display (
boolean, optional) Boolean to include display-related data in the response. - include_entities (
boolean, optional) Include entities in the member’s notifications when set to true. - include_member_creator_details (
boolean, optional) A boolean to include details of the member who created the notifications. True to include, False to exclude. - member_creator_fields (
string, optional) Specify ‘all’ or provide a comma-separated list of member fields to include in the response. - notification_fields (
string, optional) Specifyallor a comma-separated list of notification fields to retrieve. - notification_filter (
string, optional) Specify the type of notifications to retrieve: all, createCard, commentCard, etc. - notification_id_before (
string, optional) Set to retrieve notifications sent before this specific notification ID. - notification_limit (
integer, optional) The maximum number of notifications to retrieve, capped at 1000. - notification_read_status_filter (
string, optional) Specify read status to filter notifications:all,read, orunread. - page_number (
integer, optional) The page number for pagination. Maximum value is 100. - since_notification_id (
string, optional) A notification ID to start retrieving notifications from. Useful for fetching notifications after a specific point.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberWorkspaces
Retrieve a member’s workspaces from Trello.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member to retrieve workspaces for. - include_paid_account_info (
boolean, optional) Include paid account information in the returned workspace object if set to true. - organization_fields (
string, optional) Specify ‘all’ or a comma-separated list of organization fields like ‘id’, ‘name’. - workspace_filter (
string, optional) Specify the type of workspaces to include. Options:all,members(private),none,public.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetInvitedWorkspaces
Retrieve a member’s invited Workspaces.
Parameters
- member_identifier (
string, required) The ID or username of the Trello member to retrieve their invited Workspaces. - organization_fields (
string, optional) Specifies the fields to retrieve for each organization. Use ‘all’ or a comma-separated list like ‘id,name’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListMemberSavedSearches
Retrieve a Trello member’s saved searches.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member whose saved searches you want to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateSavedSearch
Create a saved search for a Trello member.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member for whom the saved search is created. - saved_search_name (
string, required) The title for the saved search to be created for a Trello member. - saved_search_position (
string, required) Specify the position of the saved search. Can be ‘top’, ‘bottom’, or a positive float for custom placement. - search_query (
string, required) The search query to be saved for the Trello member.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetSavedSearch
Retrieve the details of a saved search from Trello.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member whose saved search you want to retrieve. - saved_search_id (
string, required) The ID of the saved search to retrieve information about.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateSavedSearch
Update the details of a saved search in Trello.
Parameters
- member_id_or_username (
string, required) The ID or username of the member whose saved search is being updated. - saved_search_id (
string, required) The unique identifier of the saved search to be updated in Trello. - new_position_for_saved_search (
string, optional) Specify the new position for the saved search: ‘top’, ‘bottom’, or a positive float for a custom placement. - new_saved_search_name (
string, optional) The new name for the saved search. - new_search_query (
string, optional) The new search query to update the saved search in Trello.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteSavedSearchOnTrello
Remove a saved search from a Trello member account.
Parameters
- member_id_or_username (
string, required) The ID or username identifying the member whose saved search is to be deleted. - saved_search_id (
string, required) The unique identifier of the saved search to delete from a Trello member’s account.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberAppTokens
Retrieve a Trello member’s app tokens list.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member to retrieve app tokens for. - include_webhooks (
boolean, optional) Set to true to include webhooks in the response; false to exclude them.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateMemberAvatar
Create a new avatar for a Trello member.
Parameters
- avatar_image_file (
string, required) A string representing the image file data for the member’s new avatar. It should be a file path or base64-encoded image. - member_id_or_username (
string, required) The ID or username of the Trello member for whom you want to create an avatar. This identifies the member uniquely.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DismissTrelloMessage
Dismiss a specific message in Trello for a member.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member whose message is being dismissed. - message_to_dismiss (
string, required) The specific message to dismiss for a Trello member.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetMemberNotificationSettings
Retrieve a Trello member’s notification settings.
Parameters
- member_identifier (
string, required) The ID or username of the Trello member to retrieve notification settings for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateMemberNotificationBlockedKeys
Update a member’s blocked notification keys on Trello.
Parameters
- mode (
EnumToolMode, required) Operation mode: ‘get_request_schema’ returns the OpenAPI spec for the request body, ‘execute’ performs the actual operation - member_identifier (
string, optional) The unique ID or username of the Trello member to update notification settings for. Required when mode is ‘execute’, ignored when mode is ‘get_request_schema’. - request_body (
string, optional) Stringified JSON representing the request body. Required when mode is ‘execute’, ignored when mode is ‘get_request_schema’
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloMemberNotificationSettings
Retrieve blocked notification keys for a Trello member’s channel.
Parameters
- member_id_or_username (
string, required) The ID or username of the Trello member to retrieve notification settings for. - notification_channel (
string, required) Specify the channel to block notifications on for the Trello member. Accepted value: ‘email’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloMemberNotificationSettings
Update blocked notification keys for a Trello member’s channel.
Parameters
- mode (
EnumToolMode, required) Operation mode: ‘get_request_schema’ returns the OpenAPI spec for the request body, ‘execute’ performs the actual operation - member_id_or_username (
string, optional) The ID or username of the Trello member whose notification settings will be updated. Required when mode is ‘execute’, ignored when mode is ‘get_request_schema’. - notification_channel (
string, optional) Specify the channel where notifications should be blocked, e.g., ‘email’. Required when mode is ‘execute’, ignored when mode is ‘get_request_schema’. - request_body (
string, optional) Stringified JSON representing the request body. Required when mode is ‘execute’, ignored when mode is ‘get_request_schema’
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ModifyMemberNotificationsTrello
Update a member’s blocked notification keys on Trello.
Parameters
- blocked_notification_keys (
string, required) List the notification keys to block, either as a singular key or comma-separated list. Valid keys include: notification_comment_card, notification_added_a_due_date, notification_changed_due_date, and others. - member_id_or_username (
string, required) The ID or username of the Trello member whose notification settings will be updated. - notification_channel (
string, required) Specify the channel to block notifications on, such as ‘email’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloNotification
Retrieve detailed Trello notification information by ID.
Parameters
- notification_id (
string, required) The unique identifier for the Trello notification you want to retrieve. - board_fields_list (
string, optional) Specify ‘all’ or a comma-separated list of board fields to include. - card_fields_to_include (
string, optional) Specifyallor a comma-separated list of card fields to include, such asid,name, ordue. - include_board_object (
boolean, optional) Include the board object in the response if true. - include_card (
boolean, optional) Specify True to include the card object. - include_creator_member (
boolean, optional) Set to true to include the member object of the creator in the response. - include_display_object (
boolean, optional) Set to true to include the display object with the results. - include_entities_object (
boolean, optional) Include the entities object in the notification results. Set to true to include, false to exclude. - include_list_object (
boolean, optional) Include the list object in the notification data if set to true. - include_member_fields (
string, optional) Specify ‘all’ or a comma-separated list of member fields to include in the response. - include_member_object (
boolean, optional) Include the member object in the notification details if set to true. - include_notification_fields (
string, optional) Specify ‘all’ or a comma-separated list of notification fields to include, such as ‘id’, ‘unread’, or ‘type’. - include_organization (
boolean, optional) Set to true to include the organization object in the response. - member_creator_fields (
string, optional) Specify ‘all’ or a comma-separated list of member fields to include the member object of the creator. - organization_fields (
string, optional) Specifyallor a comma-separated list of organization fields (e.g.,id,name) to include in the response.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateNotificationReadStatus
Update the read status of a Trello notification.
Parameters
- notification_id (
string, required) The unique identifier for the Trello notification to update. - mark_as_unread (
boolean, optional) Set to false to mark the notification as read, or true to mark as unread.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloNotificationProperty
Retrieve a specific property of a Trello notification.
Parameters
- notification_id (
string, required) The unique identifier of the Trello notification to query. - notification_property_field (
string, required) Specify the property field of the Trello notification to retrieve. Options include: id, unread, type, date, dateRead, data, card, board, idMemberCreator, idAction, reactions.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.MarkAllNotificationsRead
Marks all Trello notifications as read.
Parameters
- mark_as_read (
boolean, optional) Specify true to mark notifications as read or false to mark as unread. Defaults to true. - notification_ids (
array[string], optional) A list of notification IDs to mark as read or unread. Useful for grouping related notifications.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.MarkNotificationAsUnread
Mark a Trello notification as unread.
Parameters
- notification_id (
string, required) The unique ID of the Trello notification you want to mark as unread. - notification_read_status (
string, optional) Set this to an empty string to mark the notification as unread. This is a required field to change the read status.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetBoardFromNotification
Retrieve the board linked to a specific notification.
Parameters
- notification_id (
string, required) The unique identifier of the Trello notification to retrieve associated board details. - board_fields (
string, optional) Specify ‘all’ or a comma-separated list of board fields (e.g., ‘name,desc,url’).
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetNotificationCard
Retrieve the card linked to a specific notification.
Parameters
- notification_id (
string, required) The unique ID of the notification for which the associated card details are being fetched. - card_fields (
string, optional) Specify ‘all’ or a comma-separated list of card fields like ‘id’, ‘name’, etc., to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloNotificationList
Retrieve the list a Trello notification is associated with.
Parameters
- notification_id (
string, required) The ID of the Trello notification to retrieve the associated list for. - notification_fields (
string, optional) Specifyallor a comma-separated list of fields for the list associated with the notification.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetNotificationMemberDetails
Retrieve information about the member involved in a notification.
Parameters
- notification_id (
string, required) The ID of the Trello notification to get details about the member involved. - member_fields (
string, optional) Specify ‘all’ or a comma-separated list of member fields to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetNotificationCreator
Retrieve the creator of a Trello notification.
Parameters
- notification_id (
string, required) The ID of the Trello notification to retrieve the creator’s details. - member_fields (
string, optional) Specifyallor a comma-separated list of member fields to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetAssociatedOrganizationNotifications
Retrieve the organization associated with a notification.
Parameters
- notification_id (
string, required) Provide the ID of the Trello notification to retrieve its associated organization. - organization_fields (
string, optional) Specify ‘all’ or a comma-separated list of organization fields (‘id’, ‘name’) to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateWorkspaceTrello
Create a new Trello Workspace.
Parameters
- display_name (
string, required) The name to display for the Trello Workspace. This is how the Workspace will be labeled in Trello. - website_url (
string, optional) A URL for the workspace starting withhttp://orhttps://. - workspace_description (
string, optional) A detailed description for the Trello Workspace. - workspace_name (
string, optional) A lowercase alphanumeric string, min 3 characters, underscores allowed. Invalid characters are removed. Unique name is substituted if conflict occurs.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetOrganizationDetails
Retrieve details about a Trello organization.
Parameters
- organization_id_or_name (
string, required) The unique ID or name of the Trello organization to retrieve details for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateOrganizationTrello
Updates an organization’s details in Trello.
Parameters
- organization_id_or_name (
string, required) The ID or name of the Trello organization to update. - google_apps_associated_domain (
string, optional) The Google Apps domain to link this organization to. - google_apps_version (
integer, optional) Set the Google Apps version to1or2for the organization. - new_display_name (
string, optional) A new display name for the organization. It must be at least 1 character long without leading or trailing spaces. - organization_description (
string, optional) A new description for the organization. Provide relevant and concise details. - organization_invite_restriction (
string, optional) An email address with optional wildcard characters to restrict organization invites. Example:subdomain.*.trello.com - organization_new_name (
string, optional) A unique name for the organization with at least 3 lowercase letters, underscores, and numbers. - organization_website (
string, optional) A URL for the organization starting withhttp://,https://, ornull. - prevent_external_members (
boolean, optional) Set to true to prevent non-workspace members from being added to boards inside the Workspace. - private_board_visibility (
string, optional) Specifies who can create private boards in the organization. Options:admin,none,org. - public_board_visibility_permission (
string, optional) Who on the Workspace can create public boards. Options are:admin,none,org. - workspace_board_visibility_restriction (
string, optional) Determines who in the Workspace can create Workspace-visible boards. Accepts one of:admin,none,org. - workspace_visibility_permission (
string, optional) Set the visibility level of the Workspace page. Accepts ‘private’ or ‘public’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteTrelloOrganization
Delete an organization in Trello using its ID.
Parameters
- organization_identifier (
string, required) The ID or name of the organization to delete in Trello.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetOrganizationField
Retrieve a specific field from a Trello organization.
Parameters
- organization_field (
string, required) Specify the field of the organization to retrieve, such as ‘id’ or ‘name’. - organization_identifier (
string, required) The unique ID or name of the Trello organization to retrieve information from.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListWorkspaceActions
Retrieve actions related to a specific Trello Workspace.
Parameters
- organization_id_or_name (
string, required) The ID or name of the Trello Workspace to list actions for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListWorkspaceBoards
Retrieve boards in a specified Trello Workspace.
Parameters
- workspace_identifier (
string, required) The ID or name of the Trello Workspace to retrieve boards from. - board_fields (
string, optional) Specify ‘all’ or a comma-separated list of board fields such as ‘id’, ‘name’, ‘desc’, etc. This determines which fields to include in the response. - board_filter (
string, optional) Specifyallor a comma-separated list ofopen,closed,members,organization,publicto filter board types.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.StartOrganizationCsvExport
Initiate CSV export for a Trello organization.
Parameters
- workspace_id_or_name (
string, required) The ID or name of the Trello Workspace to export data from. - include_attachments (
boolean, optional) Set to true to include attachments in the CSV export, otherwise set to false.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RetrieveOrganizationExports
Retrieve exports for a Trello organization.
Parameters
- workspace_identifier (
string, required) The identifier for the Trello Workspace, which can be either its ID or name.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListWorkspaceMembers
Retrieve members of a Trello Workspace by ID.
Parameters
- workspace_id_or_name (
string, required) The ID or name of the Trello Workspace to retrieve members from.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateOrganizationMembers
Update members of a Trello organization.
Parameters
- member_email (
string, required) The email address of the member to be updated in the organization. - member_full_name (
string, required) The full name of the member, at least 1 character not beginning or ending with a space. - organization_id_or_name (
string, required) The ID or name of the Trello organization to update members for. - member_role (
string, optional) Specify the role of the member, eitheradminornormal.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListWorkspaceMemberships
Retrieve memberships of a Trello Workspace.
Parameters
- organization_id_or_name (
string, required) The ID or name of the Trello Workspace you want to retrieve memberships for. - include_member_objects (
boolean, optional) Whether to include Member objects with the Workspace memberships.Trueto include,Falseto exclude. - membership_filter (
string, optional) Filter memberships: useallor a comma-separated list ofactive,admin,deactivated,me,normal.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetOrganizationMembership
Retrieve a specific membership for an organization.
Parameters
- membership_id (
string, required) The ID of the membership to retrieve details for a specific organization. - organization_id_or_name (
string, required) The unique ID or name of the organization to fetch membership details for. - include_member_object (
boolean, optional) Include the Member object in the response when set to true.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetWorkspacePluginData
Retrieve organization scoped plugin data for a Trello workspace.
Parameters
- organization_id_or_name (
string, required) The ID or name of the organization in Trello to retrieve plugin data for a workspace.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ListOrganizationCollections
List collections or tags for a specified organization on Trello.
Parameters
- organization_id_or_name (
string, required) The ID or name of the Trello organization to list collections for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateOrganizationTag
Create a new tag within a specific Trello organization.
Parameters
- organization_id_or_name (
string, required) The ID or name of the Trello organization where the tag will be created.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.AddOrUpdateWorkspaceMember
Add or update a member in a Trello Workspace.
Parameters
- member_id_or_username (
string, required) The ID or username of the member to add or update in the Trello Workspace. - member_role_type (
string, required) Specify the role of the member in the workspace. Acceptable values are ‘admin’ or ‘normal’. - organization_id_or_name (
string, required) The ID or name of the Trello organization to which the member will be added or updated.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveMemberFromWorkspace
Remove a member from a Trello Workspace.
Parameters
- member_id (
string, required) The ID of the member to remove from the Trello Workspace. - workspace_identifier (
string, required) The ID or name of the Trello Workspace to identify the organization for removal of a member.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateWorkspaceMemberStatus
Deactivate or reactivate a member of a workspace.
Parameters
- deactivate_member (
boolean, required) Set to true to deactivate the member or false to reactivate the member in the workspace. - member_id_or_username (
string, required) The ID or username of the member whose status needs to be updated in the workspace. - organization_id_or_name (
string, required) The ID or name of the organization within Trello to update the member status.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.SetWorkplaceLogo
Set the logo image for a Workspace.
Parameters
- workspace_identifier (
string, required) The ID or name of the Trello Workspace for which to set the logo. - logo_image_file (
string, optional) The image file to set as the Workspace logo. Provide the file path or URL of the image.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteWorkspaceLogo
Remove the logo from a Trello Workspace.
Parameters
- workspace_id_or_name (
string, required) The ID or name of the Trello Workspace to delete the logo from.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteMemberFromWorkspace
Remove a member from a Workspace and all Workspace boards.
Parameters
- member_id_to_remove (
string, required) The ID of the member to be removed from the Workspace. - organization_id_or_name (
string, required) The ID or name of the Trello organization (Workspace) from which the member is to be removed.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveWorkspaceDomain
Remove the associated Google Apps domain from a Workspace.
Parameters
- organization_id_or_name (
string, required) The ID or name of the Trello organization to dissociate the Google Apps domain from.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveEmailDomainRestriction
Remove email domain restriction for Workspace invites.
Parameters
- organization_id_or_name (
string, required) The ID or name of the Trello organization to remove the email domain restriction from.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteOrganizationTag
Delete a specified tag from an organization.
Parameters
- organization_id_or_name (
string, required) The ID or name of the organization from which to delete the tag. - tag_id_to_delete (
string, required) The ID of the tag to be removed from the organization.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CheckBoardBillableGuests
Check if a board has new billable guests.
Parameters
- board_id (
string, required) The ID of the Trello board to check for new billable guests. - organization_id_or_name (
string, required) The ID or name of the Trello organization to check for new billable guests on the board.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloPluginInfo
Retrieve information about a specific Trello plugin.
Parameters
- organization_id_or_name (
string, required) The ID or name of the organization for which the plugin information is requested.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloPlugin
Update a specific plugin on Trello.
Parameters
- organization_identifier (
string, required) The ID or name of the organization associated with the plugin to update.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateTrelloPluginListing
Create a new listing for a Trello Power-Up.
Parameters
- power_up_id (
string, required) The ID of the Power-Up for which you are creating a new listing. - listing_locale (
string, optional) The specific locale code (e.g., ‘en-US’) for which the listing should be displayed. - locale_description (
string, optional) The description for the Power-Up listing in the specified locale. - overview_for_locale (
string, optional) The overview text to display for the specified locale. Provide a concise summary relevant to the plugin. - plugin_locale_name (
string, optional) The name for the Power-Up listing in the specified locale.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetPluginMemberPrivacyCompliance
Retrieve a plugin’s member privacy compliance status.
Parameters
- power_up_id (
string, required) The unique identifier of the Power-Up to check member privacy compliance.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdatePowerUpListing
Update an existing listing for a Trello Power-Up.
Parameters
- listing_id (
string, required) The ID of the existing listing for the Power-Up that is being updated. - power_up_id (
string, required) The ID of the Power-Up whose listing is being updated. - listing_description (
string, optional) The description to show for the specified locale of the Power-Up listing. - listing_locale (
string, optional) The locale code for displaying the listing, e.g., ‘en’ for English. - localized_name (
string, optional) The name of the listing to display for the specified locale. - overview_for_locale (
string, optional) Provide the overview text for the specified locale to update the listing.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.TrelloSearch
Search for information within Trello.
Parameters
- search_query (
string, required) The search query string, with a length between 1 and 16384 characters. - board_fields_selection (
string, optional) Comma-separated list of board fields to return or ‘all’ for every field. Options include: closed, dateLastActivity, etc. - board_identifiers (
string, optional) Specify ‘mine’ to search all your boards or provide a comma-separated list of Board IDs. - card_fields (
string, optional) Specify ‘all’ or a comma-separated list of card fields like ‘badges’, ‘desc’, ‘labels’. Defaults to ‘all’ if omitted. - card_ids (
string, optional) Comma-separated list of Trello Card IDs to search within. - cards_page_number (
number, optional) Specify the page number for card search results. Maximum value is 100. - enable_partial_search (
boolean, optional) Enable partial search to match content starting with words in your query, allowing for more flexible search results. - include_card_attachments (
string, optional) Specify ‘true’ to include all attachment objects, ‘cover’ for only card cover attachments, or ‘false’ for no attachments. - include_card_list (
boolean, optional) Include the parent list with card results. A boolean value (true or false). - include_card_members (
boolean, optional) Include member objects with card results if set to true; exclude them if false. - include_card_stickers (
boolean, optional) Set to true to include sticker objects with card results. Set to false to exclude them. - include_parent_board_with_card_results (
boolean, optional) Set to true to include parent board details in card results. - include_parent_organization_with_board_results (
boolean, optional) Include the parent organization in the board results. Set to true to include, false to exclude. - max_members_returned (
integer, optional) The maximum number of members to return in the search results. Maximum value is 1000. - max_workspaces_to_return (
integer, optional) The maximum number of Workspaces to return. Accepts an integer up to 1000. - maximum_boards_returned (
integer, optional) The maximum number of boards to return. Must be an integer up to 1000. - maximum_cards_to_return (
integer, optional) The maximum number of cards to return. Maximum value is 1000. - member_fields_selection (
string, optional) Specify which member fields to return. Options:allor a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username. - organization_fields_to_return (
string, optional) Specify ‘all’ or a comma-separated list of organization attributes like ‘billableMemberCount’, ‘desc’, ‘displayName’, etc., to include in the results. - organization_ids (
string, optional) A comma-separated list of Trello Organization IDs to filter the search results. - trello_object_types (
string, optional) Specify types of Trello objects to search, such as ‘all’, ‘actions’, ‘boards’, ‘cards’, ‘members’, or ‘organizations’. Use a comma-separated list.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.SearchTrelloMembers
Search and retrieve Trello member information.
Parameters
- search_query (
string, required) The search term for finding Trello members, between 1 and 16384 characters long. - board_id (
string, optional) The ID of the Trello board to filter members by. Leave empty to include all boards. - organization_id (
string, optional) Unique identifier for the organization to filter the search results. Use this to limit the search to members within a specific organization. - restrict_to_organization_members (
boolean, optional) If true, limit the search results to include only members of the organization. - result_limit (
integer, optional) Specify the maximum number of Trello member search results to return, with a maximum of 20.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RetrieveTrelloTokenInfo
Retrieve information about a Trello token.
Parameters
- trello_token (
string, required) The unique identifier for the Trello token to retrieve information about. - include_webhooks (
boolean, optional) Set to true to include webhooks in the response; false to exclude them. - retrieve_fields (
string, optional) Specify ‘all’ or a comma-separated list of fields: dateCreated, dateExpires, idMember, identifier, permissions.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloTokenOwner
Retrieve information about a Trello token’s owner.
Parameters
- trello_token (
string, required) The unique Trello token to identify and retrieve the owner information. Must be a valid string. - retrieve_fields (
string, optional) Specify ‘all’ or a comma-separated list of Trello member fields to retrieve, such as ‘id’.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RetrieveTokenWebhooks
Retrieve all webhooks created with a specific token.
Parameters
- trello_token (
string, required) The Trello token used to retrieve associated webhooks. It identifies the user’s session and permissions.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.CreateTrelloWebhook
Create a new webhook for a Trello token.
Parameters
- object_id_for_webhook (
string, required) ID of the Trello object (board or card) to create a webhook on. - trello_token (
string, required) The authentication token for Trello. It allows access to create the webhook. Required for authorization. - webhook_callback_url (
string, required) The URL where the webhook will POST updates. Ensure it’s a valid and accessible URL. - webhook_description (
string, optional) A string description displayed when retrieving information about the webhook. It helps identify the purpose or function of the webhook.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RetrieveTrelloWebhook
Retrieve details of a specific Trello webhook.
Parameters
- trello_token (
string, required) The Trello API token used to authenticate the request and retrieve the webhook details. - webhook_id (
string, required) The ID of the Trello webhook you want to retrieve details for.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteTrelloWebhook
Delete a specific Trello webhook.
Parameters
- access_token (
string, required) The access token used for authentication. It identifies the user and grants permission to delete the webhook. - webhook_id (
string, required) The unique ID of the Trello webhook you wish to delete.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.UpdateTrelloWebhook
Update a Trello webhook using a specific token.
Parameters
- authentication_token (
string, required) The token used for authenticating the request to update the webhook in Trello. Required for authorization. - webhook_id (
string, required) The ID of the Trello webhook to be updated. Used to identify which webhook to modify. - callback_url (
string, optional) The URL where the webhook will POST data. Ensure the URL is accessible and correct. - object_id_for_webhook (
string, optional) ID of the Trello object (e.g., board, card) associated with the webhook. - webhook_description (
string, optional) A description to be displayed when retrieving information about the webhook.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.DeleteTrelloToken
Deletes a Trello token to revoke access.
Parameters
- trello_token_to_delete (
string, required) The Trello token string that needs to be deleted to revoke access.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.AddTrelloWebhook
Create a new webhook on Trello.
Parameters
- callback_url (
string, required) A valid URL that supportsHEADandPOSTrequests for webhook notifications. - model_id_to_monitor (
string, required) ID of the Trello model (board, card, etc.) to monitor for changes. - is_webhook_active (
boolean, optional) A boolean to specify whether the webhook is active and sending POST requests. - webhook_description (
string, optional) A description of the webhook, up to 16384 characters long.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetTrelloWebhookById
Retrieve details of a Trello webhook by its ID.
Parameters
- webhook_id (
string, required) The unique identifier for the Trello webhook to retrieve.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.ModifyTrelloWebhook
Updates a Trello webhook by its ID.
Parameters
- webhook_id (
string, required) The ID of the Trello webhook to update. This identifies which webhook’s settings you want to modify. - activate_webhook (
boolean, optional) Set to true to activate the webhook and enable sending POST requests, or false to deactivate. - callback_url (
string, optional) A valid URL that is reachable with aHEADandPOSTrequest, used to receive webhook data. - model_id (
string, optional) ID of the model to be monitored for webhook updates. - webhook_description (
string, optional) A string describing the webhook, with a length from 0 to 16384 characters.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.RemoveTrelloWebhook
Delete a Trello webhook by ID.
Parameters
- webhook_id (
string, required) The ID of the Trello webhook you want to delete.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
TrelloApi.GetWebhookField
Retrieve a specific field from a Trello webhook.
Parameters
- webhook_field_to_retrieve (
string, required) Specify which field to retrieve from the webhook. Options are:active,callbackURL,description,idModel. - webhook_id (
string, required) ID of the Trello webhook to retrieve information from.
Secrets
This tool requires the following secrets: TRELLO_API_KEY, TRELLO_API_TOKEN. You can obtain these from the Trello Power-Ups Admin Portal or directly at trello.com/app-key . See the Authentication section above for detailed instructions and the Trello API documentation for more information.
Authentication
The Arcade Trello API MCP Server requires two environment variables to authenticate with the Trello API:
TRELLO_API_KEYTRELLO_API_TOKEN
How to obtain your credentials:
- Log in to your Trello account
- Navigate to the Power-Ups Admin Portal
- Click on “New” to create a new Power-Up or select an existing one
- In your Power-Up settings, go to the API Key tab
- Your API Key will be displayed
- Click on “Token” link to generate a Token (this will require authorization)
- Authorize the token with the required scopes
- Copy both the API Key and Token for use in your configuration
Alternatively, you can directly access your API key at: https://trello.com/app-key
For more details, see the Trello API Authentication documentation .
Reference
Below is a reference of enumerations used by some of the tools in the TrelloApi MCP Server:
ToolMode
- GET_REQUEST_SCHEMA:
get_request_schema - EXECUTE:
execute