Skip to main content
Glama

RemoteZip MCP Server

by yuriyo

get_file_info

Retrieve metadata about specific files within remote zip archives using URL and filename inputs to access file details without full archive downloads.

Instructions

Get information about a specific file in the remote zip archive.

Args: url: URL of the remote zip file filename: Name of the file

Input Schema

NameRequiredDescriptionDefault
filenameYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url", "filename" ], "title": "get_file_infoArguments", "type": "object" }

Other Tools from RemoteZip MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuriyo/remotezip-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server