MCPVault

content

MCP tool from Claude MCP Trello by hrs-asano

Base64-encoded file content (for Trello uploads) or null (for external links)

How to use it

content is exposed by the Claude MCP Trello MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the content tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

FULL CLAUDE MCP TRELLO LISTING

Other tools in Claude MCP Trello (21)

attachment

The full attachment metadata

bytes

Size of the attachment in bytes (0 for external links)

date

ISO 8601 date string when the attachment was added

fileName

Filename of the attachment

id

Unique identifier for the attachment

isUpload

Whether this is a Trello upload (true) or external link (false)

mimeType

MIME type (e.g., "image/png", "application/pdf")

name

Display name of the attachment

trello_add_card

Adds a card to the specified list.

trello_add_list

Adds a new list to the specified board.

trello_archive_card

Archives (closes) the specified card.

trello_archive_list

Archives (closes) the specified list.

trello_download_attachment

Downloads a specific attachment from a Trello card. For files uploaded directly to Trello, returns the content as base64-encoded data. For external links, returns the URL.

trello_get_card_attachments

Retrieves all attachments from a specified card. Returns attachment metadata including name, file size, MIME type, and URL. Use this to discover what attachments exist on a card before downloading.

trello_get_cards_by_list

Retrieves a list of cards contained in the specified list ID.

trello_get_lists

Retrieves all lists in the specified board.

trello_get_my_cards

Retrieves all cards related to your account.

trello_get_recent_activity

Retrieves the most recent activity for a specified board. The limit argument can specify how many to retrieve (default: 10).

trello_search_all_boards

Performs a cross-board search across all boards in the workspace (organization), depending on plan/permissions.

trello_update_card

Updates the content of a card.

url

URL to access/download the attachment