Firebase MCP Server

storage_list_files

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" }