github not yet analyzed

Trello

github

Unofficial, third-party integration for Trello’s web-based kanban-style, list-making application.

maintainer
trello
license
first seen
2026-06-12
last seen
2026-06-17
releases · 30d
0
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 200 tools
transport http counts 200 tools · 0 res · 0 prompts permission surface via registry introspection

tools

  • TRELLO_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.

    in ▸ desc name closed powerUps subscribed prefs_voting idBoardSource prefs__voting idOrganization keepFromSource prefs_comments prefs_selfJoin labelNames__red prefs__comments prefs__selfJoin prefs_cardAging labelNames__blue prefs__cardAging prefs_background prefs_cardCovers labelNames__green prefs__background prefs__cardCovers prefs_invitations labelNames__orange labelNames__purple labelNames__yellow prefs__invitations prefs_permissionLevel prefs__permissionLevel prefs__calendarFeedEnabled

  • TRELLO_ADD_BOARDS_CALENDAR_KEY_GENERATE_BY_ID_BOARD

    Generates a new calendar key for the Trello board specified by `idBoard`, invalidating any previous key for that board.

    in ▸ idBoard

  • TRELLO_ADD_BOARDS_CHECKLISTS_BY_ID_BOARD

    Creates a new, initially empty checklist with a given name on an existing Trello card. Checklists are created on cards, not boards.

    in ▸ name idCard

  • TRELLO_ADD_BOARDS_EMAIL_KEY_GENERATE_BY_ID_BOARD

    Generates a new email key for the Trello board specified by idBoard to enable or reset adding cards via email; this invalidates any previously existing email key for the board.

    in ▸ idBoard

  • TRELLO_ADD_BOARDS_LABELS_BY_ID_BOARD

    Creates a new label on an existing Trello board.

    in ▸ name color idBoard

  • TRELLO_ADD_BOARDS_LISTS_BY_ID_BOARD

    Creates a new, empty list on a specified, existing Trello board, typically used as a column or category for organizing cards.

    in ▸ pos name idBoard

  • TRELLO_ADD_BOARDS_MARK_AS_VIEWED_BY_ID_BOARD

    Marks the Trello board specified by idBoard as viewed for the current user, exclusively updating its viewed status and potentially influencing its position in user-specific lists and notification settings.

    in ▸ idBoard

  • TRELLO_ADD_BOARDS_POWER_UPS_BY_ID_BOARD

    Enables the Power-Up specified by the 'value' parameter on the board; processes one Power-Up enablement per call.

    in ▸ value idBoard

  • TRELLO_ADD_CARDS

    Creates a new card in a Trello list; `idList` is required, and if `idCardSource` is used, the source card must be accessible.

    in ▸ due pos desc name closed idList labels idBoard idLabels idMembers urlSource fileSource subscribed idCardSource keepFromSource idAttachmentCover

  • TRELLO_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.

    in ▸ text idCard

  • TRELLO_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.

    in ▸ url file name idCard mimeType

  • TRELLO_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 existing one (optionally using `name` for the new checklist's name), or `name` to create a new empty checklist from scratch.

    in ▸ name value idCard idChecklistSource

  • TRELLO_ADD_CARDS_CHECKLIST_CHECK_ITEM_BY_ID_CARD_BY_ID_CHECKLIST

    Adds a new check item to an existing checklist on a specific Trello card.

    in ▸ pos name idCard idChecklist

  • TRELLO_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. Both card and label must already exist.

    in ▸ value idCard

  • TRELLO_ADD_CARDS_ID_MEMBERS_BY_ID_CARD

    Assigns a Trello member to a specific Trello card by card ID (or short link) and member ID.

    in ▸ value idCard

  • TRELLO_ADD_CARDS_LABELS_BY_ID_CARD

    Adds a label to an existing Trello card (specified by `idCard`), defining the label by `name` and either `color` or the overriding `value` (which specifies color by name); a new label is created on the board if a matching one (by name/color combination) doesn't already exist.

    in ▸ name color value idCard

  • TRELLO_ADD_CARDS_MEMBERS_VOTED_BY_ID_CARD

    Casts a 'yes' vote for a specified member on a Trello card; a member can only vote once per card.

    in ▸ value idCard

  • TRELLO_ADD_CARDS_STICKERS_BY_ID_CARD

    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 position, rotation, and z-index.

    in ▸ top left image idCard rotate zIndex

  • TRELLO_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 creates only the checklist structure, not its items.

    in ▸ pos name idCard idBoard idChecklistSource

  • TRELLO_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.

    in ▸ pos name checked idChecklist

  • TRELLO_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.

    in ▸ name color idBoard

  • TRELLO_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 does not modify existing lists or move cards.

    in ▸ pos name closed idBoard subscribed idListSource

  • TRELLO_ADD_LISTS_ARCHIVE_ALL_CARDS_BY_ID_LIST

    Archives all cards in a Trello list; while cards can be restored via the Trello interface, this action does not provide an unarchive function.

    in ▸ idList

  • TRELLO_ADD_LISTS_CARDS_BY_ID_LIST

    Creates a new card in a Trello list, which must be specified by an existing and accessible `idList`.

    in ▸ due desc name idList labels idMembers

  • TRELLO_ADD_LISTS_MOVE_ALL_CARDS_BY_ID_LIST

    Moves all cards from a Trello list to a *different* board; this action is irreversible, moves (not copies) cards, and empties the source list without deleting it.

    in ▸ idList idBoard

  • TRELLO_ADD_MEMBERS_AVATAR_BY_ID_MEMBER

    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.

    in ▸ file idMember

  • TRELLO_ADD_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBER

    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.

    in ▸ file tile idMember brightness

  • TRELLO_ADD_MEMBERS_BOARD_STARS_BY_ID_MEMBER

    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.

    in ▸ pos idBoard idMember

  • TRELLO_ADD_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBER

    Adds a new custom board background for a specified Trello member; the `file` parameter (image data) is required.

    in ▸ file tile idMember brightness

  • TRELLO_ADD_MEMBERS_CUSTOM_EMOJI_BY_ID_MEMBER

    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.

    in ▸ file name idMember

  • TRELLO_ADD_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBER

    Uploads a custom sticker to a Trello member's collection, if the member's plan allows custom stickers and respects associated limits.

    in ▸ file idMember

  • TRELLO_ADD_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBER

    Creates a new saved search with a specified name, position, and query for a Trello member.

    in ▸ pos name query idMember

  • TRELLO_ADD_NOTIFICATIONS_ALL_READ

    Marks all Trello notifications for the authenticated user as read across all boards; this action is permanent and cannot be undone.

  • TRELLO_ADD_ORGANIZATIONS

    Creates a new Trello organization (Workspace) with a `displayName` (required), and optionally a description, website, and various preferences (e.g., board visibility, member invitation restrictions).

    in ▸ desc name website displayName prefs__permissionLevel prefs__associatedDomain prefs__googleAppsVersion prefs__orgInviteRestrict prefs__externalMembersDisabled prefs__boardVisibilityRestrict__org prefs__boardVisibilityRestrict__public prefs__boardVisibilityRestrict__private

  • TRELLO_ADD_ORGANIZATIONS_LOGO_BY_ID_ORG

    Sets or updates the logo for a Trello organization; the provided image file must adhere to Trello's format and size restrictions.

    in ▸ file idOrg

  • TRELLO_ADD_SESSIONS

    Creates or updates a Trello user session, optionally linking it to a specific board for status updates and setting the user's activity status.

    in ▸ status idBoard

  • TRELLO_ADD_TOKENS_WEBHOOKS_BY_TOKEN

    Creates a webhook for a Trello token to monitor a Trello model (`idModel`) and send notifications to a `callbackURL`, which must be publicly accessible and able to respond to Trello's HEAD validation request.

    in ▸ idModel callbackURL description

  • TRELLO_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 the API and offers no customization during conversion.

    in ▸ idCard idCheckItem idChecklist

  • TRELLO_DELETE_ACTIONS_BY_ID_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, as many (especially system-generated) actions cannot be deleted.

    in ▸ idAction

  • TRELLO_DELETE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBER

    Permanently removes a current member from a Trello board, revoking their access; this action is irreversible.

    in ▸ idBoard idMember

  • TRELLO_DELETE_BOARDS_POWER_UPS_BY_ID_BOARD_BY_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 irreversible and may result in data loss.

    in ▸ idBoard powerUp

  • TRELLO_DELETE_CARDS_ACTIONS_COMMENTS_BY_ID_CARD_BY_ID_ACTION

    Deletes a specific comment action (identified by `idAction`) from a Trello card (identified by `idCard`); this operation is irreversible and only affects comments.

    in ▸ idCard idAction

  • TRELLO_DELETE_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENT

    Permanently removes a specified attachment from a Trello card; this action is irreversible and requires that both the card and the attachment exist.

    in ▸ idCard idAttachment

  • TRELLO_DELETE_CARDS_BY_ID_CARD

    Permanently deletes an archived Trello card specified by its `idCard`.

    in ▸ idCard

  • TRELLO_DELETE_CARDS_CHECKLISTS_BY_ID_CARD_BY_ID_CHECKLIST

    Permanently deletes a specific checklist from a Trello card.

    in ▸ idCard idChecklist

  • TRELLO_DELETE_CARDS_ID_LABELS_BY_ID_CARD_BY_ID_LABEL

    Removes a specific label from a Trello card; the label itself is not deleted from the board, only its association with the card.

    in ▸ idCard idLabel

  • TRELLO_DELETE_CARDS_ID_MEMBERS_BY_ID_CARD_BY_ID_MEMBER

    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.

    in ▸ idCard idMember

  • TRELLO_DELETE_CARDS_LABELS_BY_ID_CARD_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 the label from the card, not deleting the label definition itself.

    in ▸ color idCard

  • TRELLO_DELETE_CARDS_MEMBERS_VOTED_BY_ID_CARD_BY_ID_MEMBER

    Removes a member's vote from a Trello card; this operation is irreversible and does not confirm if the vote existed prior to removal.

    in ▸ idCard idMember

  • TRELLO_DELETE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKER

    Permanently removes a specific sticker (identified by `idSticker`) from a Trello card (identified by `idCard`).

    in ▸ idCard idSticker

  • TRELLO_DELETE_CHECKLISTS_BY_ID_CHECKLIST

    Permanently and irreversibly deletes a Trello checklist and all its items using the `idChecklist`.

    in ▸ idChecklist

  • TRELLO_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.

    in ▸ idCheckItem idChecklist

  • TRELLO_DELETE_LABELS_BY_ID_LABEL

    Permanently deletes an existing label from a Trello board by its ID; this operation is irreversible via the API.

    in ▸ idLabel

  • TRELLO_DELETE_MEMBERS_BOARD_STARS_BY_ID_MEMBER_BY_ID_BOARD_STAR

    Removes a specific starred board (identified by `idBoardStar`) from a Trello member's (identified by `idMember`) list of favorites; `idBoardStar` must be an existing star for that member.

    in ▸ idMember idBoardStar

  • TRELLO_DELETE_MEMBER_BOARD_BACKGROUND

    Permanently deletes a specific custom board background belonging to the specified Trello member; this operation cannot be undone.

    in ▸ idMember idBoardBackground

  • TRELLO_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.

    in ▸ idMember idCustomSticker

  • TRELLO_DELETE_MEMBER_SAVED_SEARCH

    Permanently deletes a specific saved search for a Trello member, used when the search is outdated or no longer needed.

    in ▸ idMember idSavedSearch

  • TRELLO_DELETE_ORGANIZATIONS_BY_ID_ORG

    Permanently deletes a Trello organization and all its associated data; this action is irreversible and requires caution.

    in ▸ idOrg

  • TRELLO_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.

    in ▸ idOrg

  • TRELLO_DELETE_ORGANIZATIONS_MEMBERS_ALL_BY_ID_ORG_BY_ID_MEMBER

    Removes a member entirely from a specific Trello organization, including from all its boards and cards; this action is permanent and does not delete the member's Trello account.

    in ▸ idOrg idMember

  • TRELLO_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 this does not delete the member's Trello account.

    in ▸ idOrg idMember

  • TRELLO_DELETE_ORGANIZATIONS_PREFS_ORG_INVITE_RESTRICT_BY_ID_ORG

    Removes a previously set email domain invitation restriction for a Trello organization.

    in ▸ idOrg value

  • TRELLO_DELETE_ORG_ASSOCIATED_DOMAIN

    Irreversibly deletes an associated email domain from a Trello organization's preferences to update email domain restrictions for workspace membership; the domain must be currently associated for removal.

    in ▸ idOrg

  • TRELLO_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 invalidate compromised or unneeded tokens.

  • TRELLO_DELETE_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOK

    Deletes an existing webhook, specified by its `idWebhook`, thereby stopping its notifications.

    in ▸ idWebhook

  • TRELLO_DELETE_WEBHOOKS_BY_ID_WEBHOOK

    Permanently deletes an existing Trello webhook by its `idWebhook`, an irreversible action that stops future notifications.

    in ▸ idWebhook

  • TRELLO_DISMISS_MEMBER_MESSAGE

    Dismisses a specific one-time message for an existing Trello member, preventing it from being displayed again.

    in ▸ value idMember

  • TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION

    Retrieves details for the Trello board associated with a specific action ID, returning board information only.

    in ▸ fields idAction

  • TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION_BY_FIELD

    Retrieves a specified `field` from the Trello board associated with the provided Trello `idAction`.

    in ▸ field idAction

  • TRELLO_GET_ACTIONS_BY_ID_ACTION

    Retrieves detailed information about a specific Trello action by its ID.

    in ▸ fields member display entities idAction memberCreator member_fields memberCreator_fields

  • TRELLO_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.

    in ▸ field idAction

  • TRELLO_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.

    in ▸ fields idAction

  • TRELLO_GET_ACTIONS_CARD_BY_ID_ACTION_BY_FIELD

    Retrieves a specific field from the Trello card associated with the given action ID.

    in ▸ field idAction

  • TRELLO_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 instead of full raw details and without altering the action.

    in ▸ idAction

  • TRELLO_GET_ACTIONS_ENTITIES_BY_ID_ACTION

    Retrieves all entities (e.g., boards, lists, cards, members) associated with a specific, existing Trello action ID.

    in ▸ idAction

  • TRELLO_GET_ACTIONS_LIST_BY_ID_ACTION

    Retrieves the Trello list associated with a specific Trello action ID, for actions linked to a list.

    in ▸ fields idAction

  • TRELLO_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.

    in ▸ field idAction

  • TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTION

    Retrieves specified details of the Trello member who performed the action identified by `idAction`; information is specific to this action's context, not the member's full profile.

    in ▸ fields idAction

  • TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTION_BY_FIELD

    Fetches a specific field of a member for a Trello action, returning only one field per call for optimized data retrieval.

    in ▸ field idAction

  • TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTION

    Retrieves details about the Trello member who created the action with the given `idAction`.

    in ▸ fields idAction

  • TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTION_BY_FIELD

    Gets information about the creator of a Trello action.

    in ▸ field idAction

  • TRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTION

    Fetches the organization details for a given Trello action, if the action has an associated organization.

    in ▸ fields idAction

  • TRELLO_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 need only that field (e.g., 'name', 'id', 'url').

    in ▸ field idAction

  • TRELLO_GET_BATCH

    Executes multiple Trello API GET requests in a single batch operation for efficient bulk data retrieval.

    in ▸ urls

  • TRELLO_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.

    in ▸ page limit since before fields filter format member display idBoard entities idModels memberCreator member_fields memberCreator_fields

  • TRELLO_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 boards or all stars on a particular board.

    in ▸ filter idBoard

  • TRELLO_GET_BOARDS_BY_ID_BOARD

    Fetches comprehensive details for a specific Trello board by its ID; this is a read-only action.

    in ▸ cards lists fields labels actions idBoard members myPrefs boardStars checklists card_fields list_fields memberships label_fields labels_limit organization action_fields action_member actions_limit actions_since card_stickers member_fields actions_format membersInvited actions_display card_checklists actions_entities card_attachments checklist_fields memberships_member organization_fields action_memberCreator action_member_fields membersInvited_fields card_attachment_fields organization_memberships memberships_member_fields action_memberCreator_fields

  • TRELLO_GET_BOARDS_BY_ID_BOARD_BY_FIELD

    Retrieves the value of a single, specified field from a Trello board.

    in ▸ field idBoard

  • TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD

    Retrieves cards from an existing Trello board, allowing filtering and customization of fields for cards, attachments, and members.

    in ▸ limit since before fields filter actions idBoard members stickers checklists attachments member_fields checkItemStates attachment_fields

  • TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_FILTER

    Retrieves cards from a specified Trello board, filtered by 'all', 'closed', 'none', 'open', or 'visible'.

    in ▸ filter idBoard

  • TRELLO_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 associated data like attachments, actions, members, and checklists.

    in ▸ fields idCard labels actions idBoard members checklists attachments action_fields actions_limit member_fields actions_display checkItemStates actions_entities checklist_fields attachment_fields checkItemState_fields action_memberCreator_fields

  • TRELLO_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 item details and to control which fields are returned for each entity.

    in ▸ cards fields filter idBoard checkItems card_fields checkItem_fields

  • TRELLO_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`).

    in ▸ tags idBoard ixLastUpdate

  • TRELLO_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.

    in ▸ limit fields idBoard

  • TRELLO_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.

    in ▸ fields idBoard idLabel

  • TRELLO_GET_BOARDS_LISTS_BY_ID_BOARD

    Retrieves lists from a specified Trello board, with options to filter lists and include card details.

    in ▸ cards fields filter idBoard card_fields

  • TRELLO_GET_BOARDS_LISTS_BY_ID_BOARD_BY_FILTER

    Fetches lists by status from an accessible Trello board; card details for these lists require a separate call.

    in ▸ filter idBoard

  • TRELLO_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.

    in ▸ filter member idBoard member_fields

  • TRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARD_BY_ID_MEMBERSHIP

    Retrieves a specific membership on a Trello board by its ID, optionally including member details.

    in ▸ member idBoard idMembership member_fields

  • TRELLO_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.

    in ▸ fields filter idBoard activity

  • TRELLO_GET_BOARDS_MEMBERS_BY_ID_BOARD_BY_FILTER

    Retrieves members of a Trello board using a specified filter, assuming the board exists and the filter is valid.

    in ▸ filter idBoard

  • TRELLO_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.

    in ▸ list board fields filter actions idBoard members idMember checklists attachments list_fields board_fields member_fields checkItemStates attachment_fields

  • TRELLO_GET_BOARDS_MEMBERS_INVITED_BY_ID_BOARD

    Retrieves a list of members invited to a specific Trello board who have not yet joined.

    in ▸ fields idBoard

  • TRELLO_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.

    in ▸ field idBoard

  • TRELLO_GET_BOARDS_MY_PREFS_BY_ID_BOARD

    Retrieves the authenticated user's preferences for a specific Trello board.

    in ▸ idBoard

  • TRELLO_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 board itself or its content.

    in ▸ fields idBoard

  • TRELLO_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.

    in ▸ field idBoard

  • TRELLO_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 might not be available.

    in ▸ page limit since before fields filter format idCard member display entities idModels memberCreator member_fields memberCreator_fields

  • TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARD

    Retrieves attachments for a Trello card.

    in ▸ fields filter idCard

  • TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENT

    Retrieves a specific attachment from a Trello card by card ID and attachment ID.

    in ▸ fields idCard idAttachment

  • TRELLO_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.

    in ▸ fields idCard

  • TRELLO_GET_CARDS_BOARD_BY_ID_CARD_BY_FIELD

    Retrieves a specific field from the board associated with a given Trello card.

    in ▸ field idCard

  • TRELLO_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.

    in ▸ list board fields idCard actions members stickers checklists attachments list_fields board_fields membersVoted action_fields actions_limit member_fields sticker_fields actions_display checkItemStates actions_entities checklist_fields attachment_fields memberVoted_fields checkItemState_fields action_memberCreator_fields

  • TRELLO_GET_CARDS_BY_ID_CARD_BY_FIELD

    Retrieves the value of a single, specified field from a Trello card.

    in ▸ field idCard

  • TRELLO_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.

    in ▸ cards fields filter idCard checkItems card_fields checkItem_fields

  • TRELLO_GET_CARDS_CHECK_ITEM_STATES_BY_ID_CARD

    Gets the states (e.g., 'complete', 'incomplete') of checklist items on a Trello card; returns only item states, not full checklist or card details.

    in ▸ fields idCard

  • TRELLO_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.

    in ▸ idCard

  • TRELLO_GET_CARDS_LIST_BY_ID_CARD

    Gets the Trello list to which a specified card (which must exist) belongs.

    in ▸ fields idCard

  • TRELLO_GET_CARDS_LIST_BY_ID_CARD_BY_FIELD

    Fetches a specific field from the Trello list that a given card belongs to.

    in ▸ field idCard

  • TRELLO_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.

    in ▸ fields idCard

  • TRELLO_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; returns member details, not vote counts.

    in ▸ fields idCard

  • TRELLO_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 does not affect other card elements.

    in ▸ fields idCard

  • TRELLO_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.

    in ▸ fields idCard idSticker

  • TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLIST

    Retrieves the Trello board a specific checklist belongs to, using the checklist ID.

    in ▸ fields idChecklist

  • TRELLO_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`.

    in ▸ field idChecklist

  • TRELLO_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 checklist, its cards, and check items are returned.

    in ▸ cards fields checkItems card_fields idChecklist checkItem_fields

  • TRELLO_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.

    in ▸ field idChecklist

  • TRELLO_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.

    in ▸ limit since before fields filter actions members stickers checklists attachments idChecklist member_fields checkItemStates attachment_fields

  • TRELLO_GET_CHECKLISTS_CARDS_BY_ID_CHECKLIST_BY_FILTER

    Retrieves cards from a specified Trello checklist, filterable by card ID or status (e.g., 'all', 'open'), noting the response is a single card object even if the filter could match multiple cards.

    in ▸ filter idChecklist

  • TRELLO_GET_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLIST

    Retrieves check items from an existing Trello checklist, optionally filtering them and specifying which fields to return.

    in ▸ fields filter idChecklist

  • TRELLO_GET_CHECK_ITEM_BY_ID

    Retrieves a specific check item from a checklist using the checklist ID and check item ID.

    in ▸ fields idCheckItem idChecklist

  • TRELLO_GET_LABELS_BOARD_BY_ID_LABEL

    Retrieves the Trello board to which a given, valid Trello label ID (`idLabel`) belongs.

    in ▸ fields idLabel

  • TRELLO_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`.

    in ▸ field idLabel

  • TRELLO_GET_LABELS_BY_ID_LABEL

    Retrieves detailed information for a specific Trello label by its ID, allowing selection of specific fields to return.

    in ▸ fields idLabel

  • TRELLO_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.

    in ▸ page limit since before fields filter format idList member display entities idModels memberCreator member_fields memberCreator_fields

  • TRELLO_GET_LISTS_BOARD_BY_ID_LIST

    Retrieves the board to which a specific Trello list belongs.

    in ▸ fields idList

  • TRELLO_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, useful when the board's ID is not directly known.

    in ▸ field idList

  • TRELLO_GET_LISTS_BY_ID_LIST

    Retrieves a Trello list by its unique ID, optionally including details for its cards and parent board.

    in ▸ board cards fields idList card_fields board_fields

  • TRELLO_GET_LISTS_BY_ID_LIST_BY_FIELD

    Fetches the value of a single, specified field from a Trello list.

    in ▸ field idList

  • TRELLO_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.

    in ▸ limit since before fields filter idList actions members stickers checklists attachments member_fields checkItemStates attachment_fields

  • TRELLO_GET_LISTS_CARDS_BY_ID_LIST_BY_FILTER

    Retrieves cards from a specific Trello list, filtered by criteria like 'open', 'closed', or 'all'.

    in ▸ filter idList

  • TRELLO_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.

    in ▸ page limit since before fields filter format member display entities idMember idModels memberCreator member_fields memberCreator_fields

  • TRELLO_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.

    in ▸ lists fields filter actions idMember memberships organization action_fields actions_limit actions_since actions_format actions_entities organization_fields

  • TRELLO_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'.

    in ▸ filter idMember

  • TRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBER

    Retrieves Trello boards to which a specific member has been invited but has not yet joined.

    in ▸ fields idMember

  • TRELLO_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.

    in ▸ field idMember

  • TRELLO_GET_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBER

    Fetches the board backgrounds for a specified Trello member.

    in ▸ filter idMember

  • TRELLO_GET_MEMBERS_BOARD_STARS_BY_ID_MEMBER

    Fetches only the boards a specific Trello member has starred, identified by their ID or username.

    in ▸ idMember

  • TRELLO_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.

    in ▸ idMember idBoardStar

  • TRELLO_GET_MEMBERS_BY_ID_MEMBER

    Fetches comprehensive information about a Trello member, specified by ID or username, including profile, activities, boards, cards, notifications, and organization affiliations, with customizable detail levels via filters and field parameters.

    in ▸ cards boards fields tokens actions idMember boardStars board_lists card_fields customEmoji action_since board_fields card_members paid_account action_before action_fields actions_limit board_actions boardsInvited card_stickers notifications organizations savedSearches customStickers actions_display actions_entities boardBackgrounds card_attachments board_memberships board_organization card_member_fields notification_since board_action_fields board_actions_limit board_actions_since notification_before notification_fields notifications_limit organization_fields board_actions_format boardsInvited_fields organizationsInvited board_actions_display notifications_display board_actions_entities card_attachment_fields customBoardBackgrounds notifications_entities board_organization_fields organization_paid_account notification_memberCreator organizationsInvited_fields notification_memberCreator_fields

  • TRELLO_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.

    in ▸ field idMember

  • TRELLO_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.

    in ▸ limit since before fields filter actions members idMember stickers checklists attachments member_fields checkItemStates attachment_fields

  • TRELLO_GET_MEMBERS_CARDS_BY_ID_MEMBER_BY_FILTER

    Retrieves cards for a Trello member, applying a filter that must be a Trello-recognized card filter.

    in ▸ filter idMember

  • TRELLO_GET_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBER

    Retrieves custom board backgrounds for a Trello member, who must exist, using their ID or username.

    in ▸ filter idMember

  • TRELLO_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.

    in ▸ filter idMember

  • TRELLO_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.

    in ▸ filter idMember

  • TRELLO_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 audit activity or sync data.

    in ▸ tags idMember ixLastUpdate

  • TRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBER

    Retrieves notifications for a Trello member, specified by their ID or username, with options for filtering and pagination.

    in ▸ page limit since before fields filter display entities idMember read_filter memberCreator memberCreator_fields

  • TRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBER_BY_FILTER

    Retrieves a list of a Trello member's notifications, filtered by specified types.

    in ▸ filter idMember

  • TRELLO_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.

    in ▸ fields filter idMember paid_account

  • TRELLO_GET_MEMBERS_ORGANIZATIONS_BY_ID_MEMBER_BY_FILTER

    Fetches a list of organizations a specific Trello member belongs to, using a filter to narrow down the results.

    in ▸ filter idMember

  • TRELLO_GET_MEMBERS_ORGANIZATIONS_INVITED_BY_ID_MEMBER

    Retrieves organizations a Trello member has been invited to but has not yet accepted or declined.

    in ▸ fields idMember

  • TRELLO_GET_MEMBERS_ORGANIZATIONS_INVITED_BY_ID_MEMBER_BY_FIELD

    Get a specific field of an organization to which the member has a pending invitation; returns data only if such an invitation exists.

    in ▸ field idMember

  • TRELLO_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.

    in ▸ idMember

  • TRELLO_GET_MEMBERS_TOKENS_BY_ID_MEMBER

    Gets API token metadata for a Trello member; actual token values are excluded for security.

    in ▸ filter idMember

  • TRELLO_GET_MEMBER_BOARD_BACKGROUND

    Retrieves a specific custom board background for a Trello member, using the member's ID and the board background's ID.

    in ▸ fields idMember idBoardBackground

  • TRELLO_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.

    in ▸ fields idMember idBoardBackground

  • TRELLO_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.

    in ▸ fields idMember idCustomEmoji

  • TRELLO_GET_MEMBER_CUSTOM_STICKER

    Retrieves a specific custom sticker by ID for a Trello member; returns only sticker data (not its usage on cards/boards), with optional field selection.

    in ▸ fields idMember idCustomSticker

  • TRELLO_GET_MEMBER_SAVED_SEARCH

    Fetches the details of a specific saved search for a Trello member; this does not execute the search.

    in ▸ idMember idSavedSearch

  • TRELLO_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.

    in ▸ fields idNotification

  • TRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATION_BY_FIELD

    Retrieves a specific, valid field from the board associated with a Trello notification.

    in ▸ field idNotification

  • TRELLO_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.

    in ▸ card list board fields member display entities card_fields board_fields organization memberCreator member_fields idNotification organization_fields memberCreator_fields

  • TRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATION_BY_FIELD

    Retrieves a specific field from a Trello notification.

    in ▸ field idNotification

  • TRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATION

    Retrieves card details (excluding notification, board, or list data) for a specified Trello idNotification, which must exist and be linked to a card.

    in ▸ fields idNotification

  • TRELLO_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.

    in ▸ field idNotification

  • TRELLO_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.

    in ▸ idNotification

  • TRELLO_GET_NOTIFICATIONS_ENTITIES_BY_ID_NOTIFICATION

    Retrieves Trello entities (e.g., boards, cards, lists, members) linked to a specific notification ID, focusing on the related entities rather than the notification details itself.

    in ▸ idNotification

  • TRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATION

    Retrieves details of the Trello list associated with a specific notification ID.

    in ▸ fields idNotification

  • TRELLO_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.

    in ▸ field idNotification

  • TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATION

    Fetches details of the member (not the notification content itself) associated with a specific Trello notification ID.

    in ▸ fields idNotification

  • TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATION_BY_FIELD

    Retrieves a specific `field` of the Trello member associated with the given `idNotification`.

    in ▸ field idNotification

  • TRELLO_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 settings and user permissions.

    in ▸ fields idNotification

  • TRELLO_GET_NOTIFICATIONS_ORGANIZATION_BY_ID_NOTIFICATION

    Retrieves the Trello organization linked to a specific notification ID; returns organization details only, not the notification itself.

    in ▸ fields idNotification

  • TRELLO_GET_NOTIFICATION_ORG_FIELD

    Retrieves a specific field from the Trello organization associated with a given notification, provided the notification is linked to an organization.

    in ▸ field idNotification

  • TRELLO_GET_NOTIF_CREATOR_FIELD

    Fetches a specific field of the member who created the specified Trello notification.

    in ▸ field idNotification

  • TRELLO_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 models; `idOrg` must be a valid organization ID/name, and `page` * `limit` must be < 1000.

    in ▸ page idOrg limit since before fields filter format member display entities idModels memberCreator member_fields memberCreator_fields

  • TRELLO_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.

    in ▸ idOrg lists fields filter actions memberships organization action_fields actions_limit actions_since actions_format actions_entities organization_fields

  • TRELLO_GET_ORGANIZATIONS_BOARDS_BY_ID_ORG_BY_FILTER

    Fetches a list of boards belonging to a specific Trello organization, filtered by a given criterion.

    in ▸ idOrg filter

  • TRELLO_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.

    in ▸ idOrg boards fields actions members board_lists memberships board_fields paid_account action_fields actions_limit board_actions member_fields membersInvited actions_display member_activity actions_entities memberships_member board_action_fields board_actions_limit board_actions_since board_actions_format board_actions_display membersInvited_fields board_actions_entities memberships_member_fields

  • TRELLO_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 without loading the full organization details.

    in ▸ field idOrg

  • TRELLO_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.

    in ▸ tags idOrg ixLastUpdate

  • TRELLO_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.

    in ▸ idOrg filter member member_fields

  • TRELLO_GET_ORGANIZATIONS_MEMBERSHIPS_BY_ID_ORG_BY_ID_MEMBERSHIP

    Retrieves a specific membership within a Trello organization, using their respective IDs, to ascertain the member's role, status, or permissions.

    in ▸ idOrg member idMembership member_fields

  • TRELLO_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.

    in ▸ idOrg fields filter activity

  • TRELLO_GET_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_FILTER

    Fetches members of a specified Trello organization using a filter like 'all', 'normal', 'admins', or 'owners'.

    in ▸ idOrg filter

  • TRELLO_GET_ORGANIZATIONS_MEMBERS_CARDS_BY_ID_ORG_BY_ID_MEMBER

    Fetches all cards assigned to a specific member of a given Trello organization.

    in ▸ list board idOrg fields filter actions members idMember checklists attachments list_fields board_fields member_fields checkItemStates attachment_fields

  • TRELLO_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 active or former members) and cannot send or modify invitations.

    in ▸ idOrg fields

  • TRELLO_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`.

    in ▸ field idOrg

  • TRELLO_GET_SEARCH

    Searches Trello content (e.g., boards, cards, members) within specified organizations using a query and customizable result fields.

    in ▸ query idCards partial idBoards card_list card_board cards_page modelTypes card_fields cards_limit board_fields boards_limit card_members card_stickers member_fields members_limit idOrganizations card_attachments organization_fields organizations_limit

code evidence
evidence-backed findings quoted directly from the published source artifact — not inferred

This server hasn't been statically analyzed yet (npm/PyPI artifacts only).