Skip to main content
Glama

Onyx Documentation MCP Server

run_wasm

Execute WebAssembly (WASM) files by specifying the file path and optional parameters like directory and timeout, enabling efficient WASM-based operations within Onyx environments.

Instructions

Execute a WebAssembly (WASM) file using "onyx run file.wasm" command

Input Schema

NameRequiredDescriptionDefault
directoryNoDirectory to run the command from (defaults to current working directory).
timeoutNoExecution timeout in seconds
wasmPathYesPath to the WASM file to execute

Input Schema (JSON Schema)

{ "properties": { "directory": { "default": ".", "description": "Directory to run the command from (defaults to current working directory)", "type": "string" }, "timeout": { "default": 10, "description": "Execution timeout in seconds", "type": "number" }, "wasmPath": { "description": "Path to the WASM file to execute", "type": "string" } }, "required": [ "wasmPath" ], "type": "object" }

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/elias-michaias/onyx_mcp'

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