db-mcp-tool

by wirdes
Verified

!firestore

Connect to and manage Firestore databases by providing project ID and key file, enabling efficient database operations within the MCP server environment.

Input Schema

NameRequiredDescriptionDefault
connectionYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "connection": { "additionalProperties": false, "properties": { "keyFilename": { "type": "string" }, "projectId": { "type": "string" } }, "required": [ "projectId", "keyFilename" ], "type": "object" } }, "required": [ "connection" ], "type": "object" }

You must be authenticated.

Other Tools from db-mcp-tool

Related Tools

ID: krqumx3rsi