Skip to main content
Glama
miabilabs

RokuHarness MCP Server

by miabilabs

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_webdriver_sessionA

Create a new Roku WebDriver session. This must be called before any other commands. Requires the Roku WebDriver server to be running.

end_webdriver_sessionA

End the current Roku WebDriver session and clean up resources.

get_ui_sourceA

Get the current UI hierarchy as SceneGraph XML. Essential for understanding what elements are on screen and writing element queries.

find_elementB

Find a UI element on screen using text, tag, and/or attributes. Returns element details if found.

verify_element_presentB

Verify that a specific element is present on screen. Returns true/false. Critical for acceptance criteria validation.

verify_screen_loadedA

Wait for a specific screen to load by checking for a marker element. Returns true when screen loads or false on timeout.

press_keyA

Press a remote control button. Common keys: Home, Back, Up, Down, Left, Right, Select, Play, Pause.

navigateB

Execute a sequence of key presses for navigation flows.

send_textA

Send text input (for search fields, forms, etc.).

take_screenshotB

Capture a screenshot of the current screen state. Returns base64-encoded PNG.

launch_appC

Launch a specific app with optional deep linking parameters.

get_player_stateA

Get current media player state (position, duration, state, buffering info).

get_installed_appsA

Get list of all installed apps on the device.

run_acceptance_testA

Run a complete acceptance test with multiple verification steps. Returns detailed pass/fail results.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/miabilabs/rokuharness-mcp'

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