← MCP Catalog

android_append_file

Appends text content to an existing file. If the storage provider does not support append mode, an error with a hint to use `android_write_file` is returned.

MCPAndroid AuthorizationOAuth on device

Parameters

location_idstring · required

Storage location ID from `android_list_storage_locations`

pathstring · required

Relative path to the file within the storage location

contentstring · required

Text content to append