Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
pathNoAbsolute path to a local image file (jpg/png). Local/stdio server only.
confirmNoMust be true to proceed. Without this, the tool returns a preview.
fileDataNoBase64-encoded image bytes (a `data:` URL prefix is allowed). Use this when the server cannot read your filesystem.
filenameNoFilename for the image when using fileData (default "photo.jpg").
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations only declare readOnlyHint: false (a write operation). The description adds meaningful behavioral context by mentioning 'Confirm-gated' and that it 'Returns the uploaded image URL'. This goes beyond the annotation by disclosing the confirmation requirement and return value, though it does not explicitly explain the preview behavior without confirmation (covered in the schema).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences: the first states the purpose, the second explains input options and output. There is no redundant wording, and it is front-loaded with the most important information. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a file-upload tool with no output schema, the description covers the essential elements: purpose, input method selection, return value, and confirmation gating. It lacks an explicit mention that without `confirm=true` the tool returns a preview, but the schema parameter description provides that detail, so overall completeness is high but not maximal.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so a baseline of 3 applies. The description adds value by explaining the decision rule between `path` and `fileData` based on filesystem sharing, and clarifies that `fileData` is base64-encoded image bytes. This semantic context is not present in the schema itself.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description begins with 'Set your Vibo profile photo from an image', which uses a specific verb ('Set') and resource ('Vibo profile photo'), clearly stating the tool's core purpose. It distinguishes itself from all sibling tools, none of which relate to profile photo changes, making its function unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear guidance on when to use `path` versus `fileData`: use `path` if the server shares the filesystem, otherwise use `fileData`. This is practical context for tool selection. It does not mention alternatives because no sibling tool serves the same purpose, so the lack of explicit 'when-not-to-use' is acceptable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/vibo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server