Firebase MCP

by gannonh
Verified

storage_list_files

Retrieve a list of files from a specific directory in Firebase Storage using the Firebase MCP server. Input a directory path or use the root by default.

Instructions

List files in a given path in Firebase Storage

Input Schema

NameRequiredDescriptionDefault
directoryPathNoThe optional path to list files from. If not provided, the root is used.

Input Schema (JSON Schema)

{ "properties": { "directoryPath": { "description": "The optional path to list files from. If not provided, the root is used.", "type": "string" } }, "required": [], "type": "object" }
ID: x4i8z2xmrq