skylight_set_member_avatar
Set a family member's avatar by uploading a local image file. Use confirm:true to apply the change, or omit for a dry-run preview.
Instructions
Set a family member's avatar to a custom photo from a local image file (uploaded as multipart/form-data). For a preset emoji avatar, use skylight_list_avatars + the avatar_id on create/update instead. Without confirm:true it returns a dry-run preview echoing the resolved absolute image_path + detected mime and makes NO network call; with confirm:true it uploads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Category/member id. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| frameId | No | ||
| image_path | Yes | Absolute path to a local image file (jpg, png, heic, …). |