Write App File
write_app_fileCreate or replace one file in an app's virtual filesystem. Creates a Saved Version before changing content. Paths and file model follow the Fine Structure app file API, documented at https://finestructure.ai/api/mcp/docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Virtual file path | |
| app_id | Yes | The app ID | |
| content | Yes | Complete file contents | |
| file_type | No | Optional file type override |