Skip to main content
Glama

MCP Toolbox for Databases

by googleapis
Apache 2.0
11,043
  • Linux
firestore-get-documents.md1.4 kB
--- title: "firestore-get-documents" type: docs weight: 1 description: > A "firestore-get-documents" tool retrieves multiple documents from Firestore by their paths. aliases: - /resources/tools/firestore-get-documents --- ## About A `firestore-get-documents` tool retrieves multiple documents from Firestore by their paths. It's compatible with the following sources: - [firestore](../../sources/firestore.md) `firestore-get-documents` takes one input parameter `documentPaths` which is an array of document paths, and returns the documents' data along with metadata such as existence status, creation time, update time, and read time. ## Example ```yaml tools: get_user_documents: kind: firestore-get-documents source: my-firestore-source description: Use this tool to retrieve multiple documents from Firestore. ``` ## Reference | **field** | **type** | **required** | **description** | |-------------|:--------------:|:------------:|------------------------------------------------------------| | kind | string | true | Must be "firestore-get-documents". | | source | string | true | Name of the Firestore source to retrieve documents from. | | description | string | true | Description of the tool that is passed to the LLM. |

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/googleapis/genai-toolbox'

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