← MCP Catalog

android_list_files

Lists files and directories in a storage location. Results are sorted directories-first, then alphabetically. Supports pagination via `offset` and `limit` parameters.

MCPAndroid AuthorizationOAuth on device

Parameters

location_idstring · required

Storage location ID from `android_list_storage_locations`

pathstring · default "\"\""

Relative path within the storage location

offsetinteger · default 0

Pagination offset (0-based)

limitinteger · default 200

Maximum number of entries to return (max 200)