remove_todo
Delete a task from the todo list by providing its unique ID, enabling users to manage and organize their tasks effectively.
Instructions
Remove a todo item from the list. Use this when the user wants to delete a task. Provide the todo ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_id | Yes | The ID of the todo item to remove | |
| 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) |