vibo_set_profile_photo
Set your Vibo profile photo by passing a local image path or base64 data. Requires confirmation to apply, then returns the uploaded image URL.
Instructions
Set your Vibo profile photo from an image. Pass a local file path if the server shares your filesystem; otherwise pass the image bytes as base64 fileData. Returns the uploaded image URL. Confirm-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Absolute path to a local image file (jpg/png). Local/stdio server only. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| fileData | No | Base64-encoded image bytes (a `data:` URL prefix is allowed). Use this when the server cannot read your filesystem. | |
| filename | No | Filename for the image when using fileData (default "photo.jpg"). |