Firebase MCP

by gannonh
Verified

storage_get_file_info

Retrieve file details such as metadata and download URL from Firebase Storage by specifying the file path using the Firebase MCP server.

Instructions

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" }
ID: x4i8z2xmrq