Skip to main content
Glama
by Radek44

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAURI_APP_PATHNoPath to your Tauri app binary (required in tool call or env)
TAURI_DRIVER_PATHNoPath to tauri-driver binarytauri-driver
TAURI_SCREENSHOT_DIRNoWhere to save screenshots./screenshots
TAURI_WEBDRIVER_PORTNoPort where tauri-driver runs4444
TAURI_DEFAULT_TIMEOUTNoElement wait timeout in ms5000

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
launch_app

Launch a Tauri application via tauri-driver. The tauri-driver must be running on the configured port (default: 4444).

close_app

Close the currently running Tauri application gracefully

capture_screenshot

Capture a screenshot of the application window. Returns base64-encoded PNG image data by default.

click_element

Click a UI element identified by a CSS selector

type_text

Type text into an input field or editable element

wait_for_element

Wait for an element to appear in the DOM. Useful for handling async UI states.

get_element_text

Get the text content of an element

execute_tauri_command

Execute a Tauri IPC command. The command must be exposed in the Tauri app's src-tauri/src/main.rs file.

get_app_state

Get the current state of the application, including whether it's running, session info, and page details

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/Radek44/mcp-tauri-automation'

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