get-project-activity-stats
Retrieve daily and optional weekly task completion counts for a project over 1-12 weeks to identify completion trends and patterns.
Instructions
Get daily and optional weekly task completion counts for a project over a configurable time window (1-12 weeks). Useful for identifying completion trends and patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weeks | No | Number of weeks of activity data to retrieve (1-12, default 2). | |
| projectId | Yes | The ID of the project to get activity stats for. | |
| includeWeeklyCounts | No | Include weekly rollup counts alongside daily counts. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dayItems | Yes | Daily task completion counts. | |
| projectId | Yes | The project ID. | |
| weekItems | Yes | Weekly completion rollups. Only included when includeWeeklyCounts is true. |