Flux

by asrvd
834,631
3

run-handler-using-handler-name

Execute specific handlers within the Arweave Operating System by providing a process ID, handler name, and data payload, streamlining code execution without manual intervention using the Flux MCP server.

Input Schema

NameRequiredDescriptionDefault
dataYes
handlerNameYes
processIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "data": { "type": "string" }, "handlerName": { "type": "string" }, "processId": { "type": "string" } }, "required": [ "processId", "handlerName", "data" ], "type": "object" }
ID: 74rb54w5bs