Prerequisites
- Sign up/login to Todoist and get a Todoist API Token from https://app.todoist.com/app/settings/integrations/developer
- Install Todoist:
uv pip install todoist-api-python - Set the following environment variables: export TODOIST_API_TOKEN=“your_api_token”
- Alternatively, provide the token when creating the TodoistTools instance