Skip to main content
Glama

COA Goldfish MCP

by anortham

update_todo

Modify or add tasks in TODO lists on the COA Goldfish MCP server. Update statuses, priorities, or delete items to manage task progress efficiently. Supports integrating with AI agents and auto-expiring memories.

Instructions

Update task status or add new tasks to existing lists. Mark tasks done as you work.

Input Schema

NameRequiredDescriptionDefault
deleteNoDelete the specified item (requires itemId)
itemIdNoItem ID to update (optional for adding new items)
listIdNoTODO list ID
newTaskNoNew task to add to the list (when not updating existing item)
priorityNoPriority level
statusNoNew status for the item

Input Schema (JSON Schema)

{ "properties": { "delete": { "description": "Delete the specified item (requires itemId)", "type": "boolean" }, "itemId": { "description": "Item ID to update (optional for adding new items)", "type": "string" }, "listId": { "description": "TODO list ID", "type": "string" }, "newTask": { "description": "New task to add to the list (when not updating existing item)", "type": "string" }, "priority": { "description": "Priority level", "enum": [ "low", "normal", "high" ], "type": "string" }, "status": { "description": "New status for the item", "enum": [ "pending", "active", "done" ], "type": "string" } }, "required": [], "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