check_connection
Verify connectivity to Vikunja by reading a project. Returns ready status or lists issues with token, URL, project, or scope.
Instructions
Verify the server can reach Vikunja and read a project.
project_id overrides the configured default, and is REQUIRED when no default is set — the normal case when several projects are used on one machine. There is no project-less health check by design: proving the token works means reading something, and every alternative route (/projects, /tasks/all) would demand a token scope the task tools themselves never need.
Returns {ready: true, ...} when a task READ succeeds, else {ready: false, issues: [...]} with the specific fix (token/URL/project/scope). Run this first if anything seems off.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |