get_recent_updates
get_recent_updatesRetrieve a summary of recent updates and changes within a specified number of days, with a detailed breakdown by item type, to monitor project progress.
Instructions
Get a summary of recent updates and changes in the last N days, with detailed breakdown by item type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Optional project ID to filter updates for a specific project | |
| days_back | No | Number of days to look back (1-30, default: 7) | |
| limit | No | Maximum number of updates to analyze (1-200, default: 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | ||
| summary | Yes | ||
| returned | Yes | ||
| daysBack | Yes | ||
| projectId | No |