Trello
Overview
SLUG: TRELLO
Description
A web-based, kanban-style, list-making application.
Authentication Details
Oauth1
Bearer Token
Connecting to Trello
Create an auth config
Use the dashboard to create an auth config for the Trello toolkit. This allows you to connect multiple Trello accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Trello Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using Oauth1
Using Bearer Token
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Trello toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
TRELLO_ADD_BOARDS
Tool Name: Add board
Description
Action Parameters
Action Response
TRELLO_ADD_CARDS
Tool Name: Add card
Description
Action Parameters
Action Response
TRELLO_ADD_LISTS
Tool Name: Add new list to board
Description
Action Parameters
Action Response
TRELLO_DELETE_CARDS_BY_ID_CARD
Tool Name: Delete card by ID
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_BY_ID_BOARD
Tool Name: Get board by id
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD
Tool Name: Get cards by board ID
Description
Action Parameters
Action Response
TRELLO_GET_LISTS_BOARD_BY_ID_LIST
Tool Name: Get board by list ID
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_BY_ID_MEMBER
Tool Name: Get member by ID
Description
Action Parameters
Action Response
TRELLO_ACTION_GET_BOARD_BY_ID_ACTION
Tool Name: Get board by action id
Description
Action Parameters
Action Response
TRELLO_ACTION_GET_BY_ID
Tool Name: Get action by ID
Description
Action Parameters
Action Response
TRELLO_ACTION_GET_LIST_BY_ID_ACTION
Tool Name: Get an action’s list
Description
Action Parameters
Action Response
TRELLO_ADD_BOARDS_CALENDAR_KEY_GENERATE_BY_ID_BOARD
Tool Name: Generate board calendar key
Description
Action Parameters
Action Response
TRELLO_ADD_BOARDS_CHECKLISTS_BY_ID_BOARD
Tool Name: Add checklist to board
Description
Action Parameters
Action Response
TRELLO_ADD_BOARDS_EMAIL_KEY_GENERATE_BY_ID_BOARD
Tool Name: Generate email key for board
Description
Action Parameters
Action Response
TRELLO_ADD_BOARDS_LABELS_BY_ID_BOARD
Tool Name: Add a label to a board
Description
Action Parameters
Action Response
TRELLO_ADD_BOARDS_LISTS_BY_ID_BOARD
Tool Name: Add new list to board
Description
Action Parameters
Action Response
TRELLO_ADD_BOARDS_MARK_AS_VIEWED_BY_ID_BOARD
Tool Name: Mark board as viewed
Description
Action Parameters
Action Response
TRELLO_ADD_BOARDS_POWER_UPS_BY_ID_BOARD
Tool Name: Add board power-up
Description
Action Parameters
Action Response
TRELLO_ADD_CARDS_ACTIONS_COMMENTS_BY_ID_CARD
Tool Name: Add comment to card
Description
Action Parameters
Action Response
TRELLO_ADD_CARDS_ATTACHMENTS_BY_ID_CARD
Tool Name: Add attachment to card
Description
Action Parameters
Action Response
TRELLO_ADD_CARDS_CHECKLISTS_BY_ID_CARD
Tool Name: Add checklist to card via id
Description
Action Parameters
Action Response
TRELLO_ADD_CARDS_ID_LABELS_BY_ID_CARD
Tool Name: Add label to card
Description
Action Parameters
Action Response
TRELLO_ADD_CARDS_ID_MEMBERS_BY_ID_CARD
Tool Name: Add card member by id
Description
Action Parameters
Action Response
TRELLO_ADD_CARDS_LABELS_BY_ID_CARD
Tool Name: Add labels to card
Description
Action Parameters
Action Response
TRELLO_ADD_CARDS_MEMBERS_VOTED_BY_ID_CARD
Tool Name: Add member vote to card
Description
Action Parameters
Action Response
TRELLO_ADD_CARDS_STICKERS_BY_ID_CARD
Tool Name: Add sticker to card
Description
Action Parameters
Action Response
TRELLO_ADD_CHECKLISTS
Tool Name: Add checklist to card
Description
Action Parameters
Action Response
TRELLO_ADD_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLIST
Tool Name: Add check item to checklist
Description
Action Parameters
Action Response
TRELLO_ADD_CHECKLIST_ITEM
Tool Name: Add check item to checklist
Description
Action Parameters
Action Response
TRELLO_ADD_LABELS
Tool Name: Create label on board
Description
Action Parameters
Action Response
TRELLO_ADD_LISTS_ARCHIVE_ALL_CARDS_BY_ID_LIST
Tool Name: Archive all cards in list
Description
Action Parameters
Action Response
TRELLO_ADD_LISTS_CARDS_BY_ID_LIST
Tool Name: Add card to list
Description
Action Parameters
Action Response
TRELLO_ADD_LISTS_MOVE_ALL_CARDS_BY_ID_LIST
Tool Name: Move all cards in list to board
Description
Action Parameters
Action Response
TRELLO_ADD_MEMBERS_AVATAR_BY_ID_MEMBER
Tool Name: Upload member avatar
Description
Action Parameters
Action Response
TRELLO_ADD_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBER
Tool Name: Add member board background
Description
Action Parameters
Action Response
TRELLO_ADD_MEMBERS_BOARD_STARS_BY_ID_MEMBER
Tool Name: Add board star to member
Description
Action Parameters
Action Response
TRELLO_ADD_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBER
Tool Name: Add custom board background for a member
Description
Action Parameters
Action Response
TRELLO_ADD_MEMBERS_CUSTOM_EMOJI_BY_ID_MEMBER
Tool Name: Add custom emoji for a member
Description
Action Parameters
Action Response
TRELLO_ADD_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBER
Tool Name: Add custom sticker for member
Description
Action Parameters
Action Response
TRELLO_ADD_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBER
Tool Name: Add saved search for member
Description
Action Parameters
Action Response
TRELLO_ADD_NOTIFICATIONS_ALL_READ
Tool Name: Mark all notifications as read
Description
Action Parameters
Action Response
TRELLO_ADD_ORGANIZATIONS
Tool Name: Create organization
Description
Action Parameters
Action Response
TRELLO_ADD_ORGANIZATIONS_LOGO_BY_ID_ORG
Tool Name: Add organization logo
Description
Action Parameters
Action Response
TRELLO_ADD_SESSIONS
Tool Name: Create new session
Description
Action Parameters
Action Response
TRELLO_ADD_TOKENS_WEBHOOKS_BY_TOKEN
Tool Name: Add token webhook
Description
Action Parameters
Action Response
TRELLO_BOARD_CREATE_BOARD
Tool Name: Add board
Description
Action Parameters
Action Response
TRELLO_BOARD_FILTER_CARDS_BY_ID_BOARD
Tool Name: Get cards by filter from board
Description
Action Parameters
Action Response
TRELLO_BOARD_GET_BY_ID
Tool Name: Get board by id
Description
Action Parameters
Action Response
TRELLO_BOARD_GET_CARDS_BY_ID_BOARD
Tool Name: Get cards by board ID
Description
Action Parameters
Action Response
TRELLO_BOARD_GET_LISTS_BY_ID_BOARD
Tool Name: Get board’s lists
Description
Action Parameters
Action Response
TRELLO_CARD_CREATE_AND_UPDATE
Tool Name: Add card
Description
Action Parameters
Action Response
TRELLO_CARD_GET_BY_ID
Tool Name: Get card by ID
Description
Action Parameters
Action Response
TRELLO_CARD_GET_BY_ID_FIELD
Tool Name: Get card field by id
Description
Action Parameters
Action Response
TRELLO_CARD_UPDATE_BY_ID_CARD
Tool Name: Update card attributes
Description
Action Parameters
Action Response
TRELLO_CARD_UPDATE_ID_LIST_BY_ID_CARD
Tool Name: Update card list ID
Description
Action Parameters
Action Response
TRELLO_CARD_UPDATE_POS_BY_ID_CARD
Tool Name: Update card position
Description
Action Parameters
Action Response
TRELLO_CONVERT_CHECKLIST_ITEM_TO_CARD
Tool Name: Convert checklist item to card
Description
Action Parameters
Action Response
TRELLO_DELETE_ACTIONS_BY_ID_ACTION
Tool Name: Delete action by id
Description
Action Parameters
Action Response
TRELLO_DELETE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBER
Tool Name: Delete member from board
Description
Action Parameters
Action Response
TRELLO_DELETE_BOARDS_POWER_UPS_BY_ID_BOARD_BY_POWER_UP
Tool Name: Delete Power-Up from board
Description
Action Parameters
Action Response
TRELLO_DELETE_CARDS_ACTIONS_COMMENTS_BY_ID_CARD_BY_ID_ACTION
Tool Name: Delete card action comment
Description
Action Parameters
Action Response
TRELLO_DELETE_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENT
Tool Name: Delete card attachment
Description
Action Parameters
Action Response
TRELLO_DELETE_CARDS_CHECKLISTS_BY_ID_CARD_BY_ID_CHECKLIST
Tool Name: Delete card checklist
Description
Action Parameters
Action Response
TRELLO_DELETE_CARDS_ID_LABELS_BY_ID_CARD_BY_ID_LABEL
Tool Name: Remove label from card
Description
Action Parameters
Action Response
TRELLO_DELETE_CARDS_ID_MEMBERS_BY_ID_CARD_BY_ID_MEMBER
Tool Name: Remove member from card
Description
Action Parameters
Action Response
TRELLO_DELETE_CARDS_LABELS_BY_ID_CARD_BY_COLOR
Tool Name: Delete card label by color
Description
Action Parameters
Action Response
TRELLO_DELETE_CARDS_MEMBERS_VOTED_BY_ID_CARD_BY_ID_MEMBER
Tool Name: Delete member vote from card
Description
Action Parameters
Action Response
TRELLO_DELETE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKER
Tool Name: Delete card sticker
Description
Action Parameters
Action Response
TRELLO_DELETE_CHECKLISTS_BY_ID_CHECKLIST
Tool Name: Delete checklist by id
Description
Action Parameters
Action Response
TRELLO_DELETE_CHECKLIST_ITEM
Tool Name: Delete checklist item
Description
Action Parameters
Action Response
TRELLO_DELETE_LABELS_BY_ID_LABEL
Tool Name: Delete label by id
Description
Action Parameters
Action Response
TRELLO_DELETE_MEMBER_BOARD_BACKGROUND
Tool Name: Delete member board background
Description
Action Parameters
Action Response
TRELLO_DELETE_MEMBER_CUSTOM_STICKER
Tool Name: Delete member custom sticker
Description
Action Parameters
Action Response
TRELLO_DELETE_MEMBER_SAVED_SEARCH
Tool Name: Delete member saved search
Description
Action Parameters
Action Response
TRELLO_DELETE_ORGANIZATIONS_BY_ID_ORG
Tool Name: Delete organization by id
Description
Action Parameters
Action Response
TRELLO_DELETE_ORGANIZATIONS_LOGO_BY_ID_ORG
Tool Name: Delete organization logo by id
Description
Action Parameters
Action Response
TRELLO_DELETE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBER
Tool Name: Delete organization member by IDs
Description
Action Parameters
Action Response
TRELLO_DELETE_ORG_ASSOCIATED_DOMAIN
Tool Name: Delete org associated domain
Description
Action Parameters
Action Response
TRELLO_DELETE_ORG_INVITE_RESTRICT
Tool Name: Delete org invite restriction
Description
Action Parameters
Action Response
TRELLO_DELETE_TOKENS_BY_TOKEN
Tool Name: Delete token
Description
Action Parameters
Action Response
TRELLO_DELETE_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOK
Tool Name: Delete token webhook by id
Description
Action Parameters
Action Response
TRELLO_DELETE_WEBHOOKS_BY_ID_WEBHOOK
Tool Name: Delete webhook by id
Description
Action Parameters
Action Response
TRELLO_DISMISS_MEMBER_MESSAGE
Tool Name: Dismiss member message
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION
Tool Name: Get board by action id
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION_BY_FIELD
Tool Name: Get action’s board field
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_BY_ID_ACTION
Tool Name: Get action by ID
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_BY_ID_ACTION_BY_FIELD
Tool Name: Get action field by id
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_CARD_BY_ID_ACTION
Tool Name: Get card by action ID
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_CARD_BY_ID_ACTION_BY_FIELD
Tool Name: Get action’s card field
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_DISPLAY_BY_ID_ACTION
Tool Name: Get action display by ID
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_ENTITIES_BY_ID_ACTION
Tool Name: Get action entities by id
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_LIST_BY_ID_ACTION
Tool Name: Get an action’s list
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_LIST_BY_ID_ACTION_BY_FIELD
Tool Name: Get field of action’s list
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTION
Tool Name: Get action’s member by id
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTION_BY_FIELD
Tool Name: Get member action field by ID
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTION
Tool Name: Fetch action member creator
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTION_BY_FIELD
Tool Name: Get action member creator field
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTION
Tool Name: Fetch organization action by id
Description
Action Parameters
Action Response
TRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTION_BY_FIELD
Tool Name: Get action’s organization field
Description
Action Parameters
Action Response
TRELLO_GET_BATCH
Tool Name: Get batch
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_ACTIONS_BY_ID_BOARD
Tool Name: Get board actions by id
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_BOARD_STARS_BY_ID_BOARD
Tool Name: Get board stars by board ID
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_BY_ID_BOARD_BY_FIELD
Tool Name: Get board field
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_FILTER
Tool Name: Get cards by filter from board
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_ID_CARD
Tool Name: Get card from board
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_CHECKLISTS_BY_ID_BOARD
Tool Name: Get board checklists
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_DELTAS_BY_ID_BOARD
Tool Name: Retrieve board deltas
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_LABELS_BY_ID_BOARD
Tool Name: Get board labels by ID
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_LABELS_BY_ID_BOARD_BY_ID_LABEL
Tool Name: Get a board label
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_LISTS_BY_ID_BOARD
Tool Name: Get board’s lists
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_LISTS_BY_ID_BOARD_BY_FILTER
Tool Name: Get board lists by filter
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARD
Tool Name: List board memberships
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARD_BY_ID_MEMBERSHIP
Tool Name: Get board membership
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_MEMBERS_BY_ID_BOARD
Tool Name: Get board members
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_MEMBERS_BY_ID_BOARD_BY_FILTER
Tool Name: Get board members filtered
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_MEMBERS_CARDS_BY_ID_BOARD_BY_ID_MEMBER
Tool Name: Get member cards from board
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_MEMBERS_INVITED_BY_ID_BOARD
Tool Name: Get invited board members
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_MEMBERS_INVITED_BY_ID_BOARD_BY_FIELD
Tool Name: Retrieve invited board member field
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_MY_PREFS_BY_ID_BOARD
Tool Name: Get my board preferences
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_ORGANIZATION_BY_ID_BOARD
Tool Name: Get board organization
Description
Action Parameters
Action Response
TRELLO_GET_BOARDS_ORGANIZATION_BY_ID_BOARD_BY_FIELD
Tool Name: Get board organization field
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_ACTIONS_BY_ID_CARD
Tool Name: Get card actions by id
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARD
Tool Name: Get card attachments
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENT
Tool Name: Get specific card attachment
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_BOARD_BY_ID_CARD
Tool Name: Get board by card id
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_BOARD_BY_ID_CARD_BY_FIELD
Tool Name: Get board field by card ID
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_BY_ID_CARD
Tool Name: Get card by ID
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_BY_ID_CARD_BY_FIELD
Tool Name: Get card field by id
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_CHECKLISTS_BY_ID_CARD
Tool Name: Get card checklists by ID
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_CHECK_ITEM_STATES_BY_ID_CARD
Tool Name: Get card check item states
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_LIST_BY_ID_CARD
Tool Name: Get list by card ID
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_LIST_BY_ID_CARD_BY_FIELD
Tool Name: Get card list field
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_MEMBERS_BY_ID_CARD
Tool Name: Get card members
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_MEMBERS_VOTED_BY_ID_CARD
Tool Name: Get card members voted
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_STICKERS_BY_ID_CARD
Tool Name: Get card stickers by ID card
Description
Action Parameters
Action Response
TRELLO_GET_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKER
Tool Name: Get card sticker by id
Description
Action Parameters
Action Response
TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLIST
Tool Name: Get board for a checklist
Description
Action Parameters
Action Response
TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLIST_BY_FIELD
Tool Name: Get checklist’s board field
Description
Action Parameters
Action Response
TRELLO_GET_CHECKLISTS_BY_ID_CHECKLIST
Tool Name: Get checklist by ID
Description
Action Parameters
Action Response
TRELLO_GET_CHECKLISTS_BY_ID_CHECKLIST_BY_FIELD
Tool Name: Get checklist field
Description
Action Parameters
Action Response
TRELLO_GET_CHECKLISTS_CARDS_BY_ID_CHECKLIST
Tool Name: Get checklist cards
Description
Action Parameters
Action Response
TRELLO_GET_CHECKLISTS_CARDS_BY_ID_CHECKLIST_BY_FILTER
Tool Name: Get cards from a checklist by filter
Description
Action Parameters
Action Response
TRELLO_GET_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLIST
Tool Name: Get checklist items by ID
Description
Action Parameters
Action Response
TRELLO_GET_CHECK_ITEM_BY_ID
Tool Name: Get check item by id
Description
Action Parameters
Action Response
TRELLO_GET_LABELS_BOARD_BY_ID_LABEL
Tool Name: Get board by label ID
Description
Action Parameters
Action Response
TRELLO_GET_LABELS_BOARD_BY_ID_LABEL_BY_FIELD
Tool Name: Retrieve board field by label id
Description
Action Parameters
Action Response
TRELLO_GET_LABELS_BY_ID_LABEL
Tool Name: Get label by id
Description
Action Parameters
Action Response
TRELLO_GET_LISTS_ACTIONS_BY_ID_LIST
Tool Name: Get list actions by ID
Description
Action Parameters
Action Response
TRELLO_GET_LISTS_BOARD_BY_ID_LIST_BY_FIELD
Tool Name: Get board field by list ID
Description
Action Parameters
Action Response
TRELLO_GET_LISTS_BY_ID_LIST
Tool Name: Get list by ID
Description
Action Parameters
Action Response
TRELLO_GET_LISTS_BY_ID_LIST_BY_FIELD
Tool Name: Get list field value
Description
Action Parameters
Action Response
TRELLO_GET_LISTS_CARDS_BY_ID_LIST
Tool Name: Get cards in a list
Description
Action Parameters
Action Response
TRELLO_GET_LISTS_CARDS_BY_ID_LIST_BY_FILTER
Tool Name: Get list cards by filter
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_ACTIONS_BY_ID_MEMBER
Tool Name: Get member actions by ID
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_BOARDS_BY_ID_MEMBER
Tool Name: Get member boards by id
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_BOARDS_BY_ID_MEMBER_BY_FILTER
Tool Name: Get member boards with filter
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBER
Tool Name: Get member’s invited boards
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBER_BY_FIELD
Tool Name: Get member’s invited board field
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBER
Tool Name: Get member board backgrounds
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_BOARD_STARS_BY_ID_MEMBER
Tool Name: Get member board stars
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_BOARD_STARS_BY_ID_MEMBER_BY_ID_BOARD_STAR
Tool Name: Get member board star
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_BY_ID_MEMBER_BY_FIELD
Tool Name: Get member field by ID
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_CARDS_BY_ID_MEMBER
Tool Name: Get cards by member ID
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_CARDS_BY_ID_MEMBER_BY_FILTER
Tool Name: Get member cards by filter
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBER
Tool Name: Retrieve member custom board backgrounds
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_CUSTOM_EMOJI_BY_ID_MEMBER
Tool Name: Get member custom emoji
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBER
Tool Name: Get member custom stickers
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_DELTAS_BY_ID_MEMBER
Tool Name: Get member deltas by ID
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBER
Tool Name: Get member notifications by id
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBER_BY_FILTER
Tool Name: Get member notifications by filter
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_ORGANIZATIONS_BY_ID_MEMBER
Tool Name: Get a specified member’s organizations
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_ORGANIZATIONS_BY_ID_MEMBER_BY_FILTER
Tool Name: Get member organizations by filter
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_ORGANIZATIONS_INVITED_BY_ID_MEMBER
Tool Name: Retrieve member s invited organizations
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBER
Tool Name: Get member saved searches
Description
Action Parameters
Action Response
TRELLO_GET_MEMBERS_TOKENS_BY_ID_MEMBER
Tool Name: Retrieve member tokens
Description
Action Parameters
Action Response
TRELLO_GET_MEMBER_BOARD_BACKGROUND
Tool Name: Get Member Board Background
Description
Action Parameters
Action Response
TRELLO_GET_MEMBER_CUSTOM_BOARD_BACKGROUND
Tool Name: Get member custom board background
Description
Action Parameters
Action Response
TRELLO_GET_MEMBER_CUSTOM_EMOJI
Tool Name: Get member custom emoji
Description
Action Parameters
Action Response
TRELLO_GET_MEMBER_CUSTOM_STICKER
Tool Name: Get member custom sticker
Description
Action Parameters
Action Response
TRELLO_GET_MEMBER_INVITED_ORG
Tool Name: Get field of member’s invited organization
Description
Action Parameters
Action Response
TRELLO_GET_MEMBER_ORG_CARDS
Tool Name: Get organization member cards
Description
Action Parameters
Action Response
TRELLO_GET_MEMBER_SAVED_SEARCH
Tool Name: Get Member Saved Search
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATION
Tool Name: Get notification board by ID
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATION_BY_FIELD
Tool Name: Get notification’s board field
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATION
Tool Name: Get notification by ID
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATION_BY_FIELD
Tool Name: Get a notification field
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATION
Tool Name: Get notification’s card
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATION_BY_FIELD
Tool Name: Get notification card field
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_DISPLAY_BY_ID_NOTIFICATION
Tool Name: Get notification display by id
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_ENTITIES_BY_ID_NOTIFICATION
Tool Name: Get notification entities by id
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATION
Tool Name: Retrieve notification list by id
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATION_BY_FIELD
Tool Name: Get notification list field
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATION
Tool Name: Get notification member by id
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATION_BY_FIELD
Tool Name: Retrieve notification member field
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_MEMBER_CREATOR_BY_ID_NOTIFICATION
Tool Name: Get member creator of a notification
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATIONS_ORGANIZATION_BY_ID_NOTIFICATION
Tool Name: Get notification organization
Description
Action Parameters
Action Response
TRELLO_GET_NOTIFICATION_ORG_FIELD
Tool Name: Get notification organization field
Description
Action Parameters
Action Response
TRELLO_GET_NOTIF_CREATOR_FIELD
Tool Name: Get notification creator field
Description
Action Parameters
Action Response
TRELLO_GET_ORGANIZATIONS_ACTIONS_BY_ID_ORG
Tool Name: Get organization actions by ID
Description
Action Parameters
Action Response
TRELLO_GET_ORGANIZATIONS_BOARDS_BY_ID_ORG
Tool Name: Get organization boards
Description
Action Parameters
Action Response
TRELLO_GET_ORGANIZATIONS_BOARDS_BY_ID_ORG_BY_FILTER
Tool Name: Get organization boards by filter
Description
Action Parameters
Action Response
TRELLO_GET_ORGANIZATIONS_BY_ID_ORG
Tool Name: Get organization by ID
Description
Action Parameters
Action Response
TRELLO_GET_ORGANIZATIONS_BY_ID_ORG_BY_FIELD
Tool Name: Get organization field by id
Description
Action Parameters
Action Response
TRELLO_GET_ORGANIZATIONS_DELTAS_BY_ID_ORG
Tool Name: Get organization deltas by id
Description
Action Parameters
Action Response
TRELLO_GET_ORGANIZATIONS_MEMBERSHIPS_BY_ID_ORG
Tool Name: Get organization memberships
Description
Action Parameters
Action Response
TRELLO_GET_ORGANIZATIONS_MEMBERS_BY_ID_ORG
Tool Name: Retrieve organization members by id
Description
Action Parameters
Action Response
TRELLO_GET_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_FILTER
Tool Name: Get organization members by filter
Description
Action Parameters
Action Response
TRELLO_GET_ORGANIZATIONS_MEMBERS_INVITED_BY_ID_ORG
Tool Name: Get invited organization members
Description
Action Parameters
Action Response
TRELLO_GET_ORGANIZATIONS_MEMBERS_INVITED_BY_ID_ORG_BY_FIELD
Tool Name: Get organization invited member field
Description
Action Parameters
Action Response
TRELLO_GET_ORG_MEMBERSHIP
Tool Name: Get organization membership
Description
Action Parameters
Action Response
TRELLO_GET_SEARCH
Tool Name: Search Trello
Description
Action Parameters
Action Response
TRELLO_GET_SEARCH_MEMBERS
Tool Name: Search for members
Description
Action Parameters
Action Response
TRELLO_GET_SESSIONS_SOCKET
Tool Name: Get sessions socket
Description
Action Parameters
Action Response
TRELLO_GET_TOKENS_BY_TOKEN
Tool Name: Get token by token
Description
Action Parameters
Action Response
TRELLO_GET_TOKENS_BY_TOKEN_BY_FIELD
Tool Name: Get token field
Description
Action Parameters
Action Response
TRELLO_GET_TOKENS_MEMBER_BY_TOKEN
Tool Name: Get token member
Description
Action Parameters
Action Response
TRELLO_GET_TOKENS_MEMBER_BY_TOKEN_BY_FIELD
Tool Name: Retrieve token member field
Description
Action Parameters
Action Response
TRELLO_GET_TOKENS_WEBHOOKS_BY_TOKEN
Tool Name: Get webhooks for token
Description
Action Parameters
Action Response
TRELLO_GET_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOK
Tool Name: Get token webhook by ID
Description
Action Parameters
Action Response
TRELLO_GET_TYPES_BY_ID
Tool Name: Get type by id
Description
Action Parameters
Action Response
TRELLO_GET_WEBHOOKS_BY_ID_WEBHOOK
Tool Name: Get webhook by ID
Description
Action Parameters
Action Response
TRELLO_GET_WEBHOOKS_BY_ID_WEBHOOK_BY_FIELD
Tool Name: Get webhook field by id
Description
Action Parameters
Action Response
TRELLO_LIST_CREATE_LIST
Tool Name: Add new list to board
Description
Action Parameters
Action Response
TRELLO_LIST_GET_BY_ID_LIST
Tool Name: Get list by ID
Description
Action Parameters
Action Response
TRELLO_LIST_GET_CARDS_BY_ID_LIST
Tool Name: Get cards in a list
Description
Action Parameters
Action Response
TRELLO_LIST_ID_BOARD_GET
Tool Name: Get board by list ID
Description
Action Parameters
Action Response
TRELLO_MARK_CARD_NOTIFICATIONS_READ
Tool Name: Mark card notifications read
Description
Action Parameters
Action Response
TRELLO_MEMBER_GET_BOARDS
Tool Name: Get member boards with filter
Description
Action Parameters
Action Response
TRELLO_MEMBER_GET_BOARDS_BY_ID_MEMBER
Tool Name: Get member boards by id
Description
Action Parameters
Action Response
TRELLO_MEMBER_GET_BY_ID
Tool Name: Get member by ID
Description
Action Parameters
Action Response
TRELLO_REMOVE_BOARD_STAR
Tool Name: Delete member board star
Description
Action Parameters
Action Response
TRELLO_REMOVE_CHECKLIST_ITEM_FROM_CARD_BY_IDS
Tool Name: Remove checklist item
Description
Action Parameters
Action Response
TRELLO_REMOVE_MEMBER_FROM_ORG
Tool Name: Delete member from organization
Description
Action Parameters
Action Response
TRELLO_REMOVE_SPECIFIC_MEMBER_S_BOARD_BACKGROUNDS
Tool Name: Remove member’s custom board background
Description
Action Parameters
Action Response
TRELLO_SEARCH_GET_RESULTS
Tool Name: Search Trello (deprecated)
Description
Action Parameters
Action Response
TRELLO_TOKEN_GET_MEMBER_BY_TOKEN
Tool Name: Get token member
Description
Action Parameters
Action Response
TRELLO_UPDATE_ACTIONS_BY_ID_ACTION
Tool Name: Update action text
Description
Action Parameters
Action Response
TRELLO_UPDATE_ACTIONS_TEXT_BY_ID_ACTION
Tool Name: Update action text
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_BY_ID_BOARD
Tool Name: Update board by ID
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_CLOSED_BY_ID_BOARD
Tool Name: Update board closed status
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_DESC_BY_ID_BOARD
Tool Name: Update board description
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_ID_ORGANIZATION_BY_ID_BOARD
Tool Name: Update board organization
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_LABEL_NAMES_BLUE_BY_ID_BOARD
Tool Name: Update a board’s blue label name
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_LABEL_NAMES_GREEN_BY_ID_BOARD
Tool Name: Update board’s green label name
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_LABEL_NAMES_ORANGE_BY_ID_BOARD
Tool Name: Update board label orange name
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_LABEL_NAMES_PURPLE_BY_ID_BOARD
Tool Name: Update purple label name
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_LABEL_NAMES_RED_BY_ID_BOARD
Tool Name: Update board label name red
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_LABEL_NAMES_YELLOW_BY_ID_BOARD
Tool Name: Update yellow label name on board
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_MEMBERS_BY_ID_BOARD
Tool Name: Update board members
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBER
Tool Name: Update board member attributes
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_MY_PREFS_EMAIL_POSITION_BY_ID_BOARD
Tool Name: Modify board email position preference
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_MY_PREFS_ID_EMAIL_LIST_BY_ID_BOARD
Tool Name: Update board email list preference
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_LIST_GUIDE_BY_ID_BOARD
Tool Name: Update board show list guide preference
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_SIDEBAR_BY_ID_BOARD
Tool Name: Update board sidebar visibility
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_NAME_BY_ID_BOARD
Tool Name: Update board name
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_PREFS_BACKGROUND_BY_ID_BOARD
Tool Name: Update board background
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_PREFS_CALENDAR_FEED_ENABLED_BY_ID_BOARD
Tool Name: Update board calendar feed enabled status
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_PREFS_CARD_AGING_BY_ID_BOARD
Tool Name: Update board card aging preference
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_PREFS_CARD_COVERS_BY_ID_BOARD
Tool Name: Update board card cover preference
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_PREFS_COMMENTS_BY_ID_BOARD
Tool Name: Update board comment preferences
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_PREFS_INVITATIONS_BY_ID_BOARD
Tool Name: Update board invitation preferences
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_PREFS_PERMISSION_LEVEL_BY_ID_BOARD
Tool Name: Update board prefs permission level
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_PREFS_SELF_JOIN_BY_ID_BOARD
Tool Name: Update board self-join preference
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_PREFS_VOTING_BY_ID_BOARD
Tool Name: Update board voting preferences
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARDS_SUBSCRIBED_BY_ID_BOARD
Tool Name: Update board subscription status
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARD_MEMBERSHIP
Tool Name: Update board membership
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARD_SIDEBAR_ACTIONS_PREFS
Tool Name: Update board sidebar actions preferences
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARD_SIDEBAR_ACTIVITY_PREFS
Tool Name: Update my board sidebar activity preference
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARD_SIDEBAR_MEMBERS_PREF
Tool Name: Update board sidebar members preference
Description
Action Parameters
Action Response
TRELLO_UPDATE_BOARD_STAR_POSITION
Tool Name: Update board star position
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_BY_ID_CARD
Tool Name: Update card attributes
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_CLOSED_BY_ID_CARD
Tool Name: Update card closed status by id
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_DESC_BY_ID_CARD
Tool Name: Update card description
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_DUE_BY_ID_CARD
Tool Name: Update card due date
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_ID_ATTACHMENT_COVER_BY_ID_CARD
Tool Name: Update card attachment cover
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_ID_BOARD_BY_ID_CARD
Tool Name: Move card to board
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_ID_LIST_BY_ID_CARD
Tool Name: Update card list ID
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_ID_MEMBERS_BY_ID_CARD
Tool Name: Add member to card
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_LABELS_BY_ID_CARD
Tool Name: Update card labels
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_NAME_BY_ID_CARD
Tool Name: Update card name
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_POS_BY_ID_CARD
Tool Name: Update card position
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKER
Tool Name: Update card sticker attributes
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARDS_SUBSCRIBED_BY_ID_CARD
Tool Name: Update card subscribed status
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARD_CHECKLIST_ITEM_POSITION
Tool Name: Update checklist item position
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARD_CHECKLIST_ITEM_STATE_BY_IDS
Tool Name: Update card checklist item state
Description
Action Parameters
Action Response
TRELLO_UPDATE_CARD_COMMENT
Tool Name: Update card comment
Description
Action Parameters
Action Response
TRELLO_UPDATE_CHECKLISTS_BY_ID_CHECKLIST
Tool Name: Update checklist
Description
Action Parameters
Action Response
TRELLO_UPDATE_CHECKLISTS_ID_CARD_BY_ID_CHECKLIST
Tool Name: Move checklist to card
Description
Action Parameters
Action Response
TRELLO_UPDATE_CHECKLISTS_NAME_BY_ID_CHECKLIST
Tool Name: Update checklist name
Description
Action Parameters
Action Response
TRELLO_UPDATE_CHECKLISTS_POS_BY_ID_CHECKLIST
Tool Name: Update checklist position by id
Description
Action Parameters
Action Response
TRELLO_UPDATE_CHECKLIST_ITEM_BY_IDS
Tool Name: Update a checklist item
Description
Action Parameters
Action Response
TRELLO_UPDATE_CHECKLIST_ITEM_NAME_IN_CARD
Tool Name: Update checklist item name in card
Description
Action Parameters
Action Response
TRELLO_UPDATE_LABELS_BY_ID_LABEL
Tool Name: Update label attributes
Description
Action Parameters
Action Response
TRELLO_UPDATE_LABELS_COLOR_BY_ID_LABEL
Tool Name: Update label color
Description
Action Parameters
Action Response
TRELLO_UPDATE_LABELS_NAME_BY_ID_LABEL
Tool Name: Update label name
Description
Action Parameters
Action Response
TRELLO_UPDATE_LISTS_BY_ID_LIST
Tool Name: Update list attributes
Description
Action Parameters
Action Response
TRELLO_UPDATE_LISTS_CLOSED_BY_ID_LIST
Tool Name: Update lists closed status
Description
Action Parameters
Action Response
TRELLO_UPDATE_LISTS_ID_BOARD_BY_ID_LIST
Tool Name: Move list to board
Description
Action Parameters
Action Response
TRELLO_UPDATE_LISTS_NAME_BY_ID_LIST
Tool Name: Update list name
Description
Action Parameters
Action Response
TRELLO_UPDATE_LISTS_POS_BY_ID_LIST
Tool Name: Update list position
Description
Action Parameters
Action Response
TRELLO_UPDATE_LISTS_SUBSCRIBED_BY_ID_LIST
Tool Name: Update list subscription
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBERS_AVATAR_SOURCE_BY_ID_MEMBER
Tool Name: Update member avatar source
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBERS_BIO_BY_ID_MEMBER
Tool Name: Update member bio
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBERS_BY_ID_MEMBER
Tool Name: Update member by ID
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBERS_FULL_NAME_BY_ID_MEMBER
Tool Name: Update member full name by id
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBERS_INITIALS_BY_ID_MEMBER
Tool Name: Update member initials
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBERS_PREFS_COLOR_BLIND_BY_ID_MEMBER
Tool Name: Update member color blind preference
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBERS_PREFS_LOCALE_BY_ID_MEMBER
Tool Name: Update member locale preference
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBERS_USERNAME_BY_ID_MEMBER
Tool Name: Update member username
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBER_BOARD_BACKGROUND
Tool Name: Update Member Board Background
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBER_BOARD_STAR
Tool Name: Update Member Board Star
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBER_SAVED_SEARCH
Tool Name: Update member saved search
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBER_SAVED_SEARCH_NAME
Tool Name: Update member saved search name
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBER_SAVED_SEARCH_POS
Tool Name: Update member saved search position
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBER_SAVED_SEARCH_QUERY
Tool Name: Update member saved search query
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBER_SUMMARY_INTERVAL
Tool Name: Update Member Summary Interval
Description
Action Parameters
Action Response
TRELLO_UPDATE_MEMBER_S_CUSTOM_BOARD_BACKGROUNDS
Tool Name: Update member’s custom board background
Description
Action Parameters
Action Response
TRELLO_UPDATE_NOTIFICATIONS_BY_ID_NOTIFICATION
Tool Name: Update notification status by id
Description
Action Parameters
Action Response
TRELLO_UPDATE_NOTIFICATIONS_UNREAD_BY_ID_NOTIFICATION
Tool Name: Update notification unread status
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORGANIZATIONS_BY_ID_ORG
Tool Name: Update organization attributes
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORGANIZATIONS_DESC_BY_ID_ORG
Tool Name: Update organization description
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORGANIZATIONS_DISPLAY_NAME_BY_ID_ORG
Tool Name: Update organization display name
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORG
Tool Name: Update an organization member
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBER
Tool Name: Update organization member
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORGANIZATIONS_NAME_BY_ID_ORG
Tool Name: Update organization name by id
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORGANIZATIONS_PREFS_PERMISSION_LEVEL_BY_ID_ORG
Tool Name: Update organization permission level
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORGANIZATIONS_WEBSITE_BY_ID_ORG
Tool Name: Update organization website
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORG_ASSOCIATED_DOMAIN_PREFS
Tool Name: Update an organization’s associated domain preferences
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORG_BOARD_VISIBILITY_ORG_PREF
Tool Name: Update organization board visibility preference
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORG_EXTERNAL_MEMBERS_ACCESS
Tool Name: Update an organization’s external members access
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORG_GOOGLE_APPS_VERSION
Tool Name: Update organization Google Apps version
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORG_INVITE_RESTRICTIONS
Tool Name: Update organization invite restriction
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORG_MEMBERSHIP
Tool Name: Update org membership
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORG_MEMBER_DEACTIVATION_STATUS
Tool Name: Update org member deactivation status
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORG_PRIVATE_BOARD_VISIBILITY
Tool Name: Update organization private board visibility restriction
Description
Action Parameters
Action Response
TRELLO_UPDATE_ORG_PUBLIC_BOARD_VISIBILITY
Tool Name: Update organization public board visibility
Description
Action Parameters
Action Response
TRELLO_UPDATE_SESSIONS_BY_ID_SESSION
Tool Name: Update session by id
Description
Action Parameters
Action Response
TRELLO_UPDATE_SESSIONS_STATUS_BY_ID_SESSION
Tool Name: Update session status by ID
Description
Action Parameters
Action Response
TRELLO_UPDATE_TOKENS_WEBHOOKS_BY_TOKEN
Tool Name: Update a token’s webhook
Description
Action Parameters
Action Response
TRELLO_UPDATE_WEBHOOKS
Tool Name: Update webhooks
Description
Action Parameters
Action Response
TRELLO_UPDATE_WEBHOOKS_ACTIVE_BY_ID_WEBHOOK
Tool Name: Update webhook active status
Description
Action Parameters
Action Response
TRELLO_UPDATE_WEBHOOKS_BY_ID_WEBHOOK
Tool Name: Update webhook configuration
Description
Action Parameters
Action Response
TRELLO_UPDATE_WEBHOOKS_CALLBACK_URLBY_ID_WEBHOOK
Tool Name: Update webhook callback url
Description
Action Parameters
Action Response
TRELLO_UPDATE_WEBHOOKS_DESCRIPTION_BY_ID_WEBHOOK
Tool Name: Update webhook description
Description
Action Parameters
Action Response
TRELLO_UPDATE_WEBHOOKS_ID_MODEL_BY_ID_WEBHOOK
Tool Name: Update webhook idModel
Description
Action Parameters
Action Response