list_todos
Retrieve and view all TODO lists within a project, including their completion status, to track progress and manage tasks effectively using the Knowledge MCP Server.
Instructions
List all TODO lists in a project with their completion status. Returns: {success: bool, todos: [...], error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The project identifier |