Skip to main content
Glama
serhiizghama

viber-mcp

by serhiizghama

send_picture

Send an image to a Viber user using a public URL. Optionally add a caption, thumbnail, or sender name.

Instructions

Send an image with optional caption to a Viber user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receiverYesViber user ID of the receiver
mediaYesPublic URL of the image (JPEG/PNG, ≤1MB iOS / ≤3MB Android)
textNoCaption, ≤120 chars
thumbnailNoThumbnail URL
sender_nameNoDisplay name override (≤28 chars)
sender_avatarNoAvatar URL override
Behavior2/5

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

No annotations provided, so description must disclose behavioral traits. Only mentions optional caption; does not explain mutability, required permissions (e.g., user must have subscribed), error handling, or delivery behavior.

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?

Single sentence with no superfluous words. Front-loaded with the verb and core purpose. Every word earns its place.

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

Completeness3/5

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

Given the tool has 6 parameters with 2 required and no output schema, the description lacks context on success/error responses, prerequisites (e.g., user must be subscribed), and platform-specific behavior beyond schema constraints.

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

Parameters3/5

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

Schema description coverage is 100%; the schema already details each parameter's purpose, constraints, and formats. The description adds only 'optional caption' which is redundant with the schema.

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?

Clearly states the action 'send', the resource 'image', and the target 'Viber user'. Distinguishes from sibling tools like send_file and send_video by specifying image format and platform.

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

Usage Guidelines3/5

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

Implicitly indicates usage for sending images, but does not explicitly contrast with siblings like send_file (which may also handle images) or provide when-not-to-use guidance.

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/serhiizghama/viber-mcp'

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