vizio-tv
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VIZIO_IP | Yes | IP address of your Vizio SmartCast TV |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pair_startA | Start pairing with your Vizio TV — a PIN will appear on screen |
| pair_finishA | Complete pairing by entering the PIN shown on the TV |
| powerB | Toggle TV power on or off |
| volumeC | Adjust TV volume |
| send_keyC | Send any remote key to the TV |
| change_inputC | Switch to a different input on the TV |
| get_stateA | Get the current power and volume state of the TV |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Most tools have clear distinct purposes (e.g., power, volume, input). However, 'send_key' can duplicate functionality of other tools (e.g., power, volume) by sending the corresponding key, creating potential confusion.
All tools use a consistent snake_case naming convention (e.g., change_input, get_state, pair_finish). The pattern is uniform and predictable.
7 tools is an appropriate number for a TV remote control API, covering essential operations like power, volume, input switching, pairing, and generic key sending without being overly bloated.
Covers core TV control functions (power, volume, input, pairing, key sending). Missing a few features like getting current input or mute, but these are minor gaps for the stated purpose.