Reports what changed recently across the authenticated user's accessible projects — the tool an agent polls to triage newly created bugs. Returns three compact sections within a time window: newly CREATED tasks, recently UPDATED tasks (created before the window), and recent COMMENTS on tasks. Scoped to projects the user owns or belongs to.
Safety: Read only
Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
project_name |
string | no | Narrow to one project by partial, case-insensitive name. Omit for all accessible projects. |
project_id |
integer | no | Narrow to one project by exact ID. Takes precedence over project_name. |
since |
string | no | Window start: either an integer number of days to look back (e.g. "1", "7") or a date (YYYY-MM-DD). Defaults to 1 day. |
only |
string | no | Limit output to one section: "tasks_created", "tasks_updated", "comments", or "all" (default). |
Example prompt
Use recent-activity-tool to help me with the relevant Taskavel task.
Example call
{
"name": "recent-activity-tool",
"arguments": {}
}