Skip to main content
Glama

vector_face

Display a custom image on an Anki Vector robot's face screen for a set duration. Provide a base64-encoded image to update the robot's facial display.

Instructions

Display a custom image on the robot's face screen (144×108).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
duration_secNoHow long to display the image in seconds (default: 5.0)
image_base64YesBase64-encoded image to display on the robot's face

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.1

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only states the action and screen dimensions. It does not mention side effects such as replacing current face/animation, whether the image must be exactly 144×108 or will be resized, or what happens after the duration expires.

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 a single, front-loaded sentence with no filler. It communicates the action, target, and a useful resolution constraint in minimal space.

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?

For a simple two-parameter tool the description and schema provide the core calling information. However, the lack of output schema, annotations, image format constraints, and behavioral side effects leaves clear gaps for an agent deciding whether and how to invoke the tool.

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%, and the schema already explains both image_base64 and duration_sec. The description adds only that the image is custom and the target is the face screen, which is not needed to understand the parameters.

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 states a specific verb ('Display') and resource ('the robot's face screen') and adds a helpful constraint (144×108). This clearly distinguishes it from sibling animation and vision tools, so an agent can understand its purpose without opening the schema.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus alternatives like vector_animate or vector_face_detection. The description implies the use case from its wording but offers no explicit context, exclusions, or alternative routing.

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

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/danmartinez78/VectorClaw'

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