Firebase MCP
by gannonh
Verified
firestore_list_collections
List collections in Firestore. If documentPath is provided, returns subcollections under that document; otherwise returns root collections.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
documentPath | No | Optional parent document path | |
limit | No | Number of collections to return | |
pageToken | No | Token for pagination to get the next page of results |