vibo_set_profile_photo
Set your Vibo profile photo by uploading an image file via local path or base64 data. Requires confirmation to apply the change.
Instructions
Set your Vibo profile photo from an image. On the local (stdio) server pass a local file path; on the hosted connector 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). Used by the hosted connector, which has no filesystem. | |
| filename | No | Filename for the image when using fileData (default "photo.jpg"). |