mark_as_done
Complete tasks by marking todo items as done using their unique ID. This tool updates the todo list application to reflect completed items.
Instructions
Mark a todo item as completed. Use this when the user wants to complete a task. Provide the todo ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_id | Yes | The ID of the todo item to mark as completed | |
| postgresUrl | No | Override the Postgres connection URL (defaults to MCP_POSTGRES_URL) | |
| connectionId | No | Browser connection ID (used to construct connection URL if postgresUrl not provided) | |
| authToken | No | Auth token for authentication (used to construct connection URL if postgresUrl not provided) |