> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boxd.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Trello

> A web-based, kanban-style, list-making application

A web-based, kanban-style, list-making application.

`trello` · **329 tools** · **5 triggers**

## Connect it

```bash theme={"theme":"github-dark"}
run auth trello
run auth trello --scope team    # shared with the organization
```

Or from the [Integrations page](https://app.boxd.sh/integrations) in the console. See [Connections](/guides/integrations/connections) for personal versus shared, and who may remove one.

## Use it

```bash theme={"theme":"github-dark"}
run trello          # common commands
run trello --all    # every command
```

```ts theme={"theme":"github-dark"}
import { trello } from "@boxd/run";
```

## Common tools

| Tool                           | What it does                                                                                                                                         |
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| `add-boards`                   | Creates a new Trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.  |
| `add-cards`                    | Creates a new card in a Trello list. Only `idList` is required; `idBoard` is optional as the API determines the board from the list.                 |
| `add-lists`                    | Creates a new list on a specified Trello board, with options to copy an existing list, set its position, initial state (archived/subscribed), and... |
| `delete-cards-by-id-card`      | Permanently deletes an archived Trello card specified by its `idCard`.                                                                               |
| `get-boards-by-id-board`       | Fetches comprehensive details for a specific Trello board by its ID; this is a read-only action.                                                     |
| `get-boards-cards-by-id-board` | Retrieves cards from an existing Trello board, allowing filtering and customization of fields for cards, attachments, and members.                   |
| `get-lists-board-by-id-list`   | Retrieves the board to which a specific Trello list belongs.                                                                                         |
| `get-members-by-id-member`     | Fetches comprehensive information about a Trello member, specified by ID or username, including profile, activities, boards, cards, notifications... |
| `get-members-me`               | Tool to retrieve information about the currently authenticated Trello member.                                                                        |
| `get-members-me-boards`        | DEPRECATED: Use TRELLO\_MEMBER\_GET\_BOARDS\_BY\_ID\_MEMBER instead.                                                                                 |

<Accordion title="All 329 tools" icon="list">
  | Tool                                                    | What it does                                                                                                                                                                     |
  | ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `add-boards`                                            | Creates a new Trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.                              |
  | `add-boards-lists-by-id-board`                          | DEPRECATED: Use TRELLO\_LIST\_CREATE\_LIST instead. Creates a new, empty list on a specified, existing Trello board, typically used as a column or...                            |
  | `add-cards`                                             | Creates a new card in a Trello list. Only `idList` is required; `idBoard` is optional as the API determines the board from the list.                                             |
  | `add-cards-actions-comments-by-id-card`                 | Adds a new text comment, which can include @mentions, to a Trello card specified by its ID; file attachments are not supported via this action.                                  |
  | `add-cards-attachments-by-id-card`                      | Adds an attachment to a Trello card by `idCard`; specify either a `file` to upload or a `url` to link, but not both.                                                             |
  | `add-cards-checklists-by-id-card`                       | Adds a checklist to a Trello card: use `value` to add a specific existing checklist, `idChecklistSource` to create a new checklist by copying an...                              |
  | `add-cards-id-labels-by-id-card`                        | Adds an existing label to a Trello card; `idCard` identifies the card and `value` is the ID of the label to add.                                                                 |
  | `add-card-vote`                                         | Casts a 'yes' vote for a specified member on a Trello card; a member can only vote once per card.                                                                                |
  | `add-checklist-item`                                    | DEPRECATED: Use TRELLO\_ADD\_CHECKLISTS\_CHECK\_ITEMS\_BY\_ID\_CHECKLIST instead.                                                                                                |
  | `add-checklists`                                        | Creates a new checklist on a Trello card, either by name or by copying from `idChecklistSource`, targeting an `idCard` or `idBoard`; this action...                              |
  | `add-checklists-check-items-by-id-checklist`            | Adds a new check item to a specified Trello checklist; this action does not update existing check items.                                                                         |
  | `add-labels`                                            | Creates a new label with a specified name (required) and color on a Trello board (idBoard required); this action defines the label but does not apply it to cards.               |
  | `add-lists`                                             | Creates a new list on a specified Trello board, with options to copy an existing list, set its position, initial state (archived/subscribed), and...                             |
  | `add-lists-cards-by-id-list`                            | DEPRECATED: Use TRELLO\_CARD\_CREATE\_AND\_UPDATE instead. Creates a new card in a Trello list, which must be specified by an existing and accessible `idList`.                  |
  | `add-member-to-card`                                    | Assigns a Trello member to a specific Trello card by card ID (or short link) and member ID.                                                                                      |
  | `archive-all-list-cards`                                | Archives all cards in a Trello list; while cards can be restored via the Trello interface, this action does not provide an unarchive function.                                   |
  | `convert-checklist-item-to-card`                        | Converts a checklist item into a new card (useful for promoting a subtask), which inherits some properties from the item; this is irreversible via...                            |
  | `create-action-reaction`                                | Tool to add a new emoji reaction to a Trello action. Use when acknowledging comments or actions with reactions.                                                                  |
  | `create-board-label`                                    | Creates a new label on an existing Trello board.                                                                                                                                 |
  | `create-card-label`                                     | Adds a label to an existing Trello card (specified by `idCard`), defining the label by `name` and either `color` or the overriding `value` (which...                             |
  | `create-card-sticker`                                   | Adds a sticker to a Trello card, using a default sticker name (e.g., 'taco-cool') or a custom sticker ID for the image, and allows specifying its...                             |
  | `create-member-board-background`                        | Adds a new custom board background, from an image file, to a specified Trello member's collection, making it available for their use but not applying it to any board.           |
  | `create-member-board-star`                              | Stars a Trello board for a member (does not remove or list stars), optionally at a specified position; the board must exist and be accessible to the member.                     |
  | `create-member-custom-board-background`                 | Adds a new custom board background for a specified Trello member; either a `file` (image upload) or a `url` (external image URL) must be provided.                               |
  | `create-member-custom-emoji`                            | Adds a new custom emoji using an image file and a unique name to a Trello member's account; this emoji is member-specific and not shared across the workspace.                   |
  | `create-member-custom-sticker`                          | Uploads a custom sticker to a Trello member's collection, if the member's plan allows custom stickers and respects associated limits.                                            |
  | `create-member-saved-search`                            | Creates a new saved search with a specified name, position, and query for a Trello member.                                                                                       |
  | `create-organization`                                   | Creates a new Trello organization (Workspace) with a `displayName` (required), and optionally a description, website, and various preferences (e.g...                            |
  | `create-session`                                        | Creates or updates a Trello user session, optionally linking it to a specific board for status updates and setting the user's activity status.                                   |
  | `create-webhook`                                        | Tool to create a new Trello webhook for monitoring changes to a board, card, list, or member.                                                                                    |
  | `delete-action`                                         | Deletes a specific Trello action, such as a `commentCard`, by its ID; this is an irreversible operation and only applies to deletable action types...                            |
  | `delete-action-reaction`                                | Permanently deletes a specified reaction from a Trello action.                                                                                                                   |
  | `delete-board`                                          | Permanently deletes a Trello board by its ID. This is an irreversible action that removes the board and all its contents.                                                        |
  | `delete-card-attachment`                                | Permanently removes a specified attachment from a Trello card; this action is irreversible and requires that both the card and the attachment exist.                             |
  | `delete-card-checklist`                                 | Permanently deletes a specific checklist from a Trello card.                                                                                                                     |
  | `delete-card-comment`                                   | Deletes a specific comment action (identified by `idAction`) from a Trello card (identified by `idCard`); this operation is irreversible and only affects comments.              |
  | `delete-cards-by-id-card`                               | Permanently deletes an archived Trello card specified by its `idCard`.                                                                                                           |
  | `delete-cards-members-voted-by-id-card-by-id-member`    | Removes a member's vote from a Trello card. The operation requires the member to have already voted on the card; attempting to delete a non-existent...                          |
  | `delete-cards-stickers-by-id-card-by-id-sticker`        | Permanently removes a specific sticker (identified by `idSticker`) from a Trello card (identified by `idCard`).                                                                  |
  | `delete-checklist-item`                                 | Permanently deletes a specific check item from a checklist on a Trello card; this operation is irreversible and only affects the specified item, not the entire checklist.       |
  | `delete-checklists-by-id-checklist`                     | Permanently and irreversibly deletes a Trello checklist and all its items using the `idChecklist`.                                                                               |
  | `delete-labels-by-id-label`                             | Permanently deletes an existing label from a Trello board by its ID; this operation is irreversible via the API.                                                                 |
  | `delete-member-board-background`                        | Permanently deletes a specific custom board background belonging to the specified Trello member; this operation cannot be undone.                                                |
  | `delete-member-custom-sticker`                          | Deletes a custom sticker from a Trello member's collection; this permanent action is only available for custom stickers within a Trello Workspace on a paid plan.                |
  | `delete-member-saved-search`                            | Permanently deletes a specific saved search for a Trello member, used when the search is outdated or no longer needed.                                                           |
  | `delete-organizations-by-id-org`                        | Permanently deletes a Trello organization and all its associated data; this action is irreversible and requires caution.                                                         |
  | `delete-organizations-logo-by-id-org`                   | Deletes an existing Trello organization's custom logo, restoring its default and leaving other settings unchanged; if no custom logo exists, it succeeds without effect.         |
  | `delete-organizations-members-by-id-org-by-id-member`   | Permanently removes a member from a Trello organization by ID, revoking all access to its content; re-invitation is required for renewed access, and...                          |
  | `delete-org-associated-domain`                          | Irreversibly deletes an associated email domain from a Trello organization's preferences to update email domain restrictions for workspace...                                    |
  | `delete-org-invite-restrict`                            | Removes a previously set email address invitation restriction from a Trello organization.                                                                                        |
  | `delete-tokens-by-token`                                | Deletes a specific Trello API token, identified by its value in the path, permanently revoking its access; this action is irreversible and used to...                            |
  | `delete-tokens-webhooks-by-token-by-id-webhook`         | Deletes an existing webhook, specified by its `idWebhook`, thereby stopping its notifications.                                                                                   |
  | `delete-webhooks-by-id-webhook`                         | Permanently deletes an existing Trello webhook by its `idWebhook`, an irreversible action that stops future notifications.                                                       |
  | `disable-board-power-up`                                | Disables a Power-Up on a Trello board using the board's ID and the plugin ID of a Power-Up currently enabled on that board; this action is...                                    |
  | `dismiss-member-message`                                | Dismisses a one-time message for a Trello member, adding it to their dismissed messages list.                                                                                    |
  | `enable-board-power-up`                                 | Enables the Power-Up specified by the 'value' parameter on the board; processes one Power-Up enablement per call.                                                                |
  | `generate-board-calendar-key`                           | Generates a new calendar key for the Trello board specified by `idBoard`, invalidating any previous key for that board.                                                          |
  | `generate-board-email-key`                              | Generates a new email key for the Trello board specified by idBoard to enable or reset adding cards via email; this invalidates any previously...                                |
  | `get-actions-board-by-id-action`                        | Retrieves details for the Trello board associated with a specific action ID, returning board information only.                                                                   |
  | `get-actions-board-by-id-action-by-field`               | Retrieves a specified `field` from the Trello board associated with the provided Trello `idAction`.                                                                              |
  | `get-actions-by-id-action`                              | Retrieves detailed information about a specific Trello action by its ID.                                                                                                         |
  | `get-actions-by-id-action-by-field`                     | Retrieves the value of a specific field (e.g., 'data', 'date', 'type') from a Trello action using its unique ID.                                                                 |
  | `get-actions-card-by-id-action`                         | Retrieves Trello card details for a given `idAction`, which must be an action specifically linked to a card; returns only card data, not action details.                         |
  | `get-actions-card-by-id-action-by-field`                | Retrieves a specific field from the Trello card associated with the given action ID.                                                                                             |
  | `get-actions-display-by-id-action`                      | Retrieves a display-friendly representation of an existing and accessible Trello action for UI/report purposes, providing presentation-focused data...                           |
  | `get-actions-entities-by-id-action`                     | Retrieves all entities (e.g., boards, lists, cards, members) associated with a specific, existing Trello action ID.                                                              |
  | `get-actions-list-by-id-action`                         | Retrieves the Trello list associated with a specific Trello action ID, for actions linked to a list.                                                                             |
  | `get-actions-list-by-id-action-by-field`                | Retrieves a specific field of the list associated with a Trello action, returning only that single field's value.                                                                |
  | `get-actions-member-by-id-action`                       | Retrieves the Trello member who was the subject of an action (not the creator).                                                                                                  |
  | `get-actions-member-by-id-action-by-field`              | Retrieves a specific field of the member who was the subject of a Trello action.                                                                                                 |
  | `get-actions-member-creator-by-id-action`               | Retrieves details about the Trello member who created the action with the given `idAction`.                                                                                      |
  | `get-actions-member-creator-by-id-action-by-field`      | Retrieves a specific field from the profile of the Trello member who created a given action.                                                                                     |
  | `get-actions-organization-by-id-action`                 | Fetches the organization details for a given Trello action, if the action has an associated organization.                                                                        |
  | `get-actions-organization-by-id-action-by-field`        | Retrieves the value of a specific `field` for the organization associated with a Trello `idAction`; use if the action has an organization and you...                             |
  | `get-actions-reactions-by-id`                           | Retrieves detailed information about a specific reaction on a Trello action.                                                                                                     |
  | `get-actions-reactions-by-id-action`                    | Tool to list reactions for a specific action. Use when you need to retrieve emoji reactions and the members who added them to an action.                                         |
  | `get-batch`                                             | Executes multiple Trello API GET requests in a single batch operation for efficient bulk data retrieval.                                                                         |
  | `get-boards-actions-by-id-board`                        | Retrieves actions (e.g., card creations, comments) for a Trello board by its ID, useful for activity tracking; the board must exist.                                             |
  | `get-boards-board-plugins-by-id`                        | Tool to get the list of enabled Power-Ups on a Trello board.                                                                                                                     |
  | `get-boards-board-stars-by-id-board`                    | Retrieves board stars (user-marked favorites) for a specified Trello board, where `idBoard` must be an existing board; use to list a user's starred...                           |
  | `get-boards-by-id-board`                                | Fetches comprehensive details for a specific Trello board by its ID; this is a read-only action.                                                                                 |
  | `get-boards-by-id-board-by-field`                       | Retrieves the value of a single, specified field from a Trello board.                                                                                                            |
  | `get-boards-cards-by-id-board`                          | Retrieves cards from an existing Trello board, allowing filtering and customization of fields for cards, attachments, and members.                                               |
  | `get-boards-cards-by-id-board-by-filter`                | Retrieves cards from a specified Trello board, filtered by 'all' (all cards), 'closed' (archived only), 'open' (non-archived), or 'visible' (cards on non-archived lists).       |
  | `get-boards-cards-by-id-board-by-id-card`               | Retrieves details for a specific Trello card by its ID and its parent board's ID, with options to customize returned fields for the card and...                                  |
  | `get-boards-checklists-by-id-board`                     | Retrieves checklists (primarily structure/metadata, not detailed item history) from a Trello board, with options to include associated card and check...                         |
  | `get-boards-custom-fields`                              | Tool to retrieve custom field definitions for a board. Use when you need to understand what custom fields are available on a board for metadata management.                      |
  | `get-boards-deltas-by-id-board`                         | Retrieves recent changes (deltas) for a Trello board by its ID, allowing tracking of modifications since a specified update sequence number (`ixLastUpdate`).                    |
  | `get-boards-labels-by-id-board`                         | Fetches labels for a specified Trello board, aiding in its organization or label management; this action does not detail per-card label usage.                                   |
  | `get-boards-labels-by-id-board-by-id-label`             | Fetches specified fields for a specific label on a Trello board; this read-only action does not return information about which cards the label is attached to.                   |
  | `get-boards-lists-by-id-board`                          | Retrieves lists from a specified Trello board, with options to filter lists and include card details.                                                                            |
  | `get-boards-lists-by-id-board-by-filter`                | DEPRECATED: Use TRELLO\_BOARD\_GET\_LISTS\_BY\_ID\_BOARD instead. Fetches lists by status from an accessible Trello board; card details for these lists require a separate call. |
  | `get-boards-members-by-id-board`                        | Retrieves members of a Trello board, with options to filter the list and select specific member fields to return.                                                                |
  | `get-boards-members-cards-by-id-board-by-id-member`     | Retrieves cards for a member on a board, with options to customize returned fields and related data; member must have board access.                                              |
  | `get-boards-memberships-by-id-board`                    | Retrieves Trello board memberships (user roles and permissions) for auditing access or managing collaboration, returning only membership data and not other board content.       |
  | `get-boards-memberships-by-id-board-by-id-membership`   | Retrieves a specific membership on a Trello board by its ID, optionally including member details.                                                                                |
  | `get-boards-members-invited-by-id-board`                | Retrieves a list of members invited to a specific Trello board who have not yet joined.                                                                                          |
  | `get-boards-members-invited-by-id-board-by-field`       | Retrieves a specific field (e.g., email, username) for members who have been invited to a Trello board but have not yet joined.                                                  |
  | `get-boards-my-prefs-by-id-board`                       | Retrieves the authenticated user's preferences for a specific Trello board.                                                                                                      |
  | `get-boards-organization-by-id-board`                   | Fetches information about the Trello Workspace (organization) to which a specific board belongs, returning details for the Workspace only, not the...                            |
  | `get-boards-organization-by-id-board-by-field`          | Retrieves a specific field from the organization associated with a Trello board, useful for obtaining targeted details without fetching the entire organization object.          |
  | `get-boards-plugins-by-id-board`                        | Retrieves Power-Ups (plugins) enabled on a Trello board. Use to view board extensions and integrations.                                                                          |
  | `get-cards-actions-by-id-card`                          | Retrieves the history of actions (e.g., comments, updates, moves) for a Trello card specified by `idCard`; the card must exist and very old actions...                           |
  | `get-cards-attachments-by-id-card`                      | Retrieves attachments for a Trello card.                                                                                                                                         |
  | `get-cards-attachments-by-id-card-by-id-attachment`     | Retrieves a specific attachment from a Trello card by card ID and attachment ID.                                                                                                 |
  | `get-cards-board-by-id-card`                            | Fetches detailed information about the Trello board to which a specific, existing, and accessible card belongs, using the card's ID or short link.                               |
  | `get-cards-board-by-id-card-by-field`                   | Retrieves a specific field from the board associated with a given Trello card.                                                                                                   |
  | `get-cards-by-id-card`                                  | Retrieves a Trello card by its ID or shortlink, with options to include related data like actions, attachments, members, and checklists.                                         |
  | `get-cards-by-id-card-by-field`                         | Retrieves the value of a single, specified field from a Trello card.                                                                                                             |
  | `get-cards-check-item`                                  | Tool to retrieve a specific checkItem on a card. Use when you need to check the status or details of a specific item in a card's checklist.                                      |
  | `get-cards-check-item-states-by-id-card`                | Gets the completed checklist items on a Trello card. Note: This endpoint only returns check items marked as 'complete', not incomplete items.                                    |
  | `get-cards-checklists-by-id-card`                       | Retrieves all checklists, including their check items, for a Trello card specified by its ID or shortlink, if the card exists and is accessible.                                 |
  | `get-cards-custom-field-items-by-id-card`               | Tool to retrieve a card's customFieldItems array. Use when you need structured metadata from custom fields for automation.                                                       |
  | `get-cards-list-by-id-card`                             | Gets the Trello list to which a specified card (which must exist) belongs.                                                                                                       |
  | `get-cards-list-by-id-card-by-field`                    | Fetches a specific field from the Trello list that a given card belongs to.                                                                                                      |
  | `get-cards-members-by-id-card`                          | Retrieves members of a Trello card, identified by its ID or shortLink, allowing customization of which member fields are returned.                                               |
  | `get-cards-members-voted-by-id-card`                    | Fetches members who voted on a Trello card; requires an existing card ID, the Voting Power-Up to be active on the board, and members to have voted...                            |
  | `get-cards-plugin-data-by-id`                           | Tool to retrieve any shared pluginData on a card. Use when you need to access data stored by Trello Power-Ups or plugins for a specific card.                                    |
  | `get-cards-stickers-by-id-card`                         | Retrieves all visual stickers (used for categorization, emphasis, or decoration) from an existing and accessible Trello card; this read-only action...                           |
  | `get-cards-stickers-by-id-card-by-id-sticker`           | Call this action to retrieve detailed properties (like image, position, rotation) of a specific sticker on a Trello card.                                                        |
  | `get-check-item-by-id`                                  | Retrieves a specific check item from a checklist using the checklist ID and check item ID.                                                                                       |
  | `get-checklists-board-by-id-checklist`                  | Retrieves the Trello board a specific checklist belongs to, using the checklist ID.                                                                                              |
  | `get-checklists-board-by-id-checklist-by-field`         | Retrieves a specified `field` (e.g., 'name', 'desc') from the Trello board associated with the given `idChecklist`.                                                              |
  | `get-checklists-by-id-checklist`                        | Fetches a Trello checklist by its `idChecklist`, requiring the ID to refer to an existing checklist, and allows specifying which details of the...                               |
  | `get-checklists-by-id-checklist-by-field`               | Retrieves a specific field's value from a Trello checklist by its ID and the field name, without loading the entire checklist object or its items.                               |
  | `get-checklists-cards-by-id-checklist`                  | Retrieves cards associated with a specific, valid Trello checklist ID, allowing for filtering and customization of card and related entity data fields.                          |
  | `get-checklists-check-items-by-id-checklist`            | Retrieves all check items from a Trello checklist. Returns item details including name, position, completion state, and optionally due dates and assigned members.               |
  | `get-labels-board-by-id-label`                          | Retrieves the Trello board to which a given, valid Trello label ID (`idLabel`) belongs.                                                                                          |
  | `get-labels-board-by-id-label-by-field`                 | Retrieves a specified `field` (e.g., 'name', 'url') from the Trello board associated with a given `idLabel`.                                                                     |
  | `get-labels-by-id-label`                                | Retrieves detailed information for a specific Trello label by its ID, allowing selection of specific fields to return.                                                           |
  | `get-lists-actions-by-id-list`                          | Retrieves actions (like card movements or comments, newest first) for a Trello list by its ID, to track history or create activity logs.                                         |
  | `get-lists-board-by-id-list`                            | Retrieves the board to which a specific Trello list belongs.                                                                                                                     |
  | `get-lists-board-by-id-list-by-field`                   | Retrieves a specific field (e.g., 'name', 'desc', 'url') from the Trello board associated with a given list ID.                                                                  |
  | `get-lists-by-id-list`                                  | Retrieves a Trello list by its unique ID, optionally including details for its cards and parent board.                                                                           |
  | `get-lists-by-id-list-by-field`                         | Fetches the value of a single, specified field from a Trello list.                                                                                                               |
  | `get-lists-cards-by-id-list`                            | Fetches cards from a Trello list by its ID, with options to filter and customize the returned card data.                                                                         |
  | `get-member-board-background`                           | Retrieves a specific custom board background for a Trello member by its ID.                                                                                                      |
  | `get-member-custom-bg`                                  | Retrieves metadata (e.g., brightness, URLs, tiling status) for a specific custom board background of a Trello member, not the image file itself.                                 |
  | `get-member-custom-emoji`                               | Retrieves a specific custom emoji by its ID for a Trello member, requiring that both the member and emoji exist and are associated.                                              |
  | `get-member-invited-org`                                | Get a specific field of an organization to which the member has a pending invitation; returns data only if such an invitation exists.                                            |
  | `get-member-org-cards`                                  | Fetches all cards assigned to a specific member of a given Trello organization.                                                                                                  |
  | `get-members-actions-by-id-member`                      | Retrieves a list of actions for a specified Trello member, allowing filtering by type, date, models, and control over output format and fields.                                  |
  | `get-members-board-backgrounds-by-id-member`            | Fetches the board backgrounds for a specified Trello member.                                                                                                                     |
  | `get-members-boards-by-id-member`                       | Retrieves board-level details (not lists/cards) for Trello boards associated with a member ID or username, allowing extensive customization of the returned data.                |
  | `get-members-boards-by-id-member-by-filter`             | Retrieves a list of boards for a specific Trello member, applying a filter such as 'open', 'starred', or 'all'.                                                                  |
  | `get-members-boards-invited-by-id-member`               | Retrieves Trello boards to which a specific member has been invited but has not yet joined.                                                                                      |
  | `get-members-boards-invited-by-id-member-by-field`      | Retrieves a specific field from Trello boards to which a member has been invited but not yet joined; returns an empty result for no pending invitations.                         |
  | `get-members-board-stars-by-id-member`                  | Fetches only the boards a specific Trello member has starred, identified by their ID or username.                                                                                |
  | `get-members-board-stars-by-id-member-by-id-board-star` | Retrieves detailed information about a specific board star (a Trello board marked as a favorite) for a given Trello member.                                                      |
  | `get-members-by-id-member`                              | Fetches comprehensive information about a Trello member, specified by ID or username, including profile, activities, boards, cards, notifications...                             |
  | `get-members-by-id-member-by-field`                     | Efficiently retrieves a specific field (e.g., fullName, username, bio) of a Trello member using their ID or username, without fetching the entire member profile.                |
  | `get-members-cards-by-id-member`                        | Retrieves cards for a Trello member, specified by ID or username, with options to filter cards and include related data like actions, attachments, and checklists.               |
  | `get-members-custom-board-backgrounds-by-id-member`     | Retrieves custom board backgrounds for a Trello member, who must exist, using their ID or username.                                                                              |
  | `get-members-custom-emoji-by-id-member`                 | Retrieves all custom (user-specific, non-standard) emojis that a specified Trello member has created or can access.                                                              |
  | `get-members-custom-stickers-by-id-member`              | Retrieves a member's custom stickers, which are unique personalized stickers created by them, distinct from standard Trello stickers.                                            |
  | `get-members-custom-stickers-by-id-member-by-id-sticke` | Get member custom sticker                                                                                                                                                        |
  | `get-members-deltas-by-id-member`                       | Retrieves a chronological list of all changes (deltas) made by a specific Trello member, including modifications to boards, lists, and cards, to...                              |
  | `get-members-me`                                        | Tool to retrieve information about the currently authenticated Trello member.                                                                                                    |
  | `get-members-me-boards`                                 | DEPRECATED: Use TRELLO\_MEMBER\_GET\_BOARDS\_BY\_ID\_MEMBER instead.                                                                                                             |
  | `get-members-notifications-by-id-member`                | Retrieves notifications for a Trello member, specified by their ID or username, with options for filtering and pagination.                                                       |
  | `get-members-organizations-by-id-member`                | Fetches organizations a specific Trello member belongs to; the `idMember` must be an ID or username of an existing Trello member.                                                |
  | `get-members-organizations-invited-by-id-member`        | Retrieves organizations a Trello member has been invited to but has not yet accepted or declined.                                                                                |
  | `get-members-saved-searches-by-id-member`               | Retrieves all saved search queries for a Trello member; this action only retrieves saved searches and does not execute them.                                                     |
  | `get-members-saved-searches-by-id-member-by-id-saved-s` | Get Member Saved Search                                                                                                                                                          |
  | `get-members-tokens-by-id-member`                       | Retrieves API token metadata for a Trello member. Returns information about all API tokens associated with the specified member, including token ID...                           |
  | `get-notifications-board-by-id-notification`            | Gets the Trello board associated with a given notification ID, returning only board data and allowing selection of specific board fields.                                        |
  | `get-notifications-board-by-id-notification-by-field`   | Retrieves a specific field from the board associated with a Trello notification.                                                                                                 |
  | `get-notifications-by-id-notification`                  | Retrieves a specific Trello notification by its ID, optionally including related entities and specific fields for the notification and its related entities.                     |
  | `get-notifications-by-id-notification-by-field`         | Retrieves a specific field from a Trello notification.                                                                                                                           |
  | `get-notifications-card-by-id-notification`             | Retrieves the card associated with a Trello notification. Returns card details for card-related notifications (e.g., comments on cards, card...                                  |
  | `get-notifications-card-by-id-notification-by-field`    | Retrieves a specific field of a Trello card, using the ID of a notification that is directly associated with that card.                                                          |
  | `get-notifications-display-by-id-notification`          | Retrieves the information needed to display an existing Trello notification, identified by its ID, without altering the notification or fetching its complete metadata.          |
  | `get-notifications-entities-by-id-notification`         | Retrieves the entities (members, cards, boards, lists, etc.) associated with a specific Trello notification.                                                                     |
  | `get-notifications-list-by-id-notification`             | Retrieves the Trello list associated with a specific notification ID, for notifications linked to a list (e.g., card creation or movement notifications).                        |
  | `get-notifications-list-by-id-notification-by-field`    | Efficiently retrieves a single specified field from a Trello list linked to a notification, avoiding fetching the entire list.                                                   |
  | `get-notifications-member-by-id-notification`           | Fetches details of the member (not the notification content itself) associated with a specific Trello notification ID.                                                           |
  | `get-notifications-member-by-id-notification-by-field`  | Retrieves a specific field value of the Trello member associated with a notification.                                                                                            |
  | `get-notifications-member-creator-by-id-notification`   | Fetches the creator (member) of a Trello notification, identified by `idNotification`, returning only creator details and respecting Trello privacy...                           |
  | `get-notifications-member-creator-by-id-notification-b` | Get notification creator field                                                                                                                                                   |
  | `get-notifications-organization-by-id-notification`     | Retrieves the Trello organization linked to a specific notification ID; returns organization details only, not the notification itself.                                          |
  | `get-notifications-organization-by-id-notification-by-` | Get notification organization field                                                                                                                                              |
  | `get-organizations-actions-by-id-org`                   | Retrieves a log of actions (e.g., card creations, list movements, comments) for a specified Trello organization, filterable by type, date range, and...                          |
  | `get-organizations-boards-by-id-org`                    | Fetches boards for a Trello organization, specified by its ID or name, with options to filter and customize returned data.                                                       |
  | `get-organizations-by-id-org`                           | Retrieves detailed information about a specific Trello organization, including optional related resources like members, boards, and actions, using its ID or unique name.        |
  | `get-organizations-by-id-org-by-field`                  | Retrieves the value of a single specified `field` for a Trello organization `idOrg`, ideal for efficiently fetching a specific piece of information...                           |
  | `get-organizations-deltas-by-id-org`                    | Retrieves a log of recent modifications (deltas) for a Trello organization, filterable by tags and supporting incremental fetching via an update index.                          |
  | `get-organizations-members-by-id-org`                   | Retrieves members of a Trello organization (specified by ID or name), with an option to include member activity if the organization is Premium.                                  |
  | `get-organizations-memberships-by-id-org`               | Fetches organization-level memberships for a Trello organization, with options to filter members and include their details; does not return board-specific memberships.          |
  | `get-organizations-members-invited-by-id-org`           | Retrieves members invited to a Trello organization who have not yet accepted their invitation, returning only data for pending invitations (not...                               |
  | `get-organizations-members-invited-by-id-org-by-field`  | Retrieves a specific `field` (e.g., fullName, username, email, status) for members with pending invitations to the Trello organization specified by `idOrg`.                     |
  | `get-organizations-plugin-data`                         | Tool to get organization-scoped pluginData on a Trello Workspace.                                                                                                                |
  | `get-organizations-tags-by-id`                          | Lists all collections (tags) associated with a Trello organization.                                                                                                              |
  | `get-org-membership`                                    | Retrieves a specific membership within a Trello organization, using their respective IDs, to ascertain the member's role, status, or permissions.                                |
  | `get-org-new-billable-guests-by-board`                  | Tool to check for new billable guests on a board within an organization.                                                                                                         |
  | `get-search`                                            | Searches Trello content (e.g., boards, cards, members) within specified organizations using a query and customizable result fields.                                              |
  | `get-search-members`                                    | Searches Trello members by name, username, or email, optionally scoped to a board or organization.                                                                               |
  | `get-sessions-socket`                                   | Retrieves WebSocket session connection information from Trello for real-time updates.                                                                                            |
  | `get-tokens-by-token`                                   | Retrieves information about a specific Trello API token, allowing selection of specific fields and inclusion of webhook details.                                                 |
  | `get-tokens-by-token-by-field`                          | Retrieves a specific field from a Trello token, provided the token is valid, has necessary permissions, and the field is a valid token field.                                    |
  | `get-tokens-member-by-token`                            | Retrieves information about the Trello member associated with the current API token, allowing customization of the returned fields.                                              |
  | `get-tokens-member-by-token-by-field`                   | Retrieves a specific field for the Trello member associated with the current API token.                                                                                          |
  | `get-tokens-webhooks-by-token`                          | Retrieves all webhooks associated with a specific Trello API token.                                                                                                              |
  | `get-tokens-webhooks-by-token-by-id-webhook`            | Retrieves detailed information for a specific Trello webhook, identified by `idWebhook`, that is associated with the given `token`.                                              |
  | `get-types-by-id`                                       | Identifies the type of a Trello resource (member or organization) given its ID.                                                                                                  |
  | `get-webhooks-by-id-webhook`                            | Retrieves the full configuration and status for a specific Trello webhook by its unique ID; this action does not return past notification history.                               |
  | `get-webhooks-by-id-webhook-by-field`                   | Gets a specific field's value from a Trello webhook, avoiding retrieval of the full webhook object.                                                                              |
  | `list-emoji`                                            | Tool to list all available emoji in Trello. Use when you need to browse or search for emoji to use in cards, comments, or reactions.                                             |
  | `mark-all-notifications-read`                           | Marks all Trello notifications for the authenticated user as read across all boards; this action is permanent and cannot be undone.                                              |
  | `mark-board-as-viewed`                                  | Marks the Trello board specified by idBoard as viewed for the current user, exclusively updating its viewed status and potentially influencing its...                            |
  | `mark-card-notifications-read`                          | Marks all notifications associated with a specific Trello card as read; this is irreversible and only affects read status, not deleting or modifying notifications.              |
  | `move-all-list-cards`                                   | Moves all cards from a source Trello list to a destination list on a specified board.                                                                                            |
  | `remove-board-member`                                   | Permanently removes a current member from a Trello board, revoking their access; this action is irreversible.                                                                    |
  | `remove-board-star`                                     | Removes a specific starred board (identified by `idBoardStar`) from a Trello member's (identified by `idMember`) list of favorites; `idBoardStar`...                             |
  | `remove-card-label-by-color`                            | Permanently removes a specific `color` label from an existing Trello card identified by `idCard`, if the card has that label; this only disassociates...                         |
  | `remove-label-from-card`                                | Removes a specific label from a Trello card; the label itself is not deleted from the board, only its association with the card.                                                 |
  | `remove-member-from-card`                               | Removes a currently assigned member from a Trello card, affecting only the card's member list and not the member's board membership or overall permissions.                      |
  | `remove-member-from-org`                                | Removes a member entirely from a specific Trello organization, including from all its boards and cards; this action is permanent and does not delete...                          |
  | `update-actions-by-id-action`                           | Updates the `text` field of a specific Trello comment action, identified by `idAction`.                                                                                          |
  | `update-actions-text-by-id-action`                      | Updates the text of an existing Trello action (e.g., a comment or card update) identified by `idAction`; this change only affects the action's text content.                     |
  | `update-board-membership`                               | Updates a user's role (e.g., admin, normal, observer) on a specific Trello board or retrieves updated member details, requiring existing board and membership IDs.               |
  | `update-boards-by-id-board`                             | Updates attributes (e.g., name, description, status, preferences) of an existing Trello board identified by `idBoard`.                                                           |
  | `update-boards-closed-by-id-board`                      | Archives (closes) an active Trello board or reopens a previously archived board.                                                                                                 |
  | `update-boards-desc-by-id-board`                        | Updates the description of a specified Trello board; the update is immediate and does not affect other board elements like lists, cards, or membership.                          |
  | `update-board-sidebar-actions-prefs`                    | Updates the current user's preference for the visibility of sidebar board actions on a specific Trello board.                                                                    |
  | `update-board-sidebar-activity-prefs`                   | Sets the current user's preference for displaying or concealing the sidebar activity feed on an accessible Trello board; this change only affects the requesting user.           |
  | `update-board-sidebar-members-pref`                     | Updates the authenticated user's preference for showing or hiding members in a specific Trello board's sidebar, affecting only the current user's view.                          |
  | `update-boards-id-organization-by-id-board`             | Moves an existing Trello board to a specified, existing Trello organization, which can affect the board's visibility and member access.                                          |
  | `update-boards-label-names-blue-by-id-board`            | Sets the name of the blue label for a Trello board.                                                                                                                              |
  | `update-boards-label-names-green-by-id-board`           | Updates the name of the green label for a specified Trello board; this change is board-wide, affects all cards using this label, and does not change the label's color.          |
  | `update-boards-label-names-orange-by-id-board`          | Updates the name of the orange label for a specified Trello board.                                                                                                               |
  | `update-boards-label-names-purple-by-id-board`          | Updates the name of the purple label on a Trello board. This action first retrieves the purple label from the board, then updates its name.                                      |
  | `update-boards-label-names-red-by-id-board`             | Updates the name of the red label on a Trello board. This action first retrieves the red label from the board, then updates its name.                                            |
  | `update-boards-label-names-yellow-by-id-board`          | Updates the name of a board's yellow label; other colored labels are unaffected.                                                                                                 |
  | `update-boards-members-by-id-board`                     | Adds or updates a member's role on a specific Trello board, typically requiring the member's `email` and a membership `type`.                                                    |
  | `update-boards-members-by-id-board-by-id-member`        | Updates a current member's email, full name, or role (admin, normal, or observer) on a specific Trello board; email and full name changes are...                                 |
  | `update-boards-my-prefs-email-position-by-id-board`     | Updates a Trello board's email position preference for new cards; this preference only affects new cards (not existing ones) and the board must exist.                           |
  | `update-boards-my-prefs-id-email-list-by-id-board`      | Sets the default Trello list where cards created via email will be added for a specific board.                                                                                   |
  | `update-boards-my-prefs-show-list-guide-by-id-board`    | DEPRECATED: Updates the 'Show List Guide' preference for a specified Trello board.                                                                                               |
  | `update-boards-my-prefs-show-sidebar-by-id-board`       | Updates the authenticated user's personal preference for showing or hiding the sidebar on a specific Trello board.                                                               |
  | `update-boards-name-by-id-board`                        | Updates the name of an existing Trello board, identified by `idBoard`; this change only affects the board's name, not its other attributes.                                      |
  | `update-boards-prefs-background-by-id-board`            | Updates the cosmetic background preference for a specific Trello board; this change does not affect board functionality or content.                                              |
  | `update-boards-prefs-calendar-feed-enabled-by-id-board` | Updates the 'calendarFeedEnabled' preference for a Trello board, which, when enabled, makes board cards with due dates accessible via an iCalendar...                            |
  | `update-boards-prefs-card-aging-by-id-board`            | Updates the card aging visual preference to 'pirate' or 'regular' mode for a specified Trello board.                                                                             |
  | `update-boards-prefs-card-covers-by-id-board`           | Updates the preference on a specific Trello board for whether existing card covers are displayed; this controls visibility only and does not add or...                           |
  | `update-boards-prefs-comments-by-id-board`              | Changes the permission settings for who can add comments to cards on a specific Trello board, without affecting other board settings.                                            |
  | `update-boards-prefs-invitations-by-id-board`           | Updates who can invite new members ('admins' or 'members') to a specific Trello board.                                                                                           |
  | `update-boards-prefs-permission-level-by-id-board`      | Updates the permission level preference (e.g., 'private' or 'public') for a Trello board, identified by `idBoard`, if the board exists and the...                                |
  | `update-boards-prefs-self-join-by-id-board`             | Updates a board's 'selfJoin' preference, determining if members can join freely or must be invited.                                                                              |
  | `update-boards-prefs-voting-by-id-board`                | Sets who can vote on cards for an existing Trello board, changing only the voting preferences for all cards on the board.                                                        |
  | `update-boards-subscribed-by-id-board`                  | Updates the authenticated user's subscription status (subscribe/unsubscribe for notifications) for a specified Trello board, to which the user must have access.                 |
  | `update-board-stars-position-by-id-member-by-id-board-` | Update board star position                                                                                                                                                       |
  | `update-cards-actions-comments-by-id-card-by-id-action` | Updates the text for a given comment action (`idAction`) on a specified card (`idCard`), affecting only the text content.                                                        |
  | `update-cards-by-id-card`                               | Updates an existing Trello card's attributes like name, description, due date, members, labels, position, or archives/unarchives it, attaches files, or changes its cover.       |
  | `update-cards-checklist-items-by-id-card-by-id-checkli` | Update check item on card                                                                                                                                                        |
  | `update-cards-checklist-items-position-by-id-card-by-i` | Update checklist item position                                                                                                                                                   |
  | `update-cards-checklist-items-state-by-id-card-by-id-c` | Update card checklist item state                                                                                                                                                 |
  | `update-cards-checklists-check-items-name-by-id-card-b` | Update checklist item name in card                                                                                                                                               |
  | `update-cards-closed-by-id-card`                        | Updates the 'closed' status of an existing Trello card.                                                                                                                          |
  | `update-cards-desc-by-id-card`                          | Updates or clears the entire description of an existing Trello card; use an empty string for `value` to clear.                                                                   |
  | `update-cards-due-by-id-card`                           | Updates the due date of a specific Trello card; the card identified by `idCard` must exist.                                                                                      |
  | `update-cards-id-attachment-cover-by-id-card`           | Sets or removes the attachment cover for a Trello card. Provide a valid image attachment ID to set as cover, or an empty string ('') to remove the cover.                        |
  | `update-cards-id-board-by-id-card`                      | Moves a Trello card to a different board and, optionally, to a specific list on that new board, useful for reorganizing across projects or workflows.                            |
  | `update-cards-id-list-by-id-card`                       | Moves a Trello card to a different list on the same Trello board; this operation is idempotent and only updates the card's list ID.                                              |
  | `update-cards-id-members-by-id-card`                    | Updates (sets/replaces) the list of members assigned to a Trello card.                                                                                                           |
  | `update-cards-labels-by-id-card`                        | Replaces all labels on a Trello card with labels matching the specified colors.                                                                                                  |
  | `update-cards-name-by-id-card`                          | Updates the name of an existing Trello card, identified by its ID or shortLink; other card properties remain unchanged.                                                          |
  | `update-cards-pos-by-id-card`                           | Updates a Trello card's position within its list to 'top', 'bottom', or a specified 1-indexed positive integer.                                                                  |
  | `update-cards-stickers-by-id-card-by-id-sticker`        | Updates an existing sticker's image, position (top, left coordinates), or stacking order (zIndex) on a specific Trello card; the `rotate` parameter...                           |
  | `update-cards-subscribed-by-id-card`                    | Updates the user's subscription status for a Trello card, if the card exists and is accessible.                                                                                  |
  | `update-checklist-item-by-ids`                          | Updates a check item's attributes (name, position, state) or moves it to a different checklist on the same card, requiring the card ID, current...                               |
  | `update-checklists-by-id-checklist`                     | Updates an existing Trello checklist, allowing modification of its name, position, associated card/board, or copying items from a source checklist.                              |
  | `update-checklists-by-id-checklist-by-field`            | Tool to update a specific field on a Trello checklist. Use when you need to update the name or position of a checklist.                                                          |
  | `update-checklists-id-card-by-id-checklist`             | Moves a Trello checklist to a new parent card; the checklist and the destination card must exist.                                                                                |
  | `update-checklists-name-by-id-checklist`                | Updates the name of an existing Trello checklist.                                                                                                                                |
  | `update-checklists-pos-by-id-checklist`                 | Updates the position of an existing checklist on a Trello card.                                                                                                                  |
  | `update-labels-by-id-label`                             | Updates an existing Trello label's attributes (color, name, or associated board) by its ID; the label must exist.                                                                |
  | `update-labels-by-id-label-by-field`                    | Updates a specific field (color or name) on a Trello label by its ID.                                                                                                            |
  | `update-labels-color-by-id-label`                       | Updates the color of an existing Trello label, or removes its color if 'null' is specified for the value.                                                                        |
  | `update-labels-name-by-id-label`                        | Updates the name of an existing Trello label, identified by `idLabel`; an empty string for `value` clears the label's name but does not delete the label.                        |
  | `update-lists-by-id-list`                               | Updates attributes of an existing Trello list, such as name, position, archive status, board, or copies cards from another list, provided the list `idList` exists.              |
  | `update-lists-closed-by-id-list`                        | Updates whether an existing Trello list is closed (archived); a closed list is hidden from the board view but not deleted and can be re-opened.                                  |
  | `update-lists-id-board-by-id-list`                      | Moves an existing Trello list (identified by `idList`) to an existing destination board (board ID in `value`), optionally setting its new position (`pos`).                      |
  | `update-lists-name-by-id-list`                          | Updates the name of an existing Trello list, identified by its ID; this only changes the list's name, not its cards or position.                                                 |
  | `update-lists-pos-by-id-list`                           | Changes a Trello list's order on a board to 'top', 'bottom', or a specified numeric position, affecting only its position.                                                       |
  | `update-lists-subscribed-by-id-list`                    | Updates the subscription status for a Trello list, allowing the user to subscribe or unsubscribe to control notifications.                                                       |
  | `update-member-avatar`                                  | Updates a Trello member's avatar using a base64-encoded image; the `file` field, though schema-optional, requires valid image data for a successful update.                      |
  | `update-members-avatar-source-by-id-member`             | Updates the avatar source for a specified Trello member. The avatar source determines which image is displayed as the member's profile picture...                                |
  | `update-members-bio-by-id-member`                       | Updates the bio/description of a specified Trello member. The bio is a short text that appears on the member's profile.                                                          |
  | `update-members-board-backgrounds-by-id-member-by-id-b` | Update Member Board Background                                                                                                                                                   |
  | `update-members-board-stars-by-id-member-by-id-board-s` | Update Member Board Star                                                                                                                                                         |
  | `update-members-by-id-member`                           | Updates an existing Trello member's profile information, preferences, or username.                                                                                               |
  | `update-members-custom-board-backgrounds-by-id-member-` | Update member's custom board background                                                                                                                                          |
  | `update-members-full-name-by-id-member`                 | Updates the full name for a Trello member, identified by their valid ID or username; this operation only affects the full name, leaving other profile...                         |
  | `update-members-initials-by-id-member`                  | Updates the initials for a specified Trello member, identified by their ID or username.                                                                                          |
  | `update-members-prefs-color-blind-by-id-member`         | Updates a Trello member's color blind friendly mode preference.                                                                                                                  |
  | `update-members-prefs-locale-by-id-member`              | Updates a Trello member's locale preference to change how dates, times, and numbers are displayed in the Trello UI.                                                              |
  | `update-members-prefs-summary-interval-by-id-member`    | Updates a Trello member's preference for the frequency of email summary notifications; this setting affects only summary notifications.                                          |
  | `update-members-saved-searches-by-id-member-by-id-save` | Update member saved search                                                                                                                                                       |
  | `update-members-saved-searches-name-by-id-member-by-id` | Update member saved search name                                                                                                                                                  |
  | `update-members-saved-searches-pos-by-id-member-by-id-` | Update member saved search position                                                                                                                                              |
  | `update-members-saved-searches-query-by-id-member-by-i` | Update member saved search query                                                                                                                                                 |
  | `update-members-username-by-id-member`                  | Updates the username for an existing Trello member, identified by their ID or current username.                                                                                  |
  | `update-notifications-by-id-notification`               | Updates only the 'unread' status of a specific Trello notification.                                                                                                              |
  | `update-notifications-unread-by-id-notification`        | Updates the unread status of a specific Trello notification.                                                                                                                     |
  | `update-organization-logo`                              | Sets or updates the logo for a Trello organization; the provided image file must adhere to Trello's format and size restrictions.                                                |
  | `update-organizations-by-id-org`                        | Updates various attributes of an existing Trello organization, identified by `idOrg`.                                                                                            |
  | `update-organizations-desc-by-id-org`                   | Updates or clears the description for an existing Trello organization, identified by its ID or name, to a new string up to 16384 characters.                                     |
  | `update-organizations-display-name-by-id-org`           | Updates the display name of a Trello organization, identifiable by its current ID or name (`idOrg`), to the new `value`; other attributes remain unaffected.                     |
  | `update-organizations-members-by-id-org`                | Adds/updates a member in a specified Trello organization (`idOrg`); `email` and `type` are API-required, `fullName` is needed if `email` is new to Trello.                       |
  | `update-organizations-members-by-id-org-by-id-member`   | Updates a member's role/type (admin, normal, or observer) in a Trello organization.                                                                                              |
  | `update-organizations-members-deactivation-by-id-org-b` | Update org member deactivation status                                                                                                                                            |
  | `update-organizations-memberships-by-id-org-by-id-memb` | Update org membership                                                                                                                                                            |
  | `update-organizations-name-by-id-org`                   | Updates the unique programmatic identifier (used in URLs and API interactions) for an existing Trello organization; this is an irreversible...                                   |
  | `update-organizations-prefs-associated-domain-by-id-or` | Update an organization's associated domain preferences                                                                                                                           |
  | `update-organizations-prefs-board-visibility-by-id-org` | Updates the preference controlling who can set board visibility to 'organization-visible' within an existing Trello organization.                                                |
  | `update-organizations-prefs-external-members-access-by` | Update an organization's external members access                                                                                                                                 |
  | `update-organizations-prefs-permission-level-by-id-org` | Updates a Trello organization's `permissionLevel` preference, determining if it's members-only or link-accessible, and affecting new board default visibility.                   |
  | `update-organizations-prefs-private-board-visibility-b` | Update organization private board visibility restriction                                                                                                                         |
  | `update-organizations-prefs-public-board-visibility-by` | Update organization public board visibility                                                                                                                                      |
  | `update-organizations-website-by-id-org`                | Updates the website URL for a specified Trello organization.                                                                                                                     |
  | `update-org-google-apps-version`                        | Updates the Google Apps integration version preference for a specified Trello organization, to manage compatibility or features related to Google Workspace services.            |
  | `update-org-invite-restrictions`                        | Adds an email domain restriction to a Trello organization's invitation policy.                                                                                                   |
  | `update-sessions-by-id-session`                         | Updates a Trello user session's viewed board ID or status; call when user activity or board focus changes.                                                                       |
  | `update-sessions-status-by-id-session`                  | Updates the status of an existing Trello session. IMPORTANT: This endpoint is part of Trello's internal/deprecated session API.                                                  |
  | `update-webhooks-active-by-id-webhook`                  | Updates the active status of an existing Trello webhook. Set `value` to 'true' to activate the webhook (enable notifications) or 'false' to...                                   |
  | `update-webhooks-by-id-webhook`                         | Updates an existing Trello webhook's description, active status, callback URL, or monitored model ID; requires the webhook ID (not in request body)...                           |
  | `update-webhooks-callback-url-by-id-webhook`            | Updates the callback URL for a specific Trello webhook; other webhook attributes remain unchanged.                                                                               |
  | `update-webhooks-description-by-id-webhook`             | Updates the description of an existing Trello webhook; an empty string for the new description removes the current one.                                                          |
  | `update-webhooks-id-model-by-id-webhook`                | Updates the `idModel` (the monitored Trello entity like a board, list, or card) for an active webhook `idWebhook` to the new model ID `value`; other...                          |
</Accordion>

## Triggers (5)

Subscribe with `.on(...)` in a script. A trigger with required configuration takes it as the second argument.

| Trigger               | Needs          | What fires it                                                |
| --------------------- | -------------- | ------------------------------------------------------------ |
| Card Archived Trigger | `board_id`     | Triggered when a card is archived in the specified board     |
| New Activity Trigger  | nothing        | Triggered when there is activity in Trello.                  |
| New Board Trigger     | `workspace_id` | Triggered when a board is created in the specified workspace |
| New Card Trigger      | `board_id`     | Triggered when a card is created in the specified board      |
| Card Updated Trigger  | `card_id`      | Triggered when a specific card is updated                    |

[Open Trello in the console →](https://app.boxd.sh/integrations/detail/trello)
