# Clean up your Todoist backlog of stale tasks

**Use case:** 

Detect stale tasks without due dates, archive or delete them with AI guidance, and get a lean Todoist backlog again. By Mr Bridge.

## Input

```json
{
  "enableAIFeatures": true,
  "defaultLanguage": "en"
}
```

## Output

```json
{
  "status": {
    "label": "Status"
  },
  "message": {
    "label": "Message"
  },
  "tokenValid": {
    "label": "Token valid"
  },
  "toolsAvailable": {
    "label": "Tools available"
  },
  "timestamp": {
    "label": "Timestamp"
  }
}
```

## About this Actor

This example demonstrates how to use [Todoist AI Assistant - Smart Task Management via MCP](https://apify.com/mrbridge/todoist-ai-assistant) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mrbridge/todoist-ai-assistant) to learn more, explore other use cases, and run it yourself.