create_todo_list
Organize tasks and plan work efficiently by creating a session-based TODO list. Add a title, task items, and optional tags for better categorization using the COA Goldfish MCP server.
Instructions
Create TODO list tied to current session. Use when user mentions multiple tasks or planning work.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
items | Yes | Array of task items to add | |
tags | No | Optional tags for categorization | |
title | Yes | Title for the TODO list |