other
Firestore is often where the actual state of an application lives, and poking at it usually means opening the console or writing a one-off script. This connection lets Neotask's agent query, read, and write documents in a Google Cloud Firestore database directly, manage collections, and run transactions against the data your app depends on.
| Firestore MCP Server | Query, read, and write documents in a Google Cloud Firestore database. Manage collections and run transactions against Firestore-backed application data. |
You describe a record that looks wrong in production. Neotask queries the relevant Firestore collection, shows you the document, and — once you confirm — writes the correction as a transaction.
It manages collections and documents, and can run transactions against the data, not just read individual records.
It operates directly on whichever Firestore database it's connected to, so treat write operations with the same care you would a manual console edit.