List Local IBGE Cache
ibge_microdata_list_cacheList cached IBGE microdata files with paths, sizes, and timestamps without re-downloading.
Instructions
List files already downloaded into a local IBGE microdata cache.
Use this after one or more ibge_microdata_download_file calls to rediscover local paths, original ftp.ibge.gov.br URLs, byte sizes, and modification timestamps without hitting IBGE again. The tool only reads the local cache and supports limit/offset pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum cached files to return. Defaults to 50 and is capped at 1000. | |
| offset | No | Number of cached files to skip for pagination. Defaults to 0. | |
| cacheRoot | Yes | Local cache root previously used with ibge_microdata_download_file. |