Claude MCP Trello

trello_get_recent_activity

Retrieves the most recent board activity. The 'limit' argument can specify how many to retrieve.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of activities to retrieve (default: 10)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of activities to retrieve (default: 10)", "type": "number" } }, "type": "object" }