Skip to main content
Glama
gtoshinakano

Firestore Todo List MCP Server

by gtoshinakano

update_todo

Modify existing todo items in Firestore by updating fields like title, details, completion status, due dates, or roles to keep task information current.

Instructions

Update fields of an existing todo item (text, completed, dueDate, role).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesRequired. ID of the todo to update
titleNoNew title (if updating)
detailsNoNew details (if updating)
completedNoNew completed status (if updating)
archivedNoNew archived status (if updating)
dueDateNoNew due date (if updating)
completionNotesNoCompletion notes (if provided). Only update when marking as completed.
roleNoNew role (if updating). Cannot be empty string
classificationNoMust be provided at the time of task creation based on the nature of the taskimportant

Latest Blog Posts

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/gtoshinakano/firebase-todo-mcp'

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