Retrieves tasks with upcoming deadlines within the specified number of days (default 7), including overdue tasks. Results are scoped to projects the authenticated user 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 |
|---|---|---|---|
days |
integer | no | Number of days to look ahead. Default: 7. |
Example prompt
Use upcoming-deadlines-tool to help me with the relevant Taskavel task.
Example call
{
"name": "upcoming-deadlines-tool",
"arguments": {}
}