view_todos
Check active TODO lists and their progress on the COA Goldfish MCP server. Optionally view specific lists or include completed items for a comprehensive task overview.
Instructions
View active TODO lists and their progress. Perfect for checking current status.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
listId | No | Specific list ID to view (optional) | |
showCompleted | No | Include completed items (default: true) |
Input Schema (JSON Schema)
{
"properties": {
"listId": {
"description": "Specific list ID to view (optional)",
"type": "string"
},
"showCompleted": {
"description": "Include completed items (default: true)",
"type": "boolean"
}
},
"type": "object"
}