get_recent_activity
Track and retrieve recent actions on a Trello board to monitor updates, manage tasks, and stay informed with customizable activity limits using the MCP Server Trello integration.
Instructions
Fetch recent activity on the Trello board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of activities to fetch (default: 10) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of activities to fetch (default: 10)",
"type": "number"
}
},
"required": [],
"type": "object"
}