Firebase MCP

by gannonh
Verified

storage_get_file_info

Get file information including metadata and download URL

Input Schema

NameRequiredDescriptionDefault
filePathYesThe path of the file to get information for

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "The path of the file to get information for", "type": "string" } }, "required": [ "filePath" ], "type": "object" }