Skip to main content
Glama
gtoshinakano

Firestore Todo List MCP Server

by gtoshinakano

list_todos

Retrieve todo items from Firestore with optional filters for completion status, dates, roles, and quantity limits to organize tasks efficiently.

Instructions

List todo items from the user's 'todos' store with optional filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
completedNoIf set, filter todos by completion status
archivedNoIf set, filter todos by archived status
fromNoOptional ISO 8601 date. If set, filter todos from this date (inclusive) based on createdAt
toNoOptional ISO 8601 date. If set, filter todos to this date (inclusive) based on updatedAt
roleNoIf set, filter todos by user role
limitNoMaximum number of todos to return. Default 50

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