appwrite_get_file_preview
Generate preview images with transformations like resizing, cropping, and rotation for AppWrite image files within the MCP Hub server.
Instructions
[UNIFIED] Get image preview with transformations (resize, crop, etc.). Only works for image files.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| bucket_id | Yes | ||
| file_id | Yes | ||
| width | No | ||
| height | No | ||
| gravity | No | ||
| quality | No | ||
| border_width | No | ||
| border_color | No | ||
| border_radius | No | ||
| rotation | No | ||
| background | No | ||
| output | No |