Skip to main content
Glama

Express through YouAndEye

express

Show a temporary semantic expression on a local face with firmware-driven animation. Set affect, duration, and optionally a message or sequence for coordinated eye/OLED displays.

Instructions

Show one temporary semantic expression on the local face. The firmware owns animation. When sequence is set, omit message so the device can perform its coordinated eye/OLED beat.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gazeNouser
causeNoagent expression
affectYes
ttl_msNo
messageNo
autonomyNo
priorityNonormal
sequenceNo
intensityNo
text_modeNostatic
behavior_modeNoattentive

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A3.6/5.0
Behavior4/5

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

Annotations only say the operation is not read-only, not idempotent, and not destructive; the description adds that the expression is temporary and that the firmware owns animation, which explains the device-driven temporal behavior. The sequence/message interaction is a useful behavioral disclosure beyond the schema. It does not describe possible side effects or return behavior, but the annotations provide no contradictions and the output schema covers return shape.

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?

Two sentences, front-loaded with the core purpose, no filler; the conditional note earns its place because it prevents a common invocation error. This is an ideal size for this tool.

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

Completeness2/5

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

Despite output schema and annotations, the definition is not complete enough for an agent to correctly use a complex 11-parameter tool. The most important required field (affect) and several behavior-shaping parameters are unexplained, and there is no mention of when temporary expressions expire or how firmware-sequenced expressions interact with other calls. The sequence/message note helps but is the only operational guidance.

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

Parameters2/5

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

With 0% schema description coverage and 11 parameters, the description must carry the burden and largely fails to. It only explains the message/sequence relationship; the required affect parameter and key controls such as priority, gaze, intensity, ttl_ms, autonomy, text_mode, and behavior_mode are left undefined.

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

Purpose4/5

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

The phrase 'Show one temporary semantic expression on the local face' names a specific verb, resource, and scope, and 'temporary' distinguishes it from persistent state changes. It does not explicitly contrast with sibling tools like neutral or face_status, so it misses the top bar for sibling differentiation.

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 gives direct conditional guidance: when sequence is set, omit message so the device can perform its coordinated eye/OLED beat. It conveys this is the tool for showing a temporary expression, but it never mentions when to prefer neutral, face_status, or face_capabilities instead, so exclusions are absent.

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/NotADevIAmaMeatPopsicle/YouAndEye'

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