Skip to main content
Glama

list_archive_files

Read-only

List files in an archive with relative path, size, and SHA-256 checksum. Paginated for large archives.

Instructions

The file manifest of one archive from the catalog index: each file's relative path, size, and SHA-256 (sha256 is null for entries indexed before per-file capture). Paginated for very large archives. Combine with archive_detail to produce client-ready deliverable lists and per-file checksum manifests. Answers come from the catalog index, not by re-reading the archive; a one-time index backfill may read a LOCAL copy of an archive that pre-dates the index. If the archive has data but no index could be built (e.g. a legacy tape-only import), the response says indexed: false with a note — that is "manifest unavailable", NEVER "the archive is empty".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax files to return (default 500, max 2000).
offsetNoSkip this many files (default 0).
archive_idYesThe archive's id (see list_archives / find_file).

Latest Blog Posts

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/Agaveis/hiberden-mcp'

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