Skip to main content
Glama

COA Goldfish MCP

by anortham

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

NameRequiredDescriptionDefault
itemsYesArray of task items to add
tagsNoOptional tags for categorization
titleYesTitle for the TODO list

Input Schema (JSON Schema)

{ "properties": { "items": { "description": "Array of task items to add", "items": { "type": "string" }, "type": "array" }, "tags": { "description": "Optional tags for categorization", "items": { "type": "string" }, "type": "array" }, "title": { "description": "Title for the TODO list", "type": "string" } }, "required": [ "title", "items" ], "type": "object" }

Other Tools from COA Goldfish MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anortham/coa-goldfish-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server